[FFmpeg-devel] [PATCH] rawdec: rename top option to rawdec_top

Matthieu Bouron matthieu.bouron at gmail.com
Thu Apr 5 11:55:02 CEST 2012


2012/4/4 Michael Niedermayer <michaelni at gmx.at>:
> On Mon, Apr 02, 2012 at 07:21:07PM +0200, Matthieu Bouron wrote:
>> Hi,
>>
>> This patch rename the raw decoder option -top to -rawdec_top since
>> -top is already used by ffmpeg.
>
> do you have a testcase that is fixed by this patch ?

The sample test I used is a rawvideo bgr24 interlaced bottom field
first in avi container. -rawdec_top 0 is required in order to tell the
decoder that the content is interlaced/bff since it can't detect it
automatically.

Here is the sample:
http://samples.lolito.fr/RAW/test_sequence_720x480_29.97fps_RGB24.avi

Note, this sample could be useful to test the quality of video
encoders. I ran some tests on it to compare imx50 results between
different encoders: ffmpeg was the winner on those imx tests :)

>
> [...]
> --
> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> No great genius has ever existed without some touch of madness. -- Aristotle
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list