Skip to content

Instantly share code, notes, and snippets.

@manueldev
Created October 7, 2025 23:53
Show Gist options
  • Select an option

  • Save manueldev/08850c80f72fb2a7f069d016f5bb5436 to your computer and use it in GitHub Desktop.

Select an option

Save manueldev/08850c80f72fb2a7f069d016f5bb5436 to your computer and use it in GitHub Desktop.
ffmpeg -i input.mp4 -vf "transpose=1,scale=1920:1080,fps=30" -c:v libx264 -preset medium -crf 18 -c:a copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment