summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf38
1 files changed, 38 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 68d47e6dea..ac3dc06aca 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1263,6 +1263,8 @@ videocodec ffmjpeg
fourcc MMJP,QIVG
fourcc ACDV ; ACDSee jpeg
fourcc SLMJ ; SL M-JPEG
+ fourcc MVJP ; Midvid JPEG Video Codec
+ fourcc IJLV ; Intel JPEG Library Video Codec
driver ffmpeg
dll mjpeg
out 444P
@@ -1409,6 +1411,14 @@ videocodec pegasusmwv
dll "pvwv220.dll"
out BGR24 flip
+videocodec fffrwu
+ info "FFmpeg Forward Uncompressed Video Codec"
+ status working
+ fourcc FRWU
+ driver ffmpeg
+ dll "FRWU"
+ out UYVY
+
videocodec frwuvfw
info "Forward Uncompressed Video Codec"
status working
@@ -2118,6 +2128,14 @@ videocodec vcr2
out YV12
out BGR24
+videocodec slifvfw
+ info "SoftLab-NSK Forward MPEG2 I-frames"
+ status working
+ fourcc slif
+ driver vfw
+ dll "slif.dll"
+ out RGB32 flip
+
videocodec cjpg
info "Creative Labs Video Blaster Webcam"
comment "sequential jpeg files?"
@@ -2847,6 +2865,13 @@ videocodec ffc93
dll c93
out BGR8
+videocodec eatgv
+ info "FFmpeg Electronic Arts TGV"
+ status working
+ fourcc fVGT
+ driver ffmpeg
+ dll eatgv
+ out BGR8
; raw formats: (now RGB formats are autodetected)
@@ -2978,6 +3003,10 @@ videocodec rawyuy2
format 0x0 0x32595559
format 0x20776172 0x32595559
fourcc yuy2,YUY2
+ fourcc V422 YUY2
+ fourcc YUNV YUY2
+ fourcc VYUY YUY2
+ fourcc yuvs YUY2
out YUY2
videocodec rawyuv2
@@ -2997,6 +3026,11 @@ videocodec rawuyvy
format 0x79757632 0x59565955 # 2vuy as created by QuickTime captures
format 0x20776172 0x59565955
fourcc uyvy,UYVY
+ fourcc HDYC UYVY
+ fourcc UYNV UYVY
+ fourcc UYNY UYVY
+ fourcc uyv1 UYVY
+ fourcc 2Vu1 UYVY
out UYVY
videocodec raw444P
@@ -3015,6 +3049,8 @@ videocodec raw422P
format 0x0 0x50323234
format 0x20776172 0x50323234
fourcc 422p,422P
+ fourcc P422 422P
+ fourcc Y42B 422P
out 422P
videocodec rawyv12
@@ -3703,6 +3739,7 @@ audiocodec mp3
format 0x55 ; layer-3
format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
format 0x5000736d ; "ms\0\x50" older mp2 fcc (MOV files)
+ format 0x55005354 ; broken file
fourcc ".mp3" ; CBR/VBR MP3 (MOV files)
fourcc "MP3 " ; used in .nsv files
fourcc "LAME" ; used in mythtv .nuv files
@@ -3772,6 +3809,7 @@ audiocodec ffmp3
status working
format 0x55
format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
+ format 0x55005354 ; broken file
fourcc ".mp3" ; CBR/VBR MP3 (MOV files)
fourcc "MP3 " ; used in .nsv files
fourcc "LAME" ; used in mythtv .nuv files