Created
May 6, 2019 12:12
-
-
Save mrxyo/18804f894acf5f47df441033ba9e2fe5 to your computer and use it in GitHub Desktop.
no sound
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
| #!/bin/bash | |
| SOURCE=$1 | |
| OUTPUT=$2 | |
| ffmpeg -i $SOURCE -c copy -an $OUTPUT |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ffmpeg starts at
ffmpeg -ss 00:00:13 -i electrical_wires_sparking.mp4 cut2.mp4 -t 12.0