Gyan (12019-04-28): > Corrupt streams in sufficiently intact containers (MP4, TS) so they can be > demuxed but decoder context fields are incomplete/invalid, so ffmpeg won't > streamcopy-mux them. > > Depending on the exact situation, I would use a repair or analysis tool to > check them or supply an alternate esds..etc
And you want to just dump the packets payload in a file? With the ffmpeg command-line? Then I suggest to implement that as a ffmpeg option: ffmpeg -dump_stream:0 stream0.bin -i damaged.mp4 -f null - It is not efficient nor robust to have the packets go through all ffmpeg's and libavformat processing only to have an option to disable that processing. Regards, -- Nicolas George
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".