Skip to content

Instantly share code, notes, and snippets.

@shi-yan
Last active February 10, 2017 00:02
Show Gist options
  • Save shi-yan/5a8be2245efe400cc05fb6f18b13d9ae to your computer and use it in GitHub Desktop.
Save shi-yan/5a8be2245efe400cc05fb6f18b13d9ae to your computer and use it in GitHub Desktop.
ffmpeg cut video into mpegts
ffmpeg -i 360.mp4 -bsf:v h264_mp4toannexb -f segment -segment_list_type m3u8 -segment_list playl -c copy -map 0 output02%d.ts
ffmpeg -i result-%03d.png -c:v libx264 -vf fps=25 -pix_fmt yuv420p out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment