Mencoder doesn't work right in OSX anymore

1

The following works correctly in Linux. However when I try the same thing on the same files in OSX, the subtitles aren't showing.

mencoder video.mp4 -vf pp=de,scale=1280:720 \
-oac pcm -o video_subtitled.avi -sub video.srt \
-ovc lavc -lavcopts vcodec=mpeg4:vbitrate=4317:mbd=2:turbo

Mencoder used to work correctly in OSX, but then I made some upgrades. Why aren't the subtitles showing now?

tony_sid

Posted 2011-07-09T20:41:16.917

Reputation: 11 651

No answers