Hi all

I've been using mencoder to take chunks of video file and add a sub to it. I recently wanted to upgrade my mencoder binary to the latest version,
and I cannot seem to get this working again. As soon as I add the -ss parameter, subs disappear. I found a vague
reference that vf expand osd =1 shoudl help, but it didn't, at least the way I did it. Here's the behaviour:


WORKS:
mencoder.exe -sub C:\test\sub.srt -subfont arial.ttf C:\test\input.flv -o C:\test\output.avi -oac mp3lame -ovc lavc -lavcopts vbitrate=1200

SUBTITLE DISAPPEARS:
mencoder.exe -sub C:\test\sub.srt -subfont arial.ttf c:\test\input.flv -ss 00:01:00 -o c:\test\output.exe -oac mp3lame -ovc lavc -lavcopts vbitrate=1200

thanks for any help!