Skip to content

Instantly share code, notes, and snippets.

@jemekite
Created August 17, 2023 12:15
Show Gist options
  • Save jemekite/2b3e31fba88585dbade4cef654e7de23 to your computer and use it in GitHub Desktop.
Save jemekite/2b3e31fba88585dbade4cef654e7de23 to your computer and use it in GitHub Desktop.
Split video for whatsapp status usnig FFMpeg
ffmpeg -i input.mp4 -c copy -map 0 -segment_time 29 -reset_timestamps 1 -f segment output%01d.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment