diff options
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r-- | etc/codecs.conf | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 11d0a01e18..1b7dd58d22 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -3,7 +3,7 @@ ; Before editing this file, please read DOCS/tech/codecs.conf.txt ! ;============================================================================= -release 20070930 +release 20090308 ;============================================================================= ; VIDEO CODECS @@ -319,14 +319,6 @@ videocodec ffnuv dll nuv out I420 -videocodec nuv - info "NuppelVideo" - status working - fourcc NUV1 ; NUV1 is an internal MPlayer FOURCC - fourcc RJPG - driver nuv - out I420,IYUV - videocodec ffbmp info "FFmpeg BMP" status working @@ -533,6 +525,15 @@ videocodec theora ;WIN32: +videocodec smartsight + info "Verint Video Manager" + status working + fourcc SN40 + fourcc SN41,SJPG ; untested + driver vfw + dll "SN4Codec.dll" + out BGR24 flip + videocodec msuscls info "MSU Screen Capture Lossless Codec" status working @@ -891,7 +892,7 @@ videocodec ffodivx fourcc FFDS fourcc DCOD,MVXM,EM4A,PM4V fourcc M4T3,DMK2,DIGI,INMC - fourcc EPHV + fourcc EPHV,SN40 driver ffmpeg dll mpeg4 ;opendivx out YV12,I420,IYUV @@ -942,7 +943,7 @@ videocodec xvid fourcc FFDS fourcc DCOD,MVXM,EM4A,PM4V fourcc M4T3,DMK2,DIGI,INMC - fourcc EPHV + fourcc EPHV,SN40 format 0x10000004 ; mpeg 4 es driver xvid out YV12 |