summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf40
1 files changed, 38 insertions, 2 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 5322147928..bb9a7a2329 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -145,6 +145,7 @@ videocodec ffmpeg2
fourcc VCR2
fourcc mp2v,mpgv
fourcc PIM2
+ fourcc LMP2 ; Lead mpeg2 in avi
driver ffmpeg
dll "mpeg2video"
out YV12,I420,IYUV
@@ -181,6 +182,7 @@ videocodec ffmpeg12
fourcc mx3n,mx3p
fourcc AVmp
fourcc mp2v,mpgv
+ fourcc LMP2 ; Lead mpeg2 in avi
driver ffmpeg
dll "mpegvideo"
out YV12,I420,IYUV
@@ -218,6 +220,7 @@ videocodec mpeg12
fourcc mx3n,mx3p
fourcc AVmp
fourcc mp2v,mpgv
+ fourcc LMP2 ; Lead mpeg2 in avi
driver libmpeg2
; dll "libmpeg2"
out YV12,I420,IYUV
@@ -253,6 +256,7 @@ videocodec ffmpeg12mc
fourcc mx3n,mx3p
fourcc AVmp
fourcc mp2v,mpgv
+ fourcc LMP2 ; Lead mpeg2 in avi
driver ffmpeg
dll "mpegvideo_xvmc"
out IDCT_MPEG2
@@ -800,7 +804,7 @@ videocodec ffodivx
fourcc FVFW,fvfw
fourcc FFDS
fourcc DCOD,MVXM,EM4A,PM4V
- fourcc M4T3,DMK2
+ fourcc M4T3,DMK2,DIGI
driver ffmpeg
dll mpeg4 ;opendivx
out YV12,I420,IYUV
@@ -850,7 +854,7 @@ videocodec xvid
fourcc VIDM ; vidm 4.01 codec
fourcc FFDS
fourcc DCOD,MVXM,EM4A,PM4V
- fourcc M4T3,DMK2
+ fourcc M4T3,DMK2,DIGI
format 0x10000004 ; mpeg 4 es
driver xvid
out YV12
@@ -1063,6 +1067,7 @@ videocodec ffmjpeg
fourcc dmb1 ; MJPEG by Matrox Rainbow Runner
fourcc MJLS ; JPEG-LS custom FOURCC for avi - encoder
fourcc MMJP
+ fourcc ACDV ; ACDSee jpeg
driver ffmpeg
dll mjpeg
out 444P
@@ -2032,6 +2037,15 @@ videocodec vdom
dll "vdowave.drv" ; Need also VDODEC32.dll and DECVW_32.DLL
out BGR24 flip
+videocodec vdowave3
+ info "VDOWave 3 advanced codec"
+ status working
+ fourcc VDO3
+ fourcc VDOM,VDOW
+ driver vfw
+ dll "vdo32_30.drv" ; Need also decvdo.dll
+ out BGR24 flip
+
videocodec lsv
info "Vianet Lsvx Video Decoder"
status working
@@ -3183,6 +3197,7 @@ audiocodec faad
fourcc "AACP" ; Used in NSV for AACPlus
format 0xff
format 0x706D
+ format 0x4143 ; aac in asf
driver faad
dll libfaad2
@@ -3196,6 +3211,7 @@ audiocodec ffaac
fourcc raac,racp
format 0xff
format 0x706D
+ format 0x4143 ; aac in asf
driver ffmpeg
dll aac
@@ -3466,6 +3482,7 @@ audiocodec a52
info "AC3-liba52"
status working
format 0x2000
+ ; format 0x332D6361 ; ac-3 in mp4 -- not working
fourcc dnet
driver liba52
dll "liba52"
@@ -3474,6 +3491,7 @@ audiocodec ffac3
info "FFmpeg AC-3"
status working
format 0x2000
+ format 0x332D6361 ; ac-3 in mp4
fourcc dnet
driver ffmpeg
dll ac3
@@ -3543,6 +3561,15 @@ audiocodec ffadcpmswf
driver ffmpeg
dll "adpcm_swf"
+audiocodec voxvoice
+ info "VoxWare MetaVoice"
+ status working
+ comment "windows users need msms001.vwp and mvoice.vwp in windows\\system32 folder"
+ format 0x74
+ driver dshow
+ dll "voxmvdec.ax" ; need also msms001.vwp and mvoice.vwp
+ guid 0x46e32b01, 0xa465, 0x11d1, 0xb5, 0x50, 0x00, 0x60, 0x97, 0x24, 0x2d, 0x8d
+
audiocodec voxware
info "VoxWare"
status working
@@ -3607,6 +3634,7 @@ audiocodec hwac3
info "AC3 through S/PDIF"
status working
format 0x2000
+ format 0x332D6361 ; ac-3 in mp4
fourcc dnet
driver hwac3
@@ -3768,3 +3796,11 @@ audiocodec msnsiren
format 0x28E
driver acm
dll "sirenacm.dll"
+
+audiocodec uleaddva
+ info "Ulead DV ACM"
+ status working
+ format 0x215
+ format 0x216
+ driver acm
+ dll "dvacm.acm" \ No newline at end of file