Mini DV Workflow

Get answers to your questions about color grading, editing and finishing with DaVinci Resolve.
  • Author
  • Message
Offline

Avocadoh

  • Posts: 4
  • Joined: Fri May 20, 2022 3:36 pm
  • Real Name: eric finke

Mini DV Workflow

PostFri May 20, 2022 3:44 pm

Hi,

I've been tasked with working on a documentary that was shot in 2006 on mini DV. I'm trying to figure out the best solution to log, digitize and edit in low res using Resolve. When finished I'll need to upres. I'll be working on the latest Imac. Any suggestions would be appreciated.

Many thanks!
Offline

Dejan Špagnut

  • Posts: 71
  • Joined: Sun Jun 21, 2015 2:45 pm
  • Location: Belgrade, Serbia

Re: Mini DV Workflow

PostFri May 20, 2022 5:36 pm

DV is “low res” as is : )

You may just find the way to transfer all the material via firewire to disk and simply start editing from there. Unless you have hundreds of hours of footage, making proxies and reconnecting to original DV files after editing may be just a waste of time.
Offline

Avocadoh

  • Posts: 4
  • Joined: Fri May 20, 2022 3:36 pm
  • Real Name: eric finke

Re: Mini DV Workflow

PostFri May 20, 2022 6:34 pm

Correct DV is low res :) but I do have about 200 tapes so I'll need a way to keep those files as small as possible. Can you recommend software that would be able to digitize "low res" and be compatible with Resolve? and be able to up res a final EDL?
Offline

John Paines

  • Posts: 5826
  • Joined: Tue Jul 28, 2015 4:04 pm

Re: Mini DV Workflow

PostFri May 20, 2022 8:03 pm

What's your time worth? Transcoding 200 hours, presumably to a long GOP format to save space, will be slow going. Maybe you could find some way to encode "on the fly" as you capture from tape. But then you'd still be dealing with who knows what relinking nightmares when you're ready to finish.

DV is about 13GB an hour. 200 60 minute tapes would be 2.6T. Last I checked, $150-200 buys a 6T HD. Why do it any other way?
Offline

Avocadoh

  • Posts: 4
  • Joined: Fri May 20, 2022 3:36 pm
  • Real Name: eric finke

Re: Mini DV Workflow

PostFri May 20, 2022 9:20 pm

Yeah that sounds about right! I'm now thinking I'll need to log selects as I go and or do a paper log with timecode. I don't want to but I might have to... dare I say use Avid :( and digitize at a 15:1 compression for the offline cut. Unless someone recommends a better solution.
Offline

Gordonjcp

  • Posts: 172
  • Joined: Thu Apr 14, 2022 11:27 am
  • Real Name: Gordon JC Pearce

Re: Mini DV Workflow

PostFri May 20, 2022 10:49 pm

Aha, this is very very very very easy.

Here's how I do it - I have a cheap crappy Firewire card in my PC, I plug in my camera (any camera or player will do), and then I use `dvgrab -a` in Linux to just copy off the tapes into raw DV files, with each shot saved as a separate file.

Now, Resolve cannot cope with .dv files directly, so I use a simple one-liner like `for i in *.dv; do ffmpeg -i $i -c copy $i.mov; done;` to turn them all into files called something like "dvgrab-001.dv.mov". With a bit more work you can give them saner filenames, but this is the simplest thing that works.

If you are using HDV then don't split it into separate clips, and you'll need to do something a bit cleverer to convert the files. Resolve on Linux doesn't like the MPEG2 audio that HDV uses, but I think it works in Windows.
Offline

Dejan Špagnut

  • Posts: 71
  • Joined: Sun Jun 21, 2015 2:45 pm
  • Location: Belgrade, Serbia

Re: Mini DV Workflow

PostFri May 20, 2022 11:12 pm

What means of transferring footage from tapes to files do you have available? Are DV tapes healthy - do they have continuous timecode? Are there any gaps in recordings?

You need to consider the interlaced nature of the footage and field dominance, as well as non-square pixels of SD video, and that can make a mess of its own in transcoding and offline/online process of editing.

