Created
January 25, 2026 05:37
-
-
Save langheran/de7e2dcc5d4278f5fad0709807768460 to your computer and use it in GitHub Desktop.
C:\Users\NisimHurst\NDS\scripts\reduce_video_resolution.bat
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
| @REM ffmpeg -i input.mp4 -c:v libx264 -crf 23 -preset medium -vf scale=1280:-1 -c:a copy output.mp4 | |
| ffmpeg -y -i %1 -vf scale=640:-1 "%~n1_compressed.mp4" | |
| pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment