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
Similar Threads
-
when Pal dvd has correct Ntsc audio (Pal>Ntsc conver)
By spiritgumm in forum Video ConversionReplies: 15Last Post: 13th Oct 2011, 12:57 -
random subtitles missing after remuxing converted PAL-to-Ntsc
By spiritgumm in forum SubtitleReplies: 5Last Post: 19th Jan 2009, 11:56 -
Subtitles and NTSC -> PAL Video Conversion ?
By shotokan101 in forum SubtitleReplies: 14Last Post: 5th Jan 2009, 20:39 -
Subtitles not added during conversion of Pal to NTSC 2 avis with 2 sup file
By unity860 in forum SVCD2DVD & VOB2MPGReplies: 8Last Post: 3rd Apr 2008, 06:54 -
Convert a CSS Encrypted PAL VIDEO_TS folder to NTSC DVD with subtitles
By Lord Stinkfoot in forum MacReplies: 6Last Post: 25th Oct 2007, 18:35