On 03/05/2016 10:13 PM, Mats Peterson wrote:
On 03/05/2016 10:12 PM, Mats Peterson wrote:

Doesn't seem to work quite as expected, Michael.
Try ffmpeg -i toon.avi -vcodec copy out.avi.
The destination file will still contain only two xxpc chunks.

Mats


Well, it works with -vcodec rawvideo, but not -vcodec copy.

Mats


On stream copy, the palette won't come with every packet like it does for e.g. "-vcodec rawvideo". So you'll need to add the keyframe xxpc chunks outside of the "if (ret2)" block in some way.

Mats

--
Mats Peterson
http://matsp888.no-ip.org/~mats/
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to