Skip to content

Instantly share code, notes, and snippets.

@langheran
Created January 25, 2026 05:37
Show Gist options
  • Select an option

  • Save langheran/de7e2dcc5d4278f5fad0709807768460 to your computer and use it in GitHub Desktop.

Select an option

Save langheran/de7e2dcc5d4278f5fad0709807768460 to your computer and use it in GitHub Desktop.
C:\Users\NisimHurst\NDS\scripts\reduce_video_resolution.bat
@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