Search found 10 matches

by janciev
Wed Jun 19, 2019 3:14 pm
Forum: Usage, tips and tricks
Topic: Deciding and rewrapping workflow
Replies: 20
Views: 23828

Re: Deciding and rewrapping workflow

Hi,

a lot of folders to process I'm afraid! And they just keep on piling.
Could you please share the procedure for the API call? Is it a watchfolder based workflow also?

Thanks,
Igor
by janciev
Wed Jun 19, 2019 9:37 am
Forum: Usage, tips and tricks
Topic: Deciding and rewrapping workflow
Replies: 20
Views: 23828

Re: Deciding and rewrapping workflow

Hi @emcodem, For the app I made i would need to provide only the folder which contains files, all the logic is inside the app itself. FFASTrans would trigger the workflow and provide a nice way of monitoring progress. I know that FFASTrans is able to read the folder name and pass it on but only if i...
by janciev
Tue Jun 18, 2019 3:13 pm
Forum: Usage, tips and tricks
Topic: AAF processing
Replies: 108
Views: 116620

Re: AAF processing

Hi, Maybe look at this library, it seems pretty capable - https://github.com/markreidvfx/pyaaf2 ? And start somewhere here: https://github.com/markreidvfx/pyaaf2/issues/2 Unfortunately I'm not a programmer so I cannot make a real use of it but I'm willing to contribute in any other way - I can test ...
by janciev
Tue Jun 18, 2019 2:44 pm
Forum: Usage, tips and tricks
Topic: Deciding and rewrapping workflow
Replies: 20
Views: 23828

Re: Deciding and rewrapping workflow

Hi, still no luck with this. Another question - can I extract the folder name of the folder containing the clips and put it into the variable? Cannot get my head around it... I ended up writing a little app that will rewrap the Atoms using BMX which actually knows what is the number of audio track! ...
by janciev
Wed Jun 12, 2019 1:23 pm
Forum: Usage, tips and tricks
Topic: [solved] $Regext() for multiple numbers
Replies: 6
Views: 7717

Re: $Regext() for multiple numbers

Hi,

indeed that was inverted logic! :oops: Thanks for correcting!

Igor
by janciev
Wed Jun 12, 2019 12:02 pm
Forum: Usage, tips and tricks
Topic: [solved] $Regext() for multiple numbers
Replies: 6
Views: 7717

Re: $Regext() for multiple numbers

Hi,

please try

Code: Select all

 [^\d]

It works here.

Cheers,
Igor
by janciev
Wed Jun 12, 2019 9:35 am
Forum: Usage, tips and tricks
Topic: Deciding and rewrapping workflow
Replies: 20
Views: 23828

Re: Deciding and rewrapping workflow

Hi guys, great input here! Unfortunately I'm not able to use the AAF as it references the old Avid ISIS paths and not the current files locations, see below AAF and XML for reference. The actual files are too big for the upload and as they have a specific purpose I think that re-exporting those woul...
by janciev
Fri Jun 07, 2019 2:01 pm
Forum: Usage, tips and tricks
Topic: Deciding and rewrapping workflow
Replies: 20
Views: 23828

Re: Deciding and rewrapping workflow

Hi guys, I'm still having trouble renaming/passing through the files. Would anyone be able to help where to start? The only constant in the file names is that before V01 and A01, A02 etc. I have 9 characters. The screenshot below is the original file structure, however I managed to have just one res...
by janciev
Tue Jun 04, 2019 11:12 am
Forum: Usage, tips and tricks
Topic: Deciding and rewrapping workflow
Replies: 20
Views: 23828

Re: Deciding and rewrapping workflow

Hey guys, great to have such a vibrant community!!! Sorry for not replying earlier, a bit busy here! Thank you for your inputs. So far I'm testing distinguishing Hi from Low-res and I'm seeing a progres - I just limited the bitrate values with a conditional and so far - so good. Now I will have to f...
by janciev
Sun Jun 02, 2019 10:59 am
Forum: Usage, tips and tricks
Topic: Deciding and rewrapping workflow
Replies: 20
Views: 23828

Deciding and rewrapping workflow

Hi guys, this is my first post but I am following you for some time now, great piece of software you have here! However I have trouble setting up the parameters for my desired behaviour which is: 1. Pick only Hi-Res OPAtoms from a folder which contains both Hi and Low-Res 2. Rewrap Hi-Res OPAtoms to...