Re: [FFmpeg-devel] [PATCH] avformat/avienc: add check bitstream method

2018-01-05 Thread Hendrik Leppkes
On Fri, Jan 5, 2018 at 9:13 AM, Steven Liu wrote: > rename mpegts_check_bitstream to ff_check_bitstream > fix problem: remux from mp4(AVC Codec) to avi(AVC Codec) > error message: > [avi @ 0x7fac97003c00] H.264 bitstream malformed, no startcode found, > use the video bitstream filter 'h264_mp4toan

[FFmpeg-devel] [PATCH] avformat/avienc: add check bitstream method

2018-01-05 Thread Steven Liu
rename mpegts_check_bitstream to ff_check_bitstream fix problem: remux from mp4(AVC Codec) to avi(AVC Codec) error message: [avi @ 0x7fac97003c00] H.264 bitstream malformed, no startcode found, use the video bitstream filter 'h264_mp4toannexb' to fix it ('-bsf:v h264_mp4toannexb' option with ffmpeg