I have a video that handbrake shows as:
Source: 1280 x 536, PAR 67/68
Setting anamorphic to None it shows:
Storage: 1262 x 536, Display 1262 x 536
Video info:
If I'm converting this video with AVISynth and doing some other stuff in VDub with it at the same time, what should I resize this video to in order to be 1:1. Video will be a hard drive file played to my plasma tv. I've done this a lot before with HD digital content but not with a size measure like this file.Code:Video Count : 311 Count of stream of this kind : 1 Kind of stream : Video Kind of stream : Video Stream identifier : 0 StreamOrder : 0 Inform : 2 824 Kbps, 1280*536 (2.35:1), at 25.000 fps, AVC (High@L4.1) (CABAC / 4 Ref Frames) ID : 1 ID : 1 Unique ID : 1 Format : AVC Format/Info : Advanced Video Codec Format/Url : http://developers.videolan.org/x264.html Commercial name : AVC Format profile : High@L4.1 Format settings : CABAC / 4 Ref Frames Format settings, CABAC : Yes Format settings, CABAC : Yes Format settings, ReFrames : 4 Format settings, ReFrames : 4 frames Internet media type : video/H264 Codec ID : V_MPEG4/ISO/AVC Codec ID/Url : http://ffdshow-tryout.sourceforge.net/ Codec : V_MPEG4/ISO/AVC Codec : AVC Codec/Family : AVC Codec/Info : Advanced Video Codec Codec/Url : http://ffdshow-tryout.sourceforge.net/ Codec profile : High@L4.1 Codec settings : CABAC / 4 Ref Frames Codec settings, CABAC : Yes Codec_Settings_RefFrames : 4 Duration : 5241040 Duration : 1h 27mn Duration : 1h 27mn 21s 40ms Duration : 1h 27mn Duration : 01:27:21.040 Duration : 01:27:21:01 Duration : 01:27:21.040 (01:27:21:01) Bit rate : 2824000 Bit rate : 2 824 Kbps Width : 1280 Width : 1 280 pixels Height : 536 Height : 536 pixels Pixel aspect ratio : 0.985 Display aspect ratio : 2.353 Display aspect ratio : 2.35:1 Frame rate mode : CFR Frame rate mode : Constant FrameRate_Mode_Original : VFR Frame rate : 25.000 Frame rate : 25.000 fps Frame count : 131026 Resolution : 8 Resolution : 8 bits Colorimetry : 4:2:0 Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 Bit depth : 8 bits Scan type : Progressive Scan type : Progressive Interlacement : PPF Interlacement : Progressive Bits/(Pixel*Frame) : 0.165 Delay : 0 Delay : 00:00:00.000 Delay, origin : Container Delay, origin : Container Stream size : 1808733220 Stream size : 1.68 GiB (84%) Stream size : 2 GiB Stream size : 1.7 GiB Stream size : 1.68 GiB Stream size : 1.685 GiB Stream size : 1.68 GiB (84%) Proportion of this stream : 0.84327 Title : Outpost 2008 Writing library : x264 - core 124 r2197 Writing library : x264 core 124 r2197 Encoded_Library_Name : x264 Encoded_Library_Version : core 124 r2197 Encoding settings : cabac=1 / ref=4 / deblock=1:-1:-1 / analyse=0x3:0x133 / me=dia / subme=1 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=0 / threads=6 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=0 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=2pass / mbtree=1 / bitrate=2824 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=69 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / vbv_maxrate=24000 / vbv_bufsize=24000 / nal_hrd=none / ip_ratio=1.40 / aq=1:1.00 Default : Yes Default : Yes Forced : No Forced : No
Thanks.
JR
+ Reply to Thread
Results 1 to 8 of 8
-
-
Thanks. Kind of knew that but didn't think it was necessarily doing it right. Thought that AVISynth thought all files were 1:1, not that it set it properly. AVISynth script opening in VDub is coming up as 1280 x 536. Should I assume that's the correct 1:1 even though the file is supposedly 1280 x 536 at 2.35:1 display aspect and 0.985 pixel aspect?
JR -
-
Width / Height » DAR / SAR ==> DAR = (Width * SAR) / Height
In your case: DAR = (1280 * 67/68) / 536 = 2.35 ; which you already know from MediaInfo output.
So with a SAR of 1:1 we have: Height = (Width * SAR) / DAR = (1280 * 1/1) / 2.35 » 544
You should resize to 1280x544. I think it is a better choice than 1262x536 which, by the way, to be exact should be 1260*536. 1260 is a more exact number (536 * 2.35 = 1259.6) and it's mod 4 while 1262 is mod 2."The greatest trick the Devil ever pulled was convincing the world he didn't exist." -
I disagree. Why take a 1:1 1920x1080 Blu-Ray, crop the black bars and resize to 1280x536 (still 1:1) for internet distribution, and then add a PAR to have it play at the wrong aspect ratio? 2.35:1 isn't even used these days (assuming it's a relatively recent movie). If a PAR was added it's only because it was done by an incompetent encoder that didn't understand what he read or was told. The same principle applies if it was a 1080i or 720p capture from television.
2.39:1 (~12:5): 35 mm anamorphic from 1970 onwards. Aspect ratio of current anamorphic (wide-screen) theatrical viewings. Often commercially branded as Panavision format or 'Scope. Specified as 2.40:1 for Blu-ray Disc film releases (1920×800 resolution). -
"The greatest trick the Devil ever pulled was convincing the world he didn't exist."
Similar Threads
-
Change in attitude
By Mephesto in forum Newbie / General discussionsReplies: 17Last Post: 21st Jun 2013, 23:54 -
Suggestion to change
By mari815 in forum SubtitleReplies: 10Last Post: 19th Mar 2013, 07:59 -
change container
By Ogilvy in forum Video ConversionReplies: 2Last Post: 3rd Feb 2013, 12:19 -
TS Bitrate change
By kejsok in forum Video ConversionReplies: 5Last Post: 19th Aug 2012, 23:44 -
Can't change my avatar
By johns0 in forum FeedbackReplies: 8Last Post: 16th Jun 2012, 19:21