View Single Post
Old 2nd July 2009, 08:44   #915  |  Link
Filbert
Registered User
 
Join Date: May 2004
Posts: 37
Hi MrC,

just two other things that might be corrected if I'm not wrong (mainly for PAL-DV Sources):

1. For interlaced sources shouldn't it be "Video = Video.ConvertToYV12 (interlaced=true)" instead of "Video = Video.ConvertToYV12"?
2. Adding Borders and resizing shouldn't be necessary (Video = Video.AddBorders(24,0,24,0)
Video = Video.Lanczos4Resize(720,576)) as it's already correct size. Maybe it's adjusted because the pixelratio 720:576 is 5:4 and the aspectratio should be 4:3. If I feed my DVD recorder (Panasonic DMR E65) with DV (via Firewire, digital copy) there's no adding of borders/resizing. Same with commercial DVD authoring program (Sonic DVDit).

Not that important as I can correct this by editing the script, but maybe you agree...

Thanx, Filbert

Last edited by Filbert; 2nd July 2009 at 09:31.
Filbert is offline   Reply With Quote