Hi all,
I hope someone can really help me here as I have been stuck for weeks and still can't find the solution with google.
The subtitle for the video won't be display whenever I use the the command "-vf scale" to resize the video.
Able to display subtitle but no resize:
mencoder test/22.avi -o test/22.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=1000:mbd=2:mv0:trell:v4mv:cbp: last_pred=3 -srate 22050 -ofps 24 -sub test/subtitle.srt -subpos 90 -subfont-text-scale 3.5
Unable to display subtitle but resizing works:
mencoder test/22.avi -o test/22.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=1000:mbd=2:mv0:trell:v4mv:cbp: last_pred=3 -srate 22050 -ofps 24 -vf scale=320:240 -sub test/subtitle.srt -subpos 90 -subfont-text-scale 3.5
+ Reply to Thread
Results 1 to 4 of 4
-
-
Maybe the font used is too big for the new size?
Try doing that in two steps
1st)
mencoder test/22.avi -o test/22.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=1000:mbd=2:mv0:trell:v4mv:cbp: last_pred=3 -srate 22050 -ofps 24 -sub test/subtitle.srt -subpos 90 -subfont-text-scale 3.5
2nd)
mencoder test/22.flv -o test/new22.flv -of lavf -ovc copy -oac copy -vf scale=320:240
or
mencoder test/22.flv -o test/new22.flv -ovc copy -oac copy -vf scale=320:240
IM not sure but it should works =) -
Can some one please help me to look into this problem ? I will pay for a solution ! I am really sick and tired .. I have been stuck for 2 months already.
Similar Threads
-
Subtitle not showing up when Hardsub mencoder
By baoky in forum SubtitleReplies: 0Last Post: 23rd Jun 2011, 10:58 -
Conver MKV with ENG audio/subtitle to AVCHD or Blu-ray with subtitle help?
By teaberry in forum Video ConversionReplies: 2Last Post: 3rd May 2010, 17:03 -
mencoder DVD mpeg2 subtitle
By PeteTV in forum SubtitleReplies: 0Last Post: 15th Feb 2010, 20:25 -
Encoding ONLY subtitle in MP4 with mencoder without change video and audio
By nkostov in forum SubtitleReplies: 6Last Post: 27th Jun 2009, 16:12 -
Mediacoder - Letter box / Crop to resize to add subtitle ?
By kehn in forum Newbie / General discussionsReplies: 1Last Post: 27th Jun 2009, 12:52