Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@xupeng
xupeng / embed-subtitle.sh
Created January 8, 2012 04:59
使用 mencoder 给视频内嵌字幕
#!/bin/bash
mencoder -o with-subtitle.avi -ovc lavc -lavcopts mbd=2:trell=yes:v4mv=yes:vbitrate=16000 -oac copy -sub subtitle.srt -utf8 -subfont-text-scale 2 -overlapsub -font "STHeiti" movie.mov