+ Reply to Thread
Results 31 to 34 of 34
-
Also, a crop nearly always changes the Aspect Ratio*. If before a subsequent resize, it's changing the PAR*. If after a resize, it's changing the DAR.
Follow the examples as suggested (to 768x576), and then if you feel you need to crop further - DON'T!
Instead, mask sections that are bad.
If you truly cannot avoid additional cropping, it is best to do only 1 pass of cropping & 1 pass of resizing, and you should calculate your intended result ahead of time so the AR is automatically correct at the end.
The formula:
Code:H rez / V rez * PAR = DAR
And when doing resizes, just remember you can do 2 instances of this formula (for source & result), match the parameters that match, combine them by equating, and plug things in to solve for the missing element.
Scott
*exception if the subsequent resize is doing equal ratios of both H & V. -
Doesn't that confict with jagabo's suggestion of making a larger resize (788x576) due to the nature of the original video? Which one is the most correct?
What if I used AddBorders to the final cropped resolution to create a full-proof 1x1 PAR 4:3 PAL video?
original 720x576 resize to 788x576 -> crop to 756x564 -> AddBorders for 768x576
Although this would only be a source of concern when playing videos on older LCD. Using VLC player I now understand that I can playback a video with its original resolution with PAR 1x1, no matter how strange it is. -
There's no need to worry about the final dimensions unless you are creating video for a system that requires a specific frame size. You might as well leave your example video at 756x564.
Similar Threads
-
Capturing VHS With D-VHS Deck MPEG-2
By dellsam34 in forum Capturing and VCRReplies: 13Last Post: 19th Jan 2025, 14:30 -
Need help with Anti-Aliasing in Potplayer
By ceo54 in forum Software PlayingReplies: 1Last Post: 23rd Aug 2019, 12:50 -
aliasing when capturing analog Component v.s S-video
By clashradio in forum Capturing and VCRReplies: 8Last Post: 26th Nov 2018, 20:08 -
Need help with bad aliasing
By MysticFTW in forum Video ConversionReplies: 13Last Post: 9th Apr 2018, 00:14 -
Aliasing won't go away
By grezer in forum Video ConversionReplies: 0Last Post: 2nd Jan 2016, 13:25