[FFmpeg-devel] [PATCH] use correct colorspace in Cinepak decoder

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Feb 17 19:40:07 CET 2013


IN SERVICE OF 2013-02-10 ffmpeg mailing list <u-bo1b <at> 0w.se> writes:

> >If not: Did you measure if there is a 
> >performance difference with your patch 
> >when encoding cinepak into png-in-mov?
> >(and how big the difference is when 
> >transcoding to mpeg4?)
> 
> The non-conformant decoder produces data with a very 
> visible color distortion, do you mean to quantify 
> this distortion?

I wanted to ask about decoding speed / performance:
I assume that the following command line takes 
(significantly) longer with your patch:
$ ffmpeg -i cinepak.avi -qscale 2 -vcodec mpeg4 out.avi
This is expected due to the nature of the change, 
but I believe it would be interesting to know if the 
following is slower or faster with your patch:
$ ffmpeg -i cinepak.avi -vcodec png -an out.mov
or simpler:
$ ffmpeg -i cinepak.avi -vf format=rgb24 -f null -

Carl Eugen



More information about the ffmpeg-devel mailing list