Advertisement
sroller

scale down with ffmpeg

Jan 10th, 2017
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.20 KB | None | 0 0
  1. REM Works with TCC (www.jpsoft.com)
  2. REM scale down film to 1024x768 projector format usable with PowerPoint 2013+
  3. REM function needs TCC to run
  4. ffmpeg -i %1 -filter:v scale=1024:-1 -crf 28 %@name[%1].mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement