Skip to content

Instantly share code, notes, and snippets.

@LeafarDev
Created November 11, 2023 19:04
Show Gist options
  • Select an option

  • Save LeafarDev/45aa724a49d7c796ad495f728541210a to your computer and use it in GitHub Desktop.

Select an option

Save LeafarDev/45aa724a49d7c796ad495f728541210a to your computer and use it in GitHub Desktop.
ffmpeg scale video
D:\ffmpeg\bin\ffmpeg.exe -hwaccel cuda -hwaccel_device 0 -i "C:\localtion\original.mp4" -vf "scale=2560:1080,setsar=1" -c:a copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment