Forum Archive Home -> Linux -> ntsc -> pal subtitles [solved]
ntsc -> pal subtitles [solved] | ||
| etvideob posted 2009 Jun 30 04:33 | ||
| 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? 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 . |
Login/Register to our forum to be able to post here.
