Last active
November 11, 2019 09:06
-
-
Save aswinpajayan/70bf02f8dfc1c67eca23a27193b0bd50 to your computer and use it in GitHub Desktop.
to resize video from commandline
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> -filter:v fps=fps=30 <output> |
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.avi -s 720x480 -c:a copy output.mkv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment