PDA

View Full Version : Resizing subs to fit resized video


atropos
27th October 2006, 05:02
When a (PAL) video stream has been resized from 720x576 down to 352x576 or even to 352x288, how can I resize the subs to fit correctly, for example the .bmp + .son files for DVDMaestro?

Thanx,
atropos

Matthew
28th October 2006, 01:55
You don't need to resize the subpictures unless you are switching from NTSC<->PAL :)

Some software players don't seem to like (or at leats they didn't in the past) subtitles + reduced res, though.

setarip_old
28th October 2006, 03:09
You don't need to resize the subpictures unless you are switching from NTSC<->PAL Re-size or simply re-position?

Matthew
28th October 2006, 03:23
NTSC and PAL have different pixel aspect ratios so in order to get the size and positioning correct, yes you do need to resize.

In practice, it is possible to reposition and put up with the bad AR. So long as the subtitles are sighted - automatic positioning is risky because sometimes subtitles appear at the top of the screen, say.

setarip_old
28th October 2006, 08:02
Actually, based on a recent conversion experience, I was delighted to fin dout how easy it is to use "DVDSubedit" to adjust the positions of ALL subtitles and supertitles on the same DVD at one time...

http://forum.doom9.org/showpost.php?p=886538&postcount=19

Matthew
28th October 2006, 09:03
Yes I agree it is not hard...I meant positioning is risky if the process is automated, e.g. part of an NTSC<->PAL conversion tool. The downside, apart from bad AR and incorrect positioning (it will always be off slightly), is that user interaction is required. The upside is less jaggy subtitles and no need to use a non-binary format :)

atropos
31st October 2006, 13:52
Thanx for the info guys.