There is nothing/little you can do at capture level. Bad borders and head switching noise are corrected in post-processing. For example for GR-SXM260U capture in AviSynth:Or better yet, what is the proper way to go about doing that?
Code:crop(10,2,-6,-6) addborders(8,4,8,4)
+ Reply to Thread
Results 31 to 44 of 44
-
-
To rebuild the 720xXXX frame. Much better to take them out and leave the 704xXXX frame for further processing, as you may wanted to suggest
-
Last edited by lovethisnation; 18th Jul 2023 at 19:17.
-
Yep, remove overscan noise, replace centered in black matte.
Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
Want my help? Ask here! (not via PM!)
FAQs: Best Blank Discs • Best TBCs • Best VCRs for capture • Restore VHS -
What do you mean by "distort"?Originally Posted by Lordsmurf
Such as? TVs, No (I've turned overscan off on mine); YT, No; Streaming boxes, No; Phones; No.Cropping is also not what you do to view on devices that have overscan. -
The active picture inside a 720x576 of your analog capture is 702/704x576. The DAR refers to this specification. When you crop your frame, you must respect the specification to do not introduce distortion. Meaning that removing 4 pixels from the left/right and 3 pixels from the top/bottom to respect the 4/3 DAR as you do may be not accurate.
When cropping, is better to forget about DAR and specift the SAR (Sample Aspect Ratio), because the Sample Aspect Ratio does not change whatever you crop. Encode then with Sample Aspect Ratio of 12:11 for a PAL ITU cap.
In other words, cropping by any amount of pixels and encoding specifying the Sample Aspect Ratio parameter does not distort any proportion of the frame).
The problem is that the player must understand and apply SAR flag.
This will allow you to remove your useless and lossy resize. Your liking of 768x576 and square pixels (
) is your preference, but is not justified in any technical way.
Be careful that Sample Aspect Ratio if often called PAR (Pixel Aspect Ratio), and when using this nomenclature SAR becomes Storage Aspect Ratio (the ratio between the width and the heigth of the frame).
On top of that, for a 4:3 material we have to introduce anyhow left and right very big black borders, so your effort to remove the top and black border of few pixels is incomprehensible (to me), and in any case it should be done with the SAR approach, not with the resizing.
I hate the concept saying: I have my TV, I want to fill all pixels, which brought to pan and scan and other similar butcheries of the images. This is of course my approach, your can be completely different and legitimate. -
No compelling arguments there, Lollo, against making SD video just like every other video in the world: with square pixels.
May? If a 4:3 crop isn't accurate, then 12:11 isn't going to be accurate either.Meaning that removing 4 pixels from the left/right and 3 pixels from the top/bottom to respect the 4/3 DAR as you do may be not accurate.
Not an issue with square pixels.The problem is that the player must understand and apply SAR flag.
Not an issue with square pixels.Be careful that Sample Aspect Ratio if often called PAR (Pixel Aspect Ratio), and when using this nomenclature SAR becomes Storage Aspect Ratio (the ratio between the width and the heigth of the frame).
No we don't, the player does. Give it square pixel 4:3 (or SAR 12:11) and it will display it properly. It will add the pillarboxing.On top of that, for a 4:3 material we have to introduce anyhow left and right very big black borders
Not relevant to this discussion.I hate the concept saying: I have my TV, I want to fill all pixels, which brought to pan and scan and other similar butcheries of the images. -
And you extrapolated this pearl of wisdom from where?against making SD video just like every other video in the world: with square pixels.
Does not matter who does it. Large black bars added on the sides is the final result. Then your approach to decrease quality cropping much smaller top and bottom bands and resizing makes no sense to me.It will add the pillarboxing.
Edit: I missed this wrong statement earlier, a reply is needed.
No, because you act on SAR not on DAR. A crop operation doesn't change Sampling Aspect Ratio. If you cut an edge of a sheet of "graph paper" the shape of what is left is unchanged.Last edited by lollo; 29th Jul 2023 at 04:50.
-
It may be less common now but terrestrial and broadcast TV used to use non-square pixels at times.
My preference is usually to crop away junk only and leave the SAR (sample aspect ratio) intact and flagged. Then let the player perform the final aspect ratio adjustments (stretch, upscale, padding) for the screen. -
Before HD era the common resolutions in DVB-S were 720x576, 704x576, 544x576, 480x576, 352x576; same for DVB-T. Non-square pixels.It may be less common now but terrestrial and broadcast TV used to use non-square pixels at times.
DVDs use non-square pixels.
Camcorders ...
Yes. I still prefer the masking option to be as close as possible to the original program (just my collector obsession, to watch the Analog video digitized as close as possible to how was conceived/broadcasted) but crop the junk and flag the Sample Aspect Ratio is just as good (even easier)My preference is usually to crop away junk only and leave the SAR (sample aspect ratio) intact and flagged. Then let the player perform the final aspect ratio adjustments (stretch, upscale, padding) for the screen.
Similar Threads
-
JVC SVHS HR-S2913U: Video calibration on or off?
By brockway in forum Capturing and VCRReplies: 4Last Post: 14th Jan 2022, 09:28 -
VCR Comparison: JVC SR-W5U vs JVC SR-V101US
By robjv1 in forum RestorationReplies: 18Last Post: 22nd Apr 2021, 04:36 -
JVC SVHS Heads, are PDM2119A and PDM2119C the same ?
By JoseD in forum Capturing and VCRReplies: 10Last Post: 6th Oct 2019, 09:04 -
Does anyone have any experience with any JVC SVHS/DVD recorder combo units?
By ChunkDaMan in forum Capturing and VCRReplies: 1Last Post: 25th Jul 2019, 15:46 -
JVC SVHS Service Mode/Menu?
By JohnnyBates in forum RestorationReplies: 3Last Post: 21st Oct 2018, 12:28



Quote