I would just edit DV as is and forget all other unnecessary steps. We edited hundreds of hours of DV in 2006, why would that be a problem in 2022?
Offline

John Paines

  • Posts: 5826
  • Joined: Tue Jul 28, 2015 4:04 pm

Re: Mini DV Workflow

PostFri May 20, 2022 11:18 pm

Gordonjcp wrote:Aha, this is very very very very easy.

Here's how I do it - .


If I recall, it's only .avi mini-dv formats that that Resolve can't read natively (.mov files are readable, or at least were with earlier QT versions). HDV is a completely different standard, as the name indicates.

Along with a camera or a deck, he'll likely need thunderbolt/firewire adapters on the imac. There could also be problems with current capture software. In all, it could be difficult - rather than "very very very easy".
Offline

Gordonjcp

  • Posts: 172
  • Joined: Thu Apr 14, 2022 11:27 am
  • Real Name: Gordon JC Pearce

Re: Mini DV Workflow

PostFri May 20, 2022 11:32 pm

John Paines wrote: In all, it could be difficult - rather than "very very very easy".


It's only difficult if you make it difficult.

It took about three minutes from the Amazon guy dropping the firewire card through the letterbox to capturing video off a PD150, with about one of those taken up by "adapting" the bracket to fit my small form factor PC ;-)

Actually getting the capture part working was literally just "sudo apt install dvgrab" and wait all of ten seconds for it to download and install. You could probably do stuff with installing ancient proprietary software that might or might not work in modern versions of Mac OSX, but why make life difficult for yourself?
Offline
User avatar

Dmytro Shijan

  • Posts: 1760
  • Joined: Wed Sep 17, 2014 7:15 pm
  • Location: UA

Re: Mini DV Workflow

PostFri May 20, 2022 11:37 pm

There are some tips in this thread viewtopic.php?f=3&t=109259
BMMCC/BMMSC Rigs Collection https://bmmccrigs.tumblr.com
My custom made accessories for BMMCC/BMMSC https://lavky.com/radioproektor/
Offline

John Paines

  • Posts: 5826
  • Joined: Tue Jul 28, 2015 4:04 pm

Re: Mini DV Workflow

PostFri May 20, 2022 11:40 pm

Gordonjcp wrote:It's only difficult if you make it difficult.


I don't believe imacs have expansion slots, so firewire cards and the Amazon guy may not be much help here. And do you know for a fact that "sudo apt install dvgrab" is going to successfully download the files on a late model imac,with its proprietary adapters for firewire?

Of course, he could capture the files elsewhere, or on other equipment, but I don't think that was the point....
Offline

Gordonjcp

  • Posts: 172
  • Joined: Thu Apr 14, 2022 11:27 am
  • Real Name: Gordon JC Pearce

Re: Mini DV Workflow

PostFri May 20, 2022 11:45 pm

John Paines wrote:And do you know for a fact that "sudo apt install dvgrab" is going to successfully download the files on a late model imac,with its proprietary adapters for firewire?


No, I know for certain it will not.

You can only do this on a PC running Linux, and (for the command I posted) something running Debian or Ubuntu.

You cannot capture with Firewire at all on any version of Windows newer than XP (and that is extremely flaky) and I don't believe you can capture from Firewire on any recent version of Mac OSX either. The newest Mac to even have Firewire was released in 2011, so it's a fair bet that you're going to struggle with newer ones. Macs are great at what they do, but they don't do much.

Edit: just to be clear, if you're capturing in 200 tapes, you'd be better off building an actual dedicated DV-capturing machine running reliable software with a lot of disk space. An iMac doesn't really fit that bill, but an oldish Core i5 with a few simple tools would be ideal. As for space, 200 tapes is only about 2.5TB, so a couple of cheap 4TB drives configured as RAID would be rock solid reliable for keeping it on.

You're going to be sitting in front of this PC a *lot*. Don't make it any more painful than it has to be.
Offline

easyflicks

  • Posts: 15
  • Joined: Sun Dec 08, 2013 9:37 am

Re: Mini DV Workflow

PostSat May 21, 2022 3:11 am

