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
_______________________________________________
MEncoder-users mailing list
MEncoder-users@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
No comments:
Post a Comment