On Wed, Oct 26, 2016 at 04:49:42 -0700, dariusz w wrote: > ffmpeg -i input.mp4 -c copy -bsf:v h264_mp4toannex output.ts ^^^^^^^^^^^^^^ This filter is called "h264_mp4toannexb" (note the last letter). In recent ffmpeg releases and with latest git, it is automatically inserted, you don't need to do so anymore.
> outpu.ts plays fine in vlc etc. but output.ts isn't compatibilie with > hardware decoders. pcr is rare in output.ts. Which hardware decoder are you referring to? What is "pcr"? You should show us the (proper) command line, and the command's full uncut console output, so that we can get an idea what has gone wrong. In the meantime, please ensure that you are testing this with latest git (if possible, else latest release). Thanks, Moritz _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".