interesting info, thanks! <br><br>On Sunday, January 2, 2022, Andrea paz via Cin <<a href="mailto:cin@lists.cinelerra-gg.org">cin@lists.cinelerra-gg.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">@Andrew-R<br>
@Terje<br>
Found this discussion on an Italian NewsGroup; no idea if it can be useful...<br>
<br>
> 1) How to capture on Hard Disk video-films recorded on magnetic cassette tapes  "Mini Dv" without losing the date and time of the original video recording on<br>
 the magnetic tape?<br>
> 2) And without losing the best quality obtainable by downloading with cable and  DV sockets (with digital signals; e.g. with i.Link, IEEE.1394 standard)<br>
<br>
<br>
The two things coincide: date/time data and other information<br>
(timecode, aspect-ratio, color/BN, DV type [DV25, DV50, DVCPROHD_1080i,<br>
DVCPROHD_720p], PAL/NTSC, interlaced/progressive, audio locked/<br>
unlocked, aperture, frame rate, etc.<br>
unlocked, aperture, gain, shutter) are contained in VAUX blocks of each frame.<br>
VAUX blocks of in each DV frame (to be exact, they could be contained in each<br>
contained in each DIF block, 12000 bytes, and each frame in PAL is composed of<br>
composed of 12 DIF blocks, 144000 bytes, but usually they are put only<br>
on the first DIF block of the frame), then downloading on PC the<br>
digital data of the<br>
digital data of the MiniDV cassette you also make a backup of the<br>
information about<br>
date/time information.<br>
<br>
Similarly for HDV (MPEG-2 Transport Stream) data stored on the MiniDV<br>
cassette: all this information is contained in packets.<br>
MiniDV cassette: all this information is contained in Private Stream<br>
A1 packages (commonly called Sony A1).<br>
<br>
> 3) And perhaps by having such data captured in the "detail-properties" of the   video files that are created, as is normally the case with today's cameras, instead of seeing them<br>
cameras of today, instead of seeing them appear inside the image of the video<br>
when of the image of the video when you watch it on the monitor?<br>
<br>
This one is a tad more complicated.... While cameras<br>
enter this information once into the EXIF/XMP/<br>
IPTC sections of the JPG/RAW[TIFF] file, for DV video this information is<br>
relative to each frame (or inserted on each frame of type I<br>
or P for HDV videos, i.e. every 3 frames), and so it is a little bit<br>
difficult to show you all the information.<br>
You could show the information of the first frame, but if, for example, a<br>
for example, a file was composed by more recordings, that information<br>
would be wrong for the recordings<br>
would be wrong for the recordings following the first one, not to mention that<br>
diaphragm/gain/shutter could change frame by frame.<br>
frame by frame.<br>
<br>
Back in the day (2010, so a bit after 2004...) I had made available a<br>
small program to extract data in text format:<br>
<br>
<a href="https://video.liberdomus.org/software/extract_dvaux.zip" target="_blank">https://video.liberdomus.org/<wbr>software/extract_dvaux.zip</a><br>
<br>
Just run the program from DOS prompt (or shell unix, they are also<br>
compiled for Linux/64bit):<br>
<br>
extract_dvaux.exe filedv > info.txt<br>
<br>
The "filedv" can be any file format (AVI, MOV, RAW DV) that contains<br>
DV packets (also compatible with the Canopus-DV codec):<br>
a line is written every time some parameter changes.<br>
At the end a short report is also written about how many frames/blocks<br>
have been analyzed and if the audio is "locked" or not.<br>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" target="_blank">https://lists.cinelerra-gg.<wbr>org/mailman/listinfo/cin</a><br>
</blockquote>