Gordonjcp wrote:You cannot capture with Firewire at all on any version of Windows newer than XP
not true ... a few years back I was still transferring DV tapes from a DVX-100 to a Windows 8.1 PC using firewire ...
Offline

Gordonjcp

  • Posts: 172
  • Joined: Thu Apr 14, 2022 11:27 am
  • Real Name: Gordon JC Pearce

Re: Mini DV Workflow

PostSat May 21, 2022 6:55 am

easyflicks wrote:
Gordonjcp wrote:You cannot capture with Firewire at all on any version of Windows newer than XP
not true ... a few years back I was still transferring DV tapes from a DVX-100 to a Windows 8.1 PC using firewire ...


Okay, but that's still massively out of date and you would be unwise to connect it to a network. Plus, it's a horrible environment to work in.

Let's be clear - you've got a working month of sitting at this thing putting tapes in, starting the capture, watching it back, organising where everything goes. This is going to be *boring*. Might as well cut down the forest with a nice sharp axe, eh?
Offline
User avatar

Uli Plank

  • Posts: 21758
  • Joined: Fri Feb 08, 2013 2:48 am
  • Location: Germany and Indonesia

Re: Mini DV Workflow

PostSat May 21, 2022 7:17 am

Get an older Mac mini with a FW connector, find a copy of FCP-7 and hire an assistant.
It doesn't get any easier than that.
Now that the cat #19 is out of the bag, test it as much as you can and use the subforum.

Studio 18.6.6, MacOS 13.6.6, 2017 iMac, 32 GB, Radeon Pro 580
MacBook M1 Pro, 16 GPU cores, 32 GB RAM and iPhone 15 Pro
Speed Editor, UltraStudio Monitor 3G
Offline

easyflicks

  • Posts: 15
  • Joined: Sun Dec 08, 2013 9:37 am

Re: Mini DV Workflow

PostSat May 21, 2022 11:15 am

Gordonjcp wrote:Okay, but that's still massively out of date and you would be unwise to connect it to a network. Plus, it's a horrible environment to work in.
well, while I no longer have a need to transfer DV tapes, that same PC has been updated to the current version of Windows 10 Pro and the firewire card supports a multi-channel audio interface that is used daily (and is indeed connected to a network) ...
Offline

Frank Engel

  • Posts: 928
  • Joined: Thu May 17, 2018 11:09 pm
  • Real Name: Frank Engel

Re: Mini DV Workflow

PostSat May 21, 2022 11:58 am

MacOS still supports Firewire via adaptors at least through Big Sur.

I have seen mixed reports about this being dropped in Monterey.

Final Cut Pro X still supports capture from tape: https://support.apple.com/guide/final-c ... e78a7e/mac
Offline
User avatar

Tasio Liberakis

  • Posts: 124
  • Joined: Thu Feb 25, 2016 12:25 pm

Re: Mini DV Workflow

PostSat May 21, 2022 1:10 pm

I've been using an old thinkpad w520, with firewire port, it took some tinkering to find the correct drivers for Windows 10. And some version of VirtualDub. I start capturing hit play on the dv player. I think it captures across time code breaks. I did a couple of tapes during quarantine and plan to to do some more in the future. Works great but I haven't tried editing DV files in ,x resolve yet. I would probably batch transcode to HD with black bars on the sides and de interlace as well to an edit friendly codec. Or keep interlaced depending on the type of footage. And de-interlace at the end. One has to take into account that dv pixels aren't square.
W10 pro 22H2|X399 Taichi|TR4 1920x|64GB Hyper X@2133|
3060 12GB/Nvidia 531.41
Nvme system&scratch disks
Offline

Avocadoh

  • Posts: 4
  • Joined: Fri May 20, 2022 3:36 pm
  • Real Name: eric finke

Re: Mini DV Workflow

PostSat May 21, 2022 6:22 pm

Thanks for all the suggestions. I have a Mac so the Pc workflow will not work. I'm afraid to say this but I might have to offline in Avid as it will allow DV import at a 15:1 compression. This will both resolve my digitizing workflow as well as storage problems.
Offline
User avatar

