i'm trying to capture YUV (yuy2) ,
both Virtualdub and MMC 9.03 gives me RGB colorspace in mediainfo ?
and my test with mjpeg gave me YUV ok
is HUFFY RBG still better than Mjpeg YUV !??
capture settings for vhs to dvd for convolution3d , who needs YUV i think for it's temporal fonction
Happy Holidays
+ Reply to Thread
Results 1 to 13 of 13
-
-
Make sure HuffYUV isn't set to output RGB (disable the "Always suggest RGB..." option). When you're capturing make sure your the capture device is set to output YUY2, not RGB. That's usually set in the Video Capture device driver. In VirtualDub you usually get to it by Video -> Capture Pin... there should be a Color Space pulldown there.
-
i've done that multiple times and carefully review each option always get RGB output , just tried virtualvcr and it's the same thing . is it because i'm doint the tests with my card's tv tuner ? all-in-wonder ve
-
Are you sure HuffYUV is doing the decoding? Some other decoder (ffdshow?) could be decoding HFYU.
Do you know how to use AviSynth? If so, open your video in AviSynth and use the Info() command to see what colorspace is coming out of the HFYU decoder:
AviSource("filename.avi")
Info()
I just took a look at what MediaInfo reports for HuffYUV encoded AVI files. It always seems to report RGB, even though the uncompressed frames coming out of the decoder are YUY2.
Last edited by jagabo; 30th Dec 2010 at 19:52.
-
interesting i'll try that and see
Last edited by smartel; 30th Dec 2010 at 19:56.
-
It depends. If the YUV video contains luma values outside the 16-235 range those sections will be crushed by the conversion to RGB. There will be no possibility of restoring detail in the very dark or very light areas. If your video doesn't have pixels outside that range conversion to RGB only causes a minor loss of precision. Much less of a problem than compression with a lossy codec like MJPEG (unless you're using a lossless MJPEG).
-
i know PicVideo at setting 20 is a lossless-like setting . i don't know if thats close to a lossless MJPEG
-
No, PicVideo's regular MJPEG decoder isn't lossless, even at 20. They do have a truly lossless MJPEG codec though.
Be careful about what Lossless means. For example, HuffYUV is lossless if you feed it YUY2. If you feed it RGB and use the RGB->YUY2 conversion option it is not lossless. There is a loss going from RGB to YUY2, then the YUY2 is saved losslessly. Meaning that YUY2 output from the codec is is exactly the same as the YUY2 that went in, but RGB output is not exactly the same as the RGB that went in. Many other codecs have similar issues. If I remember correctly PicVideo's MJPEG encoder has the options of 4:4:4, 4:2:2, and 4:2:0 encoding internally. 4:2:2 and 4:2:0 will lose color resolution when feeding it RGB sources. -
my signal path will be JVC HR-S5800U / DATAVIDEO TBC-1000/ ATI AIW VE
captured with MMC 9.03 ; avisynth to TMPGE i shoul be able to stay YUY2 and do the conversion in avisynthLast edited by smartel; 30th Dec 2010 at 21:26.
-
i'll capture crop , in avisynth ajust the crop , convolution3d et resizing and reconvert to RBG
i'll soon get some live tapes we did went we were younger, music shows some may be 2nd generation
those tapes are old enough to vote now
if i see that some of these tapes look very good i may capture direct to mpqg2 a little videosoap and highest bitrate for dvd , i'll work on the audio seperately ,Last edited by smartel; 31st Dec 2010 at 08:37.
Similar Threads
-
Minimum CPU to capture full motion NTSC video with HuffYUV?
By NJRoadfan in forum Capturing and VCRReplies: 12Last Post: 25th Mar 2012, 00:13 -
Alternative to HuffYUV for VHS capture.. Need smaller file sizes
By HDClown in forum Capturing and VCRReplies: 19Last Post: 16th Sep 2011, 14:48 -
vdub - bad PCM audio capture after fresh install of huffyuv
By wolfdogg in forum Video ConversionReplies: 1Last Post: 11th May 2011, 00:45 -
Which of these TV-cards capture analog to AVI, using Huffyuv or M-JPEG,...
By dOdGE dIZ in forum Capturing and VCRReplies: 15Last Post: 9th Mar 2008, 08:01 -
Proper way to capture in Huffyuv?
By CCEncoder in forum Capturing and VCRReplies: 4Last Post: 10th May 2007, 06:52