Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 149 Bytes

h264.md

File metadata and controls

7 lines (5 loc) · 149 Bytes

H264

How to extract h264 bistream from a video using FFMPEG:

ffmpeg -i test.mp4 -vcodec copy -an -bsf:v h264_mp4toannexb test.h264