Skip to content

Instantly share code, notes, and snippets.

@xupeng
Created January 8, 2012 03:58
Show Gist options
  • Save xupeng/1577134 to your computer and use it in GitHub Desktop.
Save xupeng/1577134 to your computer and use it in GitHub Desktop.
Embed subtitle into video
mencoder -o with-subtitle.mp4 -ovc lavc -lavcopts vcodec=mpeg4 -oac copy -sub subtitle.srt -utf8 -subfont-text-scale 2 -font "STHeiti" movie.mov
@xupeng
Copy link
Author

xupeng commented Jan 8, 2012

这样生成的视频质量越来越差,https://gist.github.com/1577282 可以解决这个问题

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