Chainmax
2nd April 2005, 02:33
I wanted to ask you guys if the following are good ways to resize a stream for SVCD convertion:
If the stream is 4:3, just resize to 480x480 or 480x576 and encode as 4:3
If the stream has an AR of p, then resize to 480x(480/p) or 480x(576/p), add borders until the picture is 480x480 or 480x576 and encode as 4:3. For instance a base script for a 2.35 movie would be Lanczos4Resize(480x204).AddBorders(0,138,0,138) or Lanczos4Resize(480x204).AddBorders(0,186,0,186).
Am I right or is this nonsense?
If the stream is 4:3, just resize to 480x480 or 480x576 and encode as 4:3
If the stream has an AR of p, then resize to 480x(480/p) or 480x(576/p), add borders until the picture is 480x480 or 480x576 and encode as 4:3. For instance a base script for a 2.35 movie would be Lanczos4Resize(480x204).AddBorders(0,138,0,138) or Lanczos4Resize(480x204).AddBorders(0,186,0,186).
Am I right or is this nonsense?