Skip to content

Instantly share code, notes, and snippets.

@joepreludian
Created October 25, 2013 18:25
Show Gist options
  • Save joepreludian/7159460 to your computer and use it in GitHub Desktop.
Save joepreludian/7159460 to your computer and use it in GitHub Desktop.
Embutindo legenda em um filme via linha de comando
#!/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