comparison etc/codecs.conf @ 27244:a25810edd65a

Add support for FFmpeg's ADPCM codecs and make them the default
author reimar
date Sun, 13 Jul 2008 17:06:36 +0000
parents 4c4c3d7845fc
children ccf1f8602a9d
comparison
equal deleted inserted replaced
27243:e0641ed3cefd 27244:a25810edd65a
2727 status working 2727 status working
2728 fourcc AMVA ; internal MPlayer FourCC 2728 fourcc AMVA ; internal MPlayer FourCC
2729 driver ffmpeg 2729 driver ffmpeg
2730 dll adpcm_ima_amv 2730 dll adpcm_ima_amv
2731 2731
2732 audiocodec ffadpcmimaqt
2733 info "FFmpeg QT IMA ADPCM audio"
2734 status working
2735 format 0x34616d69 ; "ima4" (MOV files)
2736 driver ffmpeg
2737 dll adpcm_ima_qt
2738
2739 audiocodec ffadpcmimawav
2740 info "FFmpeg WAV IMA ADPCM audio"
2741 status working
2742 format 0x11
2743 format 0x1100736d ; "ms\x00\x11" (MOV files)
2744 driver ffmpeg
2745 dll adpcm_ima_wav
2746
2732 audiocodec imaadpcm 2747 audiocodec imaadpcm
2733 info "IMA ADPCM" 2748 info "IMA ADPCM"
2734 status working 2749 status working
2735 format 0x11 2750 format 0x11
2736 format 0x34616d69 ; "ima4" (MOV files) 2751 format 0x34616d69 ; "ima4" (MOV files)
2737 format 0x1100736d ; "ms\x00\x11" (MOV files) 2752 format 0x1100736d ; "ms\x00\x11" (MOV files)
2738 driver imaadpcm 2753 driver imaadpcm
2739 2754
2755 audiocodec ffadpcmms
2756 info "FFmpeg MS ADPCM audio"
2757 status working
2758 format 0x2
2759 format 0x0200736d ; "ms\x00\x02" (MOV files)
2760 driver ffmpeg
2761 dll adpcm_ms
2762
2740 audiocodec msadpcm 2763 audiocodec msadpcm
2741 info "MS ADPCM" 2764 info "MS ADPCM"
2742 status working 2765 status working
2743 format 0x2 2766 format 0x2
2744 format 0x0200736d ; "ms\x00\x02" (MOV files) 2767 format 0x0200736d ; "ms\x00\x02" (MOV files)
2745 driver msadpcm 2768 driver msadpcm
2769
2770 audiocodec ffadpcmimadk4
2771 info "FFmpeg DK4 IMA ADPCM audio"
2772 status working
2773 format 0x61 ; This format number was used by Duck Corp. but not officially
2774 ; registered with Microsoft
2775 driver ffmpeg
2776 dll adpcm_ima_dk4
2746 2777
2747 audiocodec dk4adpcm 2778 audiocodec dk4adpcm
2748 info "Duck DK4 ADPCM (rogue format number)" 2779 info "Duck DK4 ADPCM (rogue format number)"
2749 status working 2780 status working
2750 format 0x61 ; This format number was used by Duck Corp. but not officially 2781 format 0x61 ; This format number was used by Duck Corp. but not officially