Ok lets see the original frame.
+ Reply to Thread
Results 331 to 360 of 435
-
-
My TV plays these non-padded "oddball" .mp4 or .mkv frames properly. For distribution one is on the very safe side though with the double-stitch (I do it as well when I give it away), i.e. encoding and flagging with the correct SAR plus padding back to the desired standard DAR. I think we can agree on this
Last edited by Sharc; 24th Feb 2023 at 03:30.
-
Originally Posted by Dellsham43
-
Pillarbox it, See the magic word? Isn't that padding? Rules are rules cannot be broken, A 4:3 frame takes only a 4:3 shape, A 16:9 frame takes only a 16:9 shape, It's impossible to force a different shape in a different frame without padding or stretching, It's in the Geometry book if you guys still remember, If your ideas were true we wouldn't have gone through letter boxing, pillar boxing and anamorphic when we transitioned from 4:3 to 16:9.
-
Pillarbox it, See the magic word? Isn't that padding?
Original video attached. -
-
That's exactly is, It's called filling up the 4:3 frame, Try the resolution I suggested and use a resizing software and get back to me.
I don't know how old you are since you know only as far back as DVD, but anamorphic has everything to do with transition to 16:9, It was the only viable option to watch laser discs encoded in a 4:3 frame but with a squeezed horizontally picture, so when displayed on a 16:9 TV it will restore the frame to its original form, keeping the vertical resolution intact but loosing on the horizontal resolution. -
-
Yes, that was indeed before analog TV, But for the same exact reasons, you can't fit something into something unless you add black space to it or stretch it, I agree we have derailed the thread enough.
-
My 2 cents.
Given a 720x576 ITU-R BT.601-4 (formerly "CCIR-601" or "Rec.601") analog capture:
1- mask bottom and top noise, crop left and right, addborders left and right to build 704x576 frame, encode with DAR=4:3
best option, no resizing, higher compatibility with PC players and TVs, residual top and bottom black borders, standard dimensions frame usage
2- given that cropping has no impact on Sample Aspect Ratio = Pixel Aspect Ratio, crop the frame as needed and encode with appropriate SAR = PAR
second best option, no resizing, relies on respecting the SAR = PAR from the player, no residual top and bottom black borders, non standard dimensions frame usage
A resize option (except upscale to fit screen or YT requirements) is not an option for me. -
@Dellsham43, all I ask you to do is play my video in post #325. If you find a player/TV that will not play it correctly, let us know.
-
For those of you who want to scale your arbitrarily cropped non-square-pixel video here are two AviSynth functions that do it:
Code:function ResizeToWidth(clip old, int new_width, int sarx, int sary) { new_height = float(old.height) * float(new_width) / float(old.width) / float(sarx) * float(sary) Spline36Resize(old, new_width, int(new_height+0.5)) } function ResizeToHeight(clip old, int new_height, int sarx, int sary) { new_width = float(old.width) * float(new_height) / float(old.height) * float(sarx) / float(sary) Spline36Resize(old, int(new_width+0.5), new_height) } # call with something like: ResizeToWidth(1280, 12, 11) # for 12:11 SAR
Some notes:
When AviSynth converts floats to integers it truncates rather than rounds. So, for example, 600.1 and 600.9 both are truncated to 600. That's why I added 0.5 before converting to an integer -- essentially rounding instead of truncating.
These functions do not limit the sizes to even values. They will sometimes fail with 4:2:0 and 4:2:2 chroma subsampled video which requires mod 2 dimensions. My point here was to show the resizing calculations. I'll leave the mod 2 adjustment as a project for the user. -
-
-
I think that I might be gaining a very basic understanding of this resizing and SAR business, maybe not though
I have a few questions to be sure.
1. A 720x576 video that needs no cropping, my minidv capture for example, can be encoded to mp4 as is with a SAR of 16:15?
2. It can also be resized without any cropping to 768x576 or 1440x1080 with a SAR of 1:1 applied?
3. A video that is to be encoded at 704x576 but needs to be cropped to 692x560 first, has to be resized to 704x576 with borders and SAR 12:11? It cant be resized to 704x576 without borders?
4. A video can be cropped to say 692x560 and then resized straight to 768x576 without any borders with SAR 1:1.
5. For the time being, Im going with 1440x1080. Is that my best option for playback on modern screens or are there any advantages to 768x576 or 704x576 with borders apart from smaller file size?Last edited by Leanoric; 24th Feb 2023 at 09:34.
-
MiniDV follows DVCAM specification which sticks to the ITU Rec.601 standard, meaning the PAR is still 12:11, even though the entire 720px wide frame contains image. There may be camcorders, supposedly ones made towards the end of the MiniDV production cycle, as well as HDV camcorders running in DV mode, that do not stick to the ITU Rec.601 standard (although we have yet to see evidence of this, so I'm just mentioning it for completeness).
To be sure, you would have to test yourself. Or just use 12:11 as it's more likely to be correct than not.
I don't get what you mean by 968x576. Where does 968 come from? -
Upload a short unprocessed sample and someone might be able to tell (or give his best estimate). miniDV is usually 12:11.
3. A video that is to be encoded at 704x576 but needs to be cropped to 692x560 first, has to be resized to 704x576 with borders and SAR 12:11? It cant be resized to 704x576 without borders?
(Note: "resize to 704x576 with borders" is called padding rather than resizing. You don't change the SAR (the geometric shape of the objects in the video) with cropping or padding, it's still 12:11.)
4. A video can be cropped to say 692x560 and then resized straight to 968x576 without any borders with SAR 1:1.
5. For the time being, Im going with 1440x1080. Is that my best option for playback on modern screens or are there any advantages to 968x576 or 704x576 with borders apart from smaller file size?
Edit: I just noticed your correction re. 968Last edited by Sharc; 24th Feb 2023 at 10:03.
-
-
Ok I think that I’m starting to get my head around some of this now.
Interesting what Skiller said about minidv being 12:11 in most cases. I wrongly assumed and encoded with 16:15. That said, I cant see anything wrong when watching it back so maybe it isnt worth worrying about too much. -
-
-
-
Modifying the SAR can be done without having to do the whole encoding again. It's just a quick remux.
But I agree, it's probably not worth the effort now. -
At the risk of thread drift...
Originally Posted by Skiller
It's a HDV camera (HV20), shooting in DV mode and captured via Composite to my GV-USB2; not a black bar to be seen (well maybe just a smidgeon top and bottom), and a pretty good image at that.
[Attachment 69408 - Click to enlarge]
The video is attached. -
Thanks Alwin. Now doing the circle test with the rim of the wheel according post#320 gives vertical/horizontal=305/286=1.066 which indicates that the SAR is 16:15 rather than 12:11, means the camera is out of DVCAM spec. Apparently Canon abandoned the original SONY specs for this HDV camera.
Edit: To be asolutely certain, can you upload a digital copy of the unprocessed original DV file, i.e. without capturing via the GV-USB2?Last edited by Sharc; 25th Feb 2023 at 00:59.
-
Here you go, Sharc. Different wheel, same thing. Lying on driveway for camera at wheel centre not good for my elbows!
-
Similar Threads
-
How to set HCEnc for Interlaced VHS capture (or better encoder for VHS)
By Tek03 in forum Authoring (DVD)Replies: 7Last Post: 28th Aug 2022, 20:58 -
Vdub2 VHS C Capture and post processing - advice requested
By sum_guy in forum Capturing and VCRReplies: 98Last Post: 18th Feb 2022, 05:04 -
Digital to Analog Video Conversion & S-VHS Capture with Mac advice needed
By Anonymous4353 in forum Capturing and VCRReplies: 0Last Post: 23rd Jan 2022, 14:49 -
VHS-C Advice
By NY_RRVid in forum Newbie / General discussionsReplies: 24Last Post: 24th Sep 2020, 20:35 -
Out of touch with video capture - USB capture device advice
By Lambchop in forum Capturing and VCRReplies: 7Last Post: 25th Nov 2018, 04:19