[FFmpeg-devel] [PATCH v3] lavc/rawdec: Only use AV_PIX_FMT_PAL8 for 1 bpp video in AVI

Mats Peterson matsp888 at yahoo.com
Tue Feb 2 06:49:31 CET 2016


On 02/01/2016 04:26 PM, Michael Niedermayer wrote:
> breaks converting to nut
> example:
> ./ffmpeg -i test.avi -vcodec rawvideo test-new.nut
> ./ffplay test-new.nut
> does not play
> "-vcodec copy" instead of rawvideo also does not make it work
>
> before the patch
> ./ffmpeg -i test.avi -vcodec rawvideo test.nut
> ./ffplay test.nut
> works
>

I can tell you "-vcodec copy" doesn't work for nut without my patch 
either. It seems nut only supports 24-bit RGB video, am I right? Just a 
parenthesis.

Mats



More information about the ffmpeg-devel mailing list