comparison etc/codecs.conf @ 29728:af460532dd3a

Allow playback of files with FourCC IJLV (Intel JPEG Library Video Codec).
author cehoyos
date Sun, 11 Oct 2009 11:31:50 +0000
parents 862ec55c4e1d
children eb29792f6a72
comparison
equal deleted inserted replaced
29727:3c1645511249 29728:af460532dd3a
1240 out YV12,I420,IYUV 1240 out YV12,I420,IYUV
1241 out BGR32 ; lossless JPEG 1241 out BGR32 ; lossless JPEG
1242 out RGB24 ; JPEG-LS 1242 out RGB24 ; JPEG-LS
1243 out Y800 1243 out Y800
1244 1244
1245 videocodec ffijlv
1246 info "FFmpeg flipped MJPEG"
1247 status working
1248 fourcc IJLV
1249 driver ffmpeg
1250 dll mjpeg
1251 out 422P flip
1252
1245 videocodec ffmjpegb 1253 videocodec ffmjpegb
1246 info "FFmpeg MJPEG-B" 1254 info "FFmpeg MJPEG-B"
1247 status working 1255 status working
1248 fourcc mjpb ; Apple MJPEG-B (Quicktime) 1256 fourcc mjpb ; Apple MJPEG-B (Quicktime)
1249 driver ffmpeg 1257 driver ffmpeg