Dmytro Shijan

  • Posts: 1760
  • Joined: Wed Sep 17, 2014 7:15 pm
  • Location: UA

Re: Mini DV Workflow

PostSat May 21, 2022 6:51 pm

You may purchase (or borrow) some legacy Mac Mini with build-in firewire specially for DV capture. Guess today it may cost you $50 or less (2007 MB138LL/A or lower model). You may use any legacy macOS version and install any legacy NLE on it. Quicktime player may work for DV capture as well i guess?
Note that if you capture to DV format in MOV container on mac, it will clip some highlights data. I have no idea why, but it just how DV capture designed in MOV container. You can easy recover that hidden clipped data in Davinci Resolve (other NLEs may work as well) some examples illustrated here viewtopic.php?f=3&t=109259#p603596 and here viewtopic.php?f=3&t=109259#p604678
Image
Image
BMMCC/BMMSC Rigs Collection https://bmmccrigs.tumblr.com
My custom made accessories for BMMCC/BMMSC https://lavky.com/radioproektor/
Offline
User avatar

WestCoastDP

  • Posts: 60
  • Joined: Sun Nov 21, 2021 7:42 pm
  • Real Name: John Mason

Re: Mini DV Workflow

PostSun May 22, 2022 3:28 am

Mini DV tape? I shot with the first mini DV tape in the 80's. The DV format was SD 720X480-- 4X3 ratio (USA) at the time. My next camera could shoot 16:9 ratio using the encoded flag in the DV stream. Then my last DV camera could shoot HDV, all on the same tape. So it's possible you could have 3 DV formats to deal with.

But, yes, just use Avid to ingest and edit the first cut. Then bring in to Resolve to UpScale.

Firewire still works great for me in Win 10. No problems at all using ProTools with Mbox and video capture with Sony DV/HDV players.
Atari 400
King Tuba
Offline

Sam Steti

  • Posts: 2504
  • Joined: Tue Jun 17, 2014 7:29 am
  • Location: France

Re: Mini DV Workflow

PostSun May 22, 2022 3:47 pm

Too easy...
Any mac with a FW input > ingest in FCP7 > et voilà... (Even iMovie might make it)

Then, up to you but I'd make progressive ProRes if you captured HDV.
1/ You'll get progressive clips in the end ; 2/ you'll have a real HD 16:9 fixed resolution, instead of the anamorphed rectangular pixels 16:9

If you have kept the 1440/1080 mov from the first capture, use "DVCPRO HD" format in Resolve (which will take the real width into account)
*MacMini M1 16 Go - Ext nvme SSDs on TB3 - 14 To HD in 2 x 4 disks USB3 towers
*Legacy MacPro 8core Xeons, 32 Go ram, 2 x gtx 980 ti, 3SSDs including RAID
*Resolve Studio everywhere, Fusion Studio too
*https://www.buymeacoffee.com/videorhin
Offline

Carlanga

  • Posts: 1
  • Joined: Wed Jul 20, 2022 4:52 am
  • Real Name: Carlos Barroeta

Re: Mini DV Workflow

PostWed Jul 20, 2022 8:49 am

We are in the middle of a similar project with hundreds of tapes to go as well. Fortunately, we've kept an old 2009 MacBook Pro - FireWire 400 (1X 800) that’s still working fine. We also have a Sony HVR-M15J deck for playback.
Point to make is that even with these tools we are considering an alternative workflow that is not “computer” dependant; sort of a “stand alone” compact station that can be taken home to continue and reduce the ingestion time whenever possible.
Since no specific tape player has been motioned on the original post and assuming it has component outs, the workflow we are testing at the moment is using a Teranex Mini (analog to SDI) for conversion (and potentially upscaling a bit) and a Ninja Shogun 7 we already had for recording and monitoring in one go. Yes, that’s a bit pricey but you get the point. Even using a more affordable recorder/monitor like the video Assist 3G you can also get a solid compact capturing workstation.
Another example for half the price would be using an UltraStudio HD Mini allowing you to go 2022 - Thunderbolt 3 directly into your newer iMac.
(If budget was not an issue, full on into the new HyperDeck Extreme for the ultimate case-study setup any help here Blackmagic?)
Again, the key here is what playback unit you are using.
The elephant in the room being the overall quality of capturing the component converted video vs the direct firewire transfer. A point I respectfully open here for discussion as so far, we’ve seen comparable results and more importantly, highly usable files after using this analog-conversion workflow… and many less drop frames warnings that’s for sure!
As DmytroShijan and WestCoastDP have pointed out, achieving a “perfect” mini DV digital copy can present few additional challenges these days.
Offline
User avatar

Uli Plank

  • Posts: 21758
  • Joined: Fri Feb 08, 2013 2:48 am
  • Location: Germany and Indonesia

Re: Mini DV Workflow

PostWed Jul 20, 2022 2:34 pm

Since DV is digital, it can't get any better than a digital copy.
Now that the cat #19 is out of the bag, test it as much as you can and use the subforum.

Studio 18.6.6, MacOS 13.6.6, 2017 iMac, 32 GB, Radeon Pro 580
MacBook M1 Pro, 16 GPU cores, 32 GB RAM and iPhone 15 Pro
Speed Editor, UltraStudio Monitor 3G
Offline

MichaelCharles

  • Posts: 1
  • Joined: Sat Aug 19, 2023 3:50 am
  • Real Name: Michael Carreck

Re: Mini DV Workflow

PostWed Aug 23, 2023 12:16 pm

Hi,
I am new here and I know this is an older thread but anybody looking at this might want to try an app that I found (about AU$160 !) on YouTube. I will not put it here, just do a search for DV8 capturing or something like that.

I captured about twenty tapes that are more than 20 years old, perfect quality (of course digital, great memories), and worth the money.

I simply installed it on my older iMac and it just works with both my old DV cameras. It's a hands-off transfer, that automatically separates each, numbering each seen and converting it to 264.

Greetings,
Mike
Offline

richardremington

  • Posts: 1
  • Joined: Sun Jan 21, 2024 8:01 pm
  • Real Name: Richard Remington

Re: Mini DV Workflow

PostSun Jan 21, 2024 8:06 pm

There is another alternative that works very well.

Install ElementaryOS on an old Mac with Firewire ie1394 ports on it. Elementary OS is the most macOS-like Linux variant out there. Once ElementaryOS is running on the old Mac, install dvgrab by becoming 'root' on the Linux Mac and typing 'apt-get install dvgrab'

Now that you have dvgrab running on Mac hardware with ElementaryOS, you can ingest the tapes.
Offline

Sam Steti

  • Posts: 2504
  • Joined: Tue Jun 17, 2014 7:29 am
  • Location: France

Re: Mini DV Workflow

PostMon Jan 22, 2024 4:06 pm

Hey
In case the mac has a FW port, you don't really need any extra install to ingest tapes... Even Image Capture which come with any Mac may do it... Or iMovie
I'd personally do it with FCP though
*MacMini M1 16 Go - Ext nvme SSDs on TB3 - 14 To HD in 2 x 4 disks USB3 towers
*Legacy MacPro 8core Xeons, 32 Go ram, 2 x gtx 980 ti, 3SSDs including RAID
*Resolve Studio everywhere, Fusion Studio too
*https://www.buymeacoffee.com/videorhin
Offline
User avatar

Uli Plank

  • Posts: 21758
  • Joined: Fri Feb 08, 2013 2:48 am
  • Location: Germany and Indonesia

Re: Mini DV Workflow

PostMon Jan 22, 2024 11:43 pm

I second the use of FCP 7 for this for one important reason. With such old tapes you may have dropouts in the middle of a recording, and these can ruin audio sync. If you use FCP, set in and out points before ingest and it re-syncs over dropouts automatically.
Now that the cat #19 is out of the bag, test it as much as you can and use the subforum.

Studio 18.6.6, MacOS 13.6.6, 2017 iMac, 32 GB, Radeon Pro 580
MacBook M1 Pro, 16 GPU cores, 32 GB RAM and iPhone 15 Pro
Speed Editor, UltraStudio Monitor 3G

Return to DaVinci Resolve

Who is online

Users browsing this forum: aindless, buraxgrn and 130 guests