Created
October 25, 2013 18:25
-
-
Save joepreludian/7159460 to your computer and use it in GitHub Desktop.
Embutindo legenda em um filme via linha de comando
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
mencoder -sub $1.srt -ovc xvid -xvidencopts bitrate=-7000000 -oac copy -o $2.avi $1.avi -subwidth 90 -subpos 95 -subfont-text-scale 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment