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