Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update on Windows capturing #897

Open
Lebon14 opened this issue Jul 24, 2024 · 3 comments
Open

Update on Windows capturing #897

Lebon14 opened this issue Jul 24, 2024 · 3 comments

Comments

@Lebon14
Copy link

Lebon14 commented Jul 24, 2024

Hi.

I am part of an archival society and we do lots of digitalization. Part of this work is to also transfer miniDV. However, we have two machines with FireWire and both are on Windows. One is on Windows XP (yes...) and the other on Windows 7. We bought a deck from the Deck Guide only to find out it wasn't being recognized on the Windows 7 machine. The deck is a Sony HVR-M25U - fyi. Because it is not written aaaaaaaaanywheeeeeeeeeere that capturing on Windows is not supported, I had found out after receiving it when DVrescue still gave me "no deck detected" and searched Google and to find this thread which reference issue #445 . So, now, I'm stuck with sticking with ScenAnalyzer.

So, what's the status of the capturing on Windows? Is it coming soon? We have a huge batch of those miniDVs to do and we would much rather like to use DVrescue than ScenAnalyzer.

Thanks.

@JohnstonJ
Copy link

I'm just another user, but I've been able to get started using DVRescue on Windows by using alternative capture tools.

My workflow has been this:

  1. Use the old WinDV tool to capture the tape to an AVI file. Settings are as follows:
    1. Capture to Type 1 AVI file
    2. Discontinuity threshold: 0 (always capture to a single file; ignore timecode discontinuities)
    3. Max AVI size: 1000000 (the highest possible value; this is several hours of NTSC video)
    4. Every N-th frame: 1
  2. AVI files can apparently be loaded into DVRescue, but some features did not seem to work properly. AVI is a rather deprecated format anyway, so I immediately unwrap it using FFmpeg to a bare DV file:
ffmpeg -nostdin -i <name of input AVI file> -map 0:v:0 -c copy -f rawvideo - > <name of output DV file>.dv

(this is copied from:)

"${FFMPEG_PATH}" -nostdin "${FFMPEG_VERBOSE[@]}" -i "$i" -map 0:v:0 -c copy -f rawvideo - >> "${OUTPUTNAME}"

3. Now you have a bare DV file that you can load into DVRescue for analysis, merging, packaging, etc. I would imagine this can be expected to work just as well as DV files that were captured directly by DVRescue.

@dericed
Copy link
Contributor

dericed commented Aug 2, 2024

ha, you already unpackage it that way :D. In your case you can drop the - >. I was using - >> for conditions where multiple input files are being output to a single concatenated dv stream.

@Lebon14
Copy link
Author

Lebon14 commented Aug 9, 2024

I was not looking into alternatives / workarounds and I strictly want to work with a UI. Adding so much steps in the transfers would make things greatly inneficient as I do this for a job and my boss wouldn't be so keen for me to bang my head a week long trying to figure out why a commandline didn't work. I have a VERY SHORT temper when it comes to CLI. Because I absolutely hate it (even if you give it to me).

So, I was looking to see if there was going to NATIVE Windows recording with DVRescue because it's definitely the OS that has become the easier to work with, today (if you re-install the legacy Windows drivers in Win11 that is or have a PC with an older OS)

For now, I stick with ScenAlyzer. It does what I want in the end - I would just have loved to have a better tool with error checking / re-recording built-in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants