How to demux from mp4 video to get the video(h264 format) elementary stream using ffmpeg command line ?
demux
mp4
h264
ffmpeg
Thanks
ffmpeg -i input.mp4 -vcodec copy -bsf h264_mp4toannexb -an -f h264 output.h264