Hi, what is the best procedure to deinterlace a PAL DVD to 50p and add horizontal and vertical black bars around to make it 720p without scaling the original video?
+ Reply to Thread
Results 1 to 8 of 8
-
-
"Best" in terms of what criteria ? ease of use ?
Likely you still need to do some scaling because "720p" if you mean 1280x720, is usually a square pixel format (1:1), but DVD-video never is (4:3 and 16:9). If you want the aspect ratio correct (circles look like circles, instead of "ovals"), you'd need to deinterlace, scale, then add the letterbox/pillarbox borders .
Why are you doing this ? What is the destination format / goal ?
Why don't you want to "scale ?" -
Best in terms of quality.
The source is a 4:3 PAL DVD, so, 768x576 and I want to maintain that resolution inside a 1280x720 frame with black bars all around. -
Probably avisynth's QTGMC for overall deinterlacing quality . The scaling algorithm used (you're still scaling 720 => 768) can also slightly affect quality (e.g. if source is soft you might choose sharper kernal). Then add borders
What is your final format ? How is it going to be watched ? You posted in DVD authoring forum, but it's not DVD authoring -
-
There is no 768x576 on DVD. DVDs are always anamorphic and thus always have to be scaled for display. Also, DVDs use chroma-subsampling while modern displays do not. That alone would need scaling even if the picture wasn't anamorphic.
-
Oh sorry, he meant the real horizontal resolution of DVDs.
It's meant to be played on a device that will only accept 720p resolution. I muxed the source into an MKV instead of separate VOBs.
I never used Avisynth.Last edited by wall_; 7th Jun 2017 at 10:57.
Similar Threads
-
ffmpeg scaling video resolution
By marcorocchini in forum Newbie / General discussionsReplies: 7Last Post: 26th Feb 2017, 09:25 -
Scaling animated DVD picture?
By killerteengohan in forum RestorationReplies: 15Last Post: 25th Jan 2017, 08:59 -
any software to increase the quality (resolution) of a movie
By tesoke in forum Newbie / General discussionsReplies: 10Last Post: 25th Nov 2016, 12:22 -
Down-scaling help
By ChibiSqueeze in forum Video ConversionReplies: 8Last Post: 1st Jul 2016, 08:45 -
Help up-scaling anime
By zanzar in forum Newbie / General discussionsReplies: 1Last Post: 29th Dec 2015, 01:30