Created
November 11, 2023 19:04
-
-
Save LeafarDev/45aa724a49d7c796ad495f728541210a to your computer and use it in GitHub Desktop.
ffmpeg scale video
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
| 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