comparison etc/codecs.conf @ 37171:29802bb119f6

Add new FFmpeg AMVF tag for AMV video.
author reimar
date Sat, 06 Sep 2014 19:51:59 +0000
parents 67efc9d84be2
children
comparison
equal deleted inserted replaced
37170:4fc2db166644 37171:29802bb119f6
3198 3198
3199 videocodec ffamv 3199 videocodec ffamv
3200 info "Modified MJPEG, used in AMV files" 3200 info "Modified MJPEG, used in AMV files"
3201 status working 3201 status working
3202 fourcc AMVV ; internal MPlayer FourCC 3202 fourcc AMVV ; internal MPlayer FourCC
3203 fourcc AMVF
3203 driver ffmpeg 3204 driver ffmpeg
3204 dll "amv" 3205 dll "amv"
3205 out YV12 3206 out YV12
3206 3207
3207 videocodec ffmxpeg 3208 videocodec ffmxpeg