I'm so new to digital video editing that I still don't know if I'm asking the right questions.
While searching the Internet for possible solutions to my capture problem described in the first post in this thread:
http://muvipix.com/phpBB3/viewtopic.php?f=1&t=4777
I found the LAST post in this thread:
https://www.videohelp.com/forum/archive/archive-dv-on-computer-t363138.html
I've been able to improve the video somewhat using VirtualDub filters but it's still a long way from the quality of what I get from an S-Video connection of my Sony DCR-TRV510 to my Sony KDL-40V4100 TV. Whether the source is HI 8 or Digital 8 the results rival standard commercial DVDs.
It would seem that I should try Cedocida but on the author's site I found this statement: "Your actual DV-Codec will be replaced by this one."
I'm always afraid to make changes if I don't understand how to reverse them.
Two Questions:
1. Have I found a logical course of action to try in the Archive post above or am I misunderstanding?
2. How do I get back to my current DV-Codec if need be?
Thank you.
+ Reply to Thread
Results 1 to 12 of 12
-
Bob
Dell Dimension 8300: P4 2.66 ghz 533 MHz FSB; 1024 mb DDR SDRAM at 333 MHz; 120 gb main HD at 7200 rpm 44 gb free; 500 GB SATA Internal 7200 RPM HD 450 GB free; Sony DRU-840A burner; Maxtor OneTouch 120 GB USB 2.0 HD 56 GB free; Win XP Home SP2 -
I can help answer #2: You can change the merit of the dv decoder (or any type of video decoder for directshow) in an application like radlight filter manager, or graphstudio. (all this does is select the priority of which decoder is selected first, you can unregister it, or make it higher priority for example. I may choose to use mainconcept's dv decoder tomorrow, or cedocida today, or ffdshow the next day...etc...). Virtualdub uses the vfw system, not the directshow system, so you need a vfw variant for the decoder if you are going to use vdub
-
1) Yes, using Cedocida's [0-255]->[0-255] YUV->RGB option will allow you to recover dark and light portions of the video that would normally be obliterated by VirtualDub.
2) You can just uninstall Cedocida if you no longer need it. Whatever you do, don't use Panasonic DV codec.
But I don't think the problem you are having is related to this. Video normally looks drab on a computer monitor because computer monitors use very different gamma curves than televisions. If you final display device is going to be a TV you should not adjust the video to look good on a computer monitor -- unless you have calibrated your monitor to look like a TV (in which case everything else on the Desktop will look like crap). -
Here's a very simple tool that will enable and disable codecs of choice, so that you won't have a codec conflict:
https://www.videohelp.com/tools/VCSwap -
@filmboss80
Good call. You beat me to the punch. That program is really helpful. I use it all the time. I recommend it also.
rcubed -
Should never post a question when I know I'll be away for a while.
I should have mentioned that I did find VCSwap but I have no idea which of the 13 codecs it lists is the current one. Do radlight filter manager and/or graphstudio identify that? I'll give them a try. GSpot identifies the codec as "dvsd - DVC/DV Video" but that is not one of the 13. Is GSpot only for display codecs?
jagabo: I wasn't very clear in my post over at muvipix. The left screen shot is also a very close approximation of what makes it to the TV. Though not in that example all my whites are blown out after capture but not directly from the camcorder. I've created DVD RWs using Win Movie Maker, Premiere Elements 3, and Nero Vision and all are about the same.
(And I thought Photoshop Elements was a big learning curve.)
Thanks everyone.Bob
Dell Dimension 8300: P4 2.66 ghz 533 MHz FSB; 1024 mb DDR SDRAM at 333 MHz; 120 gb main HD at 7200 rpm 44 gb free; 500 GB SATA Internal 7200 RPM HD 450 GB free; Sony DRU-840A burner; Maxtor OneTouch 120 GB USB 2.0 HD 56 GB free; Win XP Home SP2 -
Yes, graphstudio identifies the current directshow decoder for playback, just render the video with graphstudio. You can change the merit or unregister the decoder within graphstudio, or use another program
-
If your existing DV decoder outputs YUV you can convert it to RGB using the same matrix as Cedocida in AviSynth. Then open the AviSynth sript in VirtualDub. Your script will look like:
Code:AviSource("filename.avi") #uses VFW decoder ConvertToRGB(matrix="PC.601")
Code:DirectShowSource("filename.avi") #uses DirectShow decoder ConvertToRGB(matrix="PC.601")
-
Boy did I misunderstand the whole Camcorder to DVD process. I thought that the "capture" process was where the correction should/could be made.
If I had found "DV capturing FAQ and myth guide" before last night I would have saved a lot of wasted effort. No wonder every capture program I tried came out the same.
Just to be sure this is my understanding now:
All that capturing does is take the digital data and put it into an AVI container so that it can then be processed further either through various conversions or directly by one of the editors (WMM, PREL, etc). If I need to correct I take the captured file through one of the methods mentioned above.
Please correct me if I'm even a little bit wrong or have missed a step.
Just to satisfy my curiosity what, if any, role does VFW play in the process?
And finally, for this post anyway, how can I find out if what I have is YUV?
Thanks for all the help.Bob
Dell Dimension 8300: P4 2.66 ghz 533 MHz FSB; 1024 mb DDR SDRAM at 333 MHz; 120 gb main HD at 7200 rpm 44 gb free; 500 GB SATA Internal 7200 RPM HD 450 GB free; Sony DRU-840A burner; Maxtor OneTouch 120 GB USB 2.0 HD 56 GB free; Win XP Home SP2 -
Originally Posted by Bob Carruth
Originally Posted by Bob Carruth
Originally Posted by Bob Carruth
Originally Posted by Bob Carruth
If VirtualDub receives YUV from the DV decoder (or is using its internal DV decoder) the same loss of blacks and brights will occur when it converts to RGB for filtering. Having Cedocida do the conversion to RGB lets you specify whether that contrast expansion should occur.
This problem comes about because in YUV video black is at Y=16 and full bright at Y=235. But on computers black is RGB=0 and white at RGB=255. So most programs stretch the contrast from Y=16-235 to RGB=0-255. They will then compress the range on conversion back to YUV. -
jagabo:
Your patience and guidance worked wonders. I was at the point where I was going to chuck the whole project and just run the camcorder till it died.
Rather than strain my 74 year old brain with learning avisynth right now I followed your instructions for Cedocida from the archive mentioned above. That brought back all the lost detail and cleared the "muddiness". I then added the filters I had used before. Went a bit overboard with color but that will be easy to back off. (Monitor calibration vs TV as you explained.)
The impressive thing about this approach is that it appears to handle broad variations of light and shadow so I won't have to customize each scene. And none of my whites are blown so far.
Thank you, Thank you, Thank you! (My wife thanks you, too. She really wants access to our memories.)
Next up: Super 8 film to DV-AVI (or, at least, Digital 8 tape) if I can find the right lab.Bob
Dell Dimension 8300: P4 2.66 ghz 533 MHz FSB; 1024 mb DDR SDRAM at 333 MHz; 120 gb main HD at 7200 rpm 44 gb free; 500 GB SATA Internal 7200 RPM HD 450 GB free; Sony DRU-840A burner; Maxtor OneTouch 120 GB USB 2.0 HD 56 GB free; Win XP Home SP2
Similar Threads
-
Cedocida DV codec with VirtualDub
By tsu3000 in forum Newbie / General discussionsReplies: 1Last Post: 26th Nov 2010, 15:32 -
How can I edit cedocida codec settings in windows 7?
By dssdss in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 0Last Post: 9th Sep 2010, 02:10 -
Cedocida DV Codec - 16:9 not recognised?
By BertRito in forum Newbie / General discussionsReplies: 30Last Post: 11th Jul 2010, 20:50 -
Output size for cropped VOB using Cedocida/VirtualDubMod?
By BeckyD in forum Video ConversionReplies: 1Last Post: 9th Jul 2010, 10:01 -
Cedocida still the only DV free DV encoder to use?
By sphinx99 in forum Video ConversionReplies: 0Last Post: 19th Mar 2010, 21:45