I have a 4GB DV file in PAL format that I wish to convert to NTSC DV. I haven't yet decided on the method of my conversion. But what I was wondering was would resizing the image during conversion, so that I won't lose any image, result in more artifacts later when I convert it to MPEG for DVD? I don't want to crop the image if I don't have to. But I really don't want to sacrifice any quality if I don't have to. This was a clip that I spent a lot of time cleaning up with filters and manually cleaning up over 150 individual frames in Photoshop to remove dropouts and glitches.
I searched the guides and such here but I didn't see this issue addressed.
+ Reply to Thread
Results 1 to 4 of 4
-
-
Hi-
But what I was wondering was would resizing the image during conversion, so that I won't lose any image, result in more artifacts later when I convert it to MPEG for DVD?
You can completely ruin the video if you're not careful. It's interlaced, isn't it? So, assuming you intend to keep it interlaced, when resizing you have to do it very carefully so that the field structure isn't destroyed. Using an AviSynth script is the best way to do the resizing. It's also the best way to do the framerate conversion. -
You should resize - but using a field-aware algorithm as noted above.
PAL DV frame size is 720 x 576.
NTSC DV frame size is 720 x 480.
But *both* have the same frame aspect ratio (i.e., 4:3 - or 16:9 if widescreen).
If you simply crop from 576 lines to 480, you'll change the aspect ratio....
Similar Threads
-
Proper way to crop and resize this vid to 4:3?
By mt123 in forum Newbie / General discussionsReplies: 14Last Post: 27th Dec 2009, 23:59 -
Tool to aid in crop+resize
By Quaraxkad in forum Newbie / General discussionsReplies: 4Last Post: 26th Sep 2009, 18:16 -
Can I crop and resize video?
By maldb in forum EditingReplies: 6Last Post: 13th Jun 2009, 19:06 -
Video Crop and resize
By quxote in forum EditingReplies: 4Last Post: 27th Feb 2009, 11:48 -
Crop, then resize to 240x320?
By miamicanes in forum EditingReplies: 2Last Post: 29th Dec 2008, 23:56