Skip to content

Instantly share code, notes, and snippets.

@Spoygg
Created April 26, 2012 06:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Spoygg/2496730 to your computer and use it in GitHub Desktop.
Save Spoygg/2496730 to your computer and use it in GitHub Desktop.
Mencoder add .ass subs to mp4, output to avi
mencoder movie.mp4 -sub subtitle.ssa -vf fixpts=fps=30000/1001,ass,fixpts -ass -o movie.avi -oac mp3lame -ovc lavc -lavcopts vbitrate=1200
@lemattinew
Copy link

Try this guide: http://www.faasoft.com/articles/add-ass-to-video.html

It will complete the job for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment