Skip to content

Instantly share code, notes, and snippets.

@raspberrypisig
Created November 8, 2025 18:38
Show Gist options
  • Select an option

  • Save raspberrypisig/9f312e374979dfdffe2945484bcf6496 to your computer and use it in GitHub Desktop.

Select an option

Save raspberrypisig/9f312e374979dfdffe2945484bcf6496 to your computer and use it in GitHub Desktop.
ffmpeg -i input_video.mp4 -vf "scale=1920:1080" -c:v libx264 -crf 23 -c:a copy output_video.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment