I bought a DVD in US where I was on vacation without thinking about the different kind of video standard... (OPS)
I used mencoder to convert the video track in the PAL format and it works fine.
It was pretty easy since the movie was progressive and there is almost no ratio difference between 854x480 (ntsc) and 1024x568 (pal).
I was wondering, can I extract the subtitles from the dvd and muxing them in the new mpeg file without passing for the .srt text format?Code:#the command line for the ones interested mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd:tsaf \ -vf scale=720:576,dsize=1024:576,harddup -ofps 25 \ -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=8000:\ keyint=15:vstrict=0:trell:mbd=2:precmp=2:subcmp=2:cmp=2:dia=-10:predia=-10:cbp:mv0:\ vqmin=1:lmin=1:dc=10:aspect=16/9 -o movie_pal.mpg -dvd-device /dev/sr2 dvd://8
I exacted the subtitle I am interested on with:
tccat -i /dev/sr2 -T 8,-1 | tcextract -x ps1 -t vob -a 0x20 > en-sub
but now?
Thanks everyone.
[edit]
I found the solution, I noticed subtitles2pgm can output the xml subtitle format that spumux needs to do its magic.
So the solution is:
Once you have the raw subtitle extracted with the tccat, tcextract pair use subtitles2pgm with the options `-t 1 -g 4'.
the xml result file can be used (eventually after alterations for centring) with spumux .
+ Reply to Thread
Results 1 to 1 of 1
Thread: ntsc -> pal subtitles [solved]
Thread
-
Similar Threads
-
Subtitles and NTSC -> PAL Video Conversion ?
By shotokan101 in forum SubtitleReplies: 14Last Post: 5th Jan 2009, 21:39 -
ntsc vob files (jerky video) to pal (solved)
By thecrock in forum Newbie / General discussionsReplies: 3Last Post: 14th Jul 2005, 06:51 -
PAL to NTSC...But keeping the subtitles.....
By qshartle in forum MacReplies: 4Last Post: 4th Jun 2005, 08:23 -
PAL Subtitles to NTSC subtitles
By dfgh11 in forum DVD RippingReplies: 1Last Post: 25th Feb 2004, 08:01 -
How to convert PAL Subtitles to NTSC Subtitles?
By svcdsubguy in forum EditingReplies: 13Last Post: 5th Nov 2003, 18:30
-



Quote