I've setup a capture system using an old handycam to capture movies/shows from our Foxtel unit. I had to cut and strip an S-Video cable and terminate 2 of the wires with a 75 ohm resistor and used it with a Scart-to-S-Video adapter to feed AV into the camera's line inputs. Without the custom cable, the colours looked totally wrong. No way am I going to record using Composite!
A firewire cable connects the camera to a laptop so I can record the DV stream straight to a hard disk.
What I am unsure of is if I have to do any levels correction. I don't know if my captured DV AVI footage uses luminance levels of 0-255 or 16-235. I've encoded the movie twice: Once with no levels correction and once with the AVISynth line. I just need you to look at some screenshots and tell me which looks more correct. I chose to capture a well-known movie so you can easily tell as if the colours and levels look wrong.Code:ColorYUV(levels="TV->PC")
I had a comment from my brother that the movie had a different feel so there must be something wrong with the colours or luminance levels. He likes the darker movie as it hid the blocky artefacts more but I think there is less detail.
Maybe also, I've just stuffed up the custom cable I made. I couldn't find a 75 ohm resistor so I chained 3 of them to roughly make up 75 Ohm but I don't think it would matter if I am off +- 5 ohms, would it?
Anyway just check these screens and make some comments.
![]()
+ Reply to Thread
Results 1 to 4 of 4
-
-
Hi-
I can't answer your main question, but:
I don't know if my captured DV AVI footage uses luminance levels of 0-255 or 16-235.
ColorYUV(Analyze=True)
to a basic unfiltered script, open it in VDub, and scroll around. Check the Luma Y min and max values. My guess is that 0-255 is being used. -
Yes you are right. Min values reached 0 and Max values reached 255 occasionally so that means my capture is already in the PC scale and I don't need to use ColorYUV(levels="TV->PC") when converting to Xvid or when importing into CCE.
When I used ColorYUV(levels="TV->PC"), the Min/Max values were reached too often so blacks were deeper black at the cost of shadow detail and contrast increased too much. -
the videos on the left had crushed blacks.
Therefore, I conclude the capture on the right is the correct ones.
Similar Threads
-
Confused about Levels
By Smells_Like_Feet in forum RestorationReplies: 2Last Post: 4th Mar 2012, 08:51 -
Y levels outside tv range
By PAL sucks in forum Video ConversionReplies: 3Last Post: 15th Feb 2012, 09:09 -
XMediaRecode... Levels and Profiles?
By smackyourfupa in forum Video ConversionReplies: 3Last Post: 14th May 2011, 14:52 -
Sound Levels
By wolfnature in forum Newbie / General discussionsReplies: 4Last Post: 19th Feb 2009, 13:02 -
How to get two audio levels the same
By TolleyM in forum AudioReplies: 1Last Post: 20th Oct 2008, 09:38