In the past I have downsized and published my 4:3 PAL videos (720x576 interlaced) as 320x240 or 640x480 with PAR of 1 (square pixels).
With increased bandwidth I would now like to publish them in a Flash player at the least lossy resolution. I am most likely to use x264 codec within MeGUI using TDeint for deinterlacing and Lanczos for any resizing.
Which of these methods would result in the least loss of quality in the final displayed video?
1. Resize to 768 x 576 (PAR 1)?
2. Resize to 720 x 540 (PAR 1)?
3. Maintain 720 x 576 and signal PAR of 1.0926 in the mp4 file?
4. Maintain 720 x 576 (PAR 1) and stretch to 768 x 576 in the Flash player?
Further, if I choose option 3, does the following AVIsynth script look about right for MeGUI to signal the correct PAR?:
Code:AviSource("d:\fs.avi") global MeGUI_darx = 4 global MeGUI_dary = 3 ConvertToYV12() TDeint(order=1)
+ Reply to Thread
Results 1 to 2 of 2
-
-
Native resolution with PAR flags will give the best result (as far as the video file is concerned) but some players may pay no attention to the PAR flags and quality of resizing for final output will depend on the player. Resizing to 768x576 with square pixels would be safer.
Similar Threads
-
Recommendation of Lossy to lossy format(WMV/AVI/MKV to H264) via X264.
By xjohn in forum Video ConversionReplies: 6Last Post: 17th May 2011, 22:27 -
HDTV 720p 50 fps -> SDTV PAL 576i/p 25fps
By joosty in forum Video ConversionReplies: 22Last Post: 7th Nov 2010, 22:33 -
vertical resolution of anamorphic widescreen?
By Sean_ve99 in forum Video ConversionReplies: 12Last Post: 7th Jan 2009, 11:41 -
PAL 1080i HD -> 576i for DVD authoring
By halsboss in forum DVB / IPTVReplies: 1Last Post: 3rd Apr 2008, 04:45 -
convert PAL HDTV 1080i -> PAL DVD 576i
By halsboss in forum Video ConversionReplies: 0Last Post: 20th Sep 2007, 21:13