Created
August 17, 2023 12:15
-
-
Save jemekite/2b3e31fba88585dbade4cef654e7de23 to your computer and use it in GitHub Desktop.
Split video for whatsapp status usnig FFMpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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