I'm in the process of capturing footage from a Sony UVW-1400AP Betacam deck and I noticed that the component output (ypbpr) has color artifacts not showing on the s-video output. I tried swapping cables but without much improvement. Any guesses?
[Attachment 86696 - Click to enlarge]
[Attachment 86697 - Click to enlarge]
+ Reply to Thread
Results 1 to 12 of 12
-
-
S-Video is actually worse but the alternating lines in the YPbPr sample could be due to the way the files are generated, we need to know the capture workflow for both samples hardware and software to be able to help you.
-
For the Component the pattern is in the U,V (Pb,Pr) planes. Something wrong with the subsampling or chroma placement?
Component field:
[Attachment 86702 - Click to enlarge]
S-Video field:
[Attachment 86703 - Click to enlarge]
Edit: For the Component the colors are pretty accurate (close to the nominal bar RGB) when one blurs the stripes.
Edit2: The stripes of the Component disappear when one converts the pixel format to YV12 (4:2:0) and the colors are accurate.
[Attachment 86704 - Click to enlarge]
[Attachment 86705 - Click to enlarge]Last edited by Sharc; 23rd Apr 2025 at 03:25. Reason: 4-2-0 added
-
-
It is PAL and the 'Component' output looks like Hanover Bars. If so, it is left to the decoder to suppress these.
https://en.wikipedia.org/wiki/Hanover_bars
[Attachment 86708 - Click to enlarge]
[Attachment 86709 - Click to enlarge]
Added:
You can "fix" it in post using Avisynth:
Code:LWLibavVideoSource("ypbpr bars.mov") AssumeTFF().separatefields().vinverse().weave()
Last edited by Sharc; 23rd Apr 2025 at 10:17. Reason: script added
-
That's why I asked for an AVI lossless sample instead of QT to see if it's a codec problem.
-
My conclusion is the same as in post#4 and #6.
It may be a decoder maladjustment issue. The service manual of the player may have some alignment hints/instructions. Or the capture process does not handle it properly. The flicker at the bottom is also suspicious.
I have no better explanation
Anyway, it seems to be "fixable" in post processing. Not sure what loss the 'vinverse()' will incur, but it should be little.....
If you plan YUV 4:2:0 as your final format you could convert the source upfront, loosing some color resolution of course.
Running out of ideas ......Last edited by Sharc; 23rd Apr 2025 at 14:28.
-
That file is affected as well, If you don't have access to a PC to try lossless AVI or other capture software just capture via S-Video on Mac or apply one of the filters like the one provided above.
-
I managed to convert it to 8 bit and 4:2:0 and got rid of the artifacts, it's a pity that I can't make full use of the component outputs. Since I see the same problem connecting it to a TV I think it's the deck's fault, hope to find someone that knows why and where to put hands. Thanks for now.
-
Similar Threads
-
Captured AVI looks worse than video played directly from tape
By Ad_astra in forum Video ConversionReplies: 13Last Post: 20th Jan 2025, 08:37 -
Sony EV-S9000E (PAL) Hi8 deck - worse as we remember?
By Marvolo in forum RestorationReplies: 0Last Post: 7th Mar 2024, 05:22 -
Using Go Video Dual VHS Deck for tape to DVD conversion
By snafoo in forum Capturing and VCRReplies: 3Last Post: 12th Feb 2023, 05:02 -
Hue Adjustment Doesn't Work With Betacam Component Output
By GaneshRavi1125 in forum Capturing and VCRReplies: 1Last Post: 28th Aug 2022, 19:01 -
Help with denoising old betacam digitalized video
By dogmydog in forum Video ConversionReplies: 30Last Post: 19th Nov 2021, 16:36