[FFmpeg-trac] #1304(avformat:new): rawvideo 8bpp: incorrect output with -vcodec copy

FFmpeg trac at avcodec.org
Tue Sep 23 09:31:32 CEST 2014


#1304: rawvideo 8bpp: incorrect output with -vcodec copy
------------------------------------+------------------------------------
             Reporter:  ami_stuff   |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  pal8        |               Blocked By:
             Blocking:              |  Reproduced by developer:  1
Analyzed by developer:  1           |
------------------------------------+------------------------------------

Comment (by benoit):

 Actually, the palette is written, as it is part of the extradata. The
 issue is that it's not written at the end of the extradata, as the demuxer
 expects it, because of the {{{BottomUp}}} field present in the extradata
 too.
 A patch fixing the playback (so fixing the demuxer) has been pushed to git
 (9c843fb1d0810626194a789eb24a2af404f3be2c)

--
Ticket URL: <https://trac.ffmpeg.org/ticket/1304#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list