when i record using my digital mini DV camera, the date and time are automatically recorded on the tape. you can choose to display this data or not during playback. my question is how do you transfer that data on to the computer with the video? because currently all you can do during a DV video capture is capture the video and audio, but not the "data code" such as the date and time. if this cannot be done, then is there a way to encode such that the date and time will appear on the output video? (i.e. the mpv file) . thanks
+ Reply to Thread
Results 1 to 4 of 4
-
-
If you know how to use AviSynth, this site is all you need. Load the DVTimeStamp filter into your System32 directory. Use this code as your AviSynth script:
Code:LoadPlugin("DVTimeStamp.dll") AviSource("C:bobbyfxDV.avi") DVTimeStamp("filename")
The results looks something like this:
Hello. -
Tommyknocker, thanks for the tip to this plugin. Question: do you know of a way to set the date to display in the following format:
MM.dd.yyyy instead of dd.MM.yyyy?
I'm on Windows XP, and I've set up customized date format to MM.dd.yyyy, but the date still shows up as dd.MM.yyyy.
Thanks in advance for your reply.
Kind regards. -
Since the date is an integral part of your video, you may want to use a program like Video Studio 7 to blot out the AviSynth date, and at the same time overlay your formatted date.
1. Use MS Paint to create the block that will cover the AviSynth date.
2. Use the Overlay function, along with the Overlay's Motion/Zoom and Position subfuction to place the block exactly where it covers the digitized date. Then use the Title function to create and insert the correctly formatted date over the old date's blocked out position. Since the date does not change that often in a video, this should work for you.
Hope this helps.Hello.
Similar Threads
-
video capture problems - HV20 camcorder is controlled but no video capture
By chebowitz in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 14Last Post: 27th Feb 2010, 10:49 -
Guide needed for Video Capture and Encoding
By jsmithson in forum Newbie / General discussionsReplies: 3Last Post: 7th Jul 2009, 05:05 -
Help with Camera, Capture, Encoding, and Saving.
By shane123 in forum Video Streaming DownloadingReplies: 3Last Post: 21st Feb 2009, 20:24 -
New here, Capture + editing + encoding + burning.
By Sikander in forum Video ConversionReplies: 5Last Post: 6th Nov 2007, 14:22 -
Can I capture while encoding a different file?
By tygger in forum Newbie / General discussionsReplies: 12Last Post: 22nd Jun 2007, 21:09