I tried to hardcode a subtitle from file into a video file, and here is my command:
mencoder hifi.avi -ss 30 -endpos 60 -o test.mp4 -oac faac -faacopts mpeg=4:object=2:raw:br=128 -of lavf -lavfopts format=mp4 -ovc x264 -x264encopts nocabac:level_idc=30:bframes=0:threads=auto -sub hifi.srt -font /c/Windows/Fonts/arial.ttf
but there was no subtitle in the output file. Whats wrong in my command? (I use mencoder on window, built by mingw)
Lvreiny