Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- cd /d "%~dp0"
- ffmpeg -i "%~1" -codec:v libtheora -qscale:v 7 -vf scale=1024:512 -an -r 30 "%~n1.ogv"
- ffmpeg -i "%~1" -codec:a libvorbis -qscale:a 5 -ar 44100 -vn "%~n1.ogg"
Advertisement
Add Comment
Please, Sign In to add comment