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

FFmpeg trac at avcodec.org
Sun Aug 10 19:00:11 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           |
------------------------------------+------------------------------------
Changes (by kurosu):

 * analyzed:  0 => 1
 * component:  undetermined => avformat
 * reproduced:  0 => 1


Comment:

 The issue is that avienc.c never writes the palette.

 avidec.c stores it as packet side data, and my attempts at retrieving it
 failed when it is needed (avienc.c, line 336). I have no idea how to store
 it as stream side data, and other attempts yielded nothing too.

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


More information about the FFmpeg-trac mailing list