Skip to content

Instantly share code, notes, and snippets.

@aswinpajayan
Last active November 11, 2019 09:06
Show Gist options
  • Save aswinpajayan/70bf02f8dfc1c67eca23a27193b0bd50 to your computer and use it in GitHub Desktop.
Save aswinpajayan/70bf02f8dfc1c67eca23a27193b0bd50 to your computer and use it in GitHub Desktop.
to resize video from commandline
ffmpeg -i <input> -filter:v fps=fps=30 <output>
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