for f in *.mkv; do ffmpeg -i "$f" -vf ass="$f.ass" -vcodec libx264 -preset fast -filter:v scale=854:-2 -crf 26 -strict experimental -c:a aac "${f%.mkv}_MQ.mp4"; done
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!