Reconform experiment in DP

Digital Perfomer in the context of television/film scoring and post-production.

Moderator: James Steele

Forum rules
This forum is for discussion related to the use of Digital Perfomer in the context of television and film scoring and post-production.
Post Reply
User avatar
bongo_john_uk
Posts: 171
Joined: Sun Nov 14, 2004 10:01 pm
Primary DAW OS: MacOS
Location: Brighton, UK
Contact:

Reconform experiment in DP

Post by bongo_john_uk »

I make an app that is a collection of some useful audio post production tools.

Today as an experiment I decided to see if I could also get an automated reconform applied to DP from a picture edit change list. I wrote a hammerspoon script that interprets a change list produced by my timeline compare tool & sends appropriate keystrokes to DP. It seemed to work pretty well.

Image

The script is basically interpeting a change list produced by comparing two xmls for FCP X in my app.

Image
Mac Pro 12 core 3 GHz, Motu Ultralite, DP9.1, Mac OS X 10.10.5 64GB Ram.

http://limbicsounds.com
User avatar
FMiguelez
Posts: 8266
Joined: Sun Oct 24, 2004 10:01 pm
Primary DAW OS: MacOS
Location: Body: Narco-México Soul/Heart: NYC

Re: Reconform experiment in DP

Post by FMiguelez »

:shock:

If this is what I think it is, you will have scored a homerun, John.

Please tell us more about your app!
Mac Mini Server i7 2.66 GHs/16 GB RAM / OSX 10.14 / DP 9.52
Tascam DM-24, MOTU Track 16, all Spectrasonics' stuff,
Vienna Instruments SUPER PACKAGE, Waves Mercury, slaved iMac and Mac Minis running VEP 7, etc.

---------------------------

"In physics the truth is rarely perfectly clear, and that is certainly universally the case in human affairs. Hence, what is not surrounded by uncertainty cannot be the truth." ― Richard Feynman
User avatar
bongo_john_uk
Posts: 171
Joined: Sun Nov 14, 2004 10:01 pm
Primary DAW OS: MacOS
Location: Brighton, UK
Contact:

Re: Reconform experiment in DP

Post by bongo_john_uk »

FMiguelez wrote::shock:

If this is what I think it is, you will have scored a homerun, John.

Please tell us more!
The last release of my app added a compare tool that allows you to compare two picture drafts in XML (Premiere), FCPX XML (FCPX/Resolve) or EDL (Media Composer).

That produces a change list file (VCL/EDL) which can then be fed into a script that automates the process for various DAWs. Today I added DP to the script.

http://vordio.net/the-new-compare-function/
Mac Pro 12 core 3 GHz, Motu Ultralite, DP9.1, Mac OS X 10.10.5 64GB Ram.

http://limbicsounds.com
User avatar
MIDI Life Crisis
Posts: 26254
Joined: Wed May 18, 2005 10:01 pm
Primary DAW OS: MacOS
Contact:

Re: Reconform experiment in DP

Post by MIDI Life Crisis »

!
2013 Mac Pro 32GB RAM

OSX 10.14.6; DP 10; Track 16; Finale 26, iPad Pro, et al

MIDI LIFE CRISIS
User avatar
cuttime
Posts: 4291
Joined: Sun May 15, 2005 10:01 pm
Primary DAW OS: MacOS

Re: Reconform experiment in DP

Post by cuttime »

Image
828x MacOS 13.6.5 M1 Studio Max 1TB 64G DP11.31
User avatar
bongo_john_uk
Posts: 171
Joined: Sun Nov 14, 2004 10:01 pm
Primary DAW OS: MacOS
Location: Brighton, UK
Contact:

Re: Reconform experiment in DP

Post by bongo_john_uk »

It basically makes it easier to deal with picture edit changes. So you can resync your audio edit to match what the picture editor changed. It shuffles the edit around to fit. Only relevant to working with video editors.
Mac Pro 12 core 3 GHz, Motu Ultralite, DP9.1, Mac OS X 10.10.5 64GB Ram.

http://limbicsounds.com
User avatar
MIDI Life Crisis
Posts: 26254
Joined: Wed May 18, 2005 10:01 pm
Primary DAW OS: MacOS
Contact:

Re: Reconform experiment in DP

Post by MIDI Life Crisis »

I'd have to see it in action in a practical setting, but I sort of understand where he is going with this. Or do I?
2013 Mac Pro 32GB RAM

OSX 10.14.6; DP 10; Track 16; Finale 26, iPad Pro, et al

MIDI LIFE CRISIS
User avatar
bongo_john_uk
Posts: 171
Joined: Sun Nov 14, 2004 10:01 pm
Primary DAW OS: MacOS
Location: Brighton, UK
Contact:

Re: Reconform experiment in DP

Post by bongo_john_uk »

I'll hopefully get time next week to make a walkthrough video. Seeing the whole process might makes things clearer.

For now a simple example is this short film. A scene in the middle was removed between draft 8 and draft 9. So part of the audio sequence will now have to be removed and the 2nd half moved back to fit into the gap created.

Image
Mac Pro 12 core 3 GHz, Motu Ultralite, DP9.1, Mac OS X 10.10.5 64GB Ram.

http://limbicsounds.com
User avatar
MIDI Life Crisis
Posts: 26254
Joined: Wed May 18, 2005 10:01 pm
Primary DAW OS: MacOS
Contact:

Re: Reconform experiment in DP

Post by MIDI Life Crisis »

How does this deal with cues that extend into the deleted region? Conversely, how does it deal with inserted scenes that may overlap into existing ones? Seems like a valuable tool.
2013 Mac Pro 32GB RAM

OSX 10.14.6; DP 10; Track 16; Finale 26, iPad Pro, et al

MIDI LIFE CRISIS
User avatar
bongo_john_uk
Posts: 171
Joined: Sun Nov 14, 2004 10:01 pm
Primary DAW OS: MacOS
Location: Brighton, UK
Contact:

Re: Reconform experiment in DP

Post by bongo_john_uk »

Yes a region-based approach to reconform can't deal with overlaps well.

It will destroy some of the work at edges of changed regions. So those edges need to be checked. That's exactly why my script drops markers at those points. So you know where to check for potential issues. It still saves a lot of time over manually moving things by typing in timecodes though.

There is also a more fine grained item-based approach that is much less destructive and can deal with overlaps between scenes etc, but that is not possible with DP and most other DAWs either. To make it possible the DAW needs to have certain features to track items individually across drafts. It needs a documented open project format that can be manipulated plus the ability to embed tracking metadata in each item. In another DAW I do embed tracking IDs for each item in item notes, but DP doesn't have per-item notes, nor an open format, so I couldn't do that approach with DP.
Mac Pro 12 core 3 GHz, Motu Ultralite, DP9.1, Mac OS X 10.10.5 64GB Ram.

http://limbicsounds.com
Post Reply