comparison etc/codecs.conf @ 34937:993c5808cf8e

Support "MNG " FourCC for png in mov (found by Piotr Bandurski).
author cehoyos
date Tue, 17 Jul 2012 06:41:45 +0000
parents b3adcb95213b
children 6f2a96de70f3
comparison
equal deleted inserted replaced
34936:b3adcb95213b 34937:993c5808cf8e
641 641
642 videocodec ffpng 642 videocodec ffpng
643 info "FFmpeg PNG" 643 info "FFmpeg PNG"
644 status working 644 status working
645 fourcc mpng,MPNG 645 fourcc mpng,MPNG
646 fourcc "MNG "
646 fourcc "png " ; for PNG-encoded QuickTime files 647 fourcc "png " ; for PNG-encoded QuickTime files
647 driver ffmpeg 648 driver ffmpeg
648 dll png 649 dll png
649 out BGR32,BGR8,Y800,RGB64BE,RGB48BE,RGBA,RGB24 650 out BGR32,BGR8,Y800,RGB64BE,RGB48BE,RGBA,RGB24
650 out Y8A,Y16BE 651 out Y8A,Y16BE