[MEncoder-users] can not hardcoding subtitle

Jyun-Yi Liou 7yuny1 at gmail.com
Fri Jun 20 09:52:48 CEST 2008


Hi list!,

This is my first time to trying to hardcode subtitle.
I have a avi format video file, a srt subtitle file
my little sh hardcoding script as below:

#!/bin/sh
MENCODER=/usr/local/bin/mencoder

$MENCODER $1 -ovc lavc -of avi \
             -oac copy -sub $1.srt -sbucp utf-8 \
             -font ~/.mplayer/subfont.ttf \
             -o /tmp/test.avi

mencoder starts working, but I got the original one without
subtitle(test.avi) :(

Does any can help how should mencoder hardcode well?

btw, my mencoder message is below.
http://rafb.net/p/ShkiTP83.html

Thx for help anyway!

Regards,
jyuny1



More information about the MEncoder-users mailing list