Search found 11 matches

by jonathonz
Wed Jul 07, 2021 1:47 pm
Forum: Feature requests
Topic: Loudness true peak limiting
Replies: 17
Views: 20228

Re: Loudness true peak limiting

Hi Steven, I ended up doing this using FFAStrans and calling an external python executable that in turn calls FFMPEG to do the two-pass loudness normalization. I haven't tested it in at least a year as we moved on to a different process since then, but it definitely worked. The caveat is that ideall...
by jonathonz
Mon Mar 04, 2019 9:49 pm
Forum: Usage, tips and tricks
Topic: Checking growing files continuously missing some small files
Replies: 4
Views: 5698

Re: Checking growing files continuously missing some small files

Hi,

I had check once turned on, and only tried check continuous after seeing the file move prematurely.

I moved it back to check once as it the premature move only happened once, while found check continuous wasn't reliable.
by jonathonz
Fri Feb 22, 2019 11:26 pm
Forum: Feature requests
Topic: Loudness true peak limiting
Replies: 17
Views: 20228

Re: Loudness true peak limiting

Hi, As an update, I ended up using ffmpeg-normalize (https://github.com/slhck/ffmpeg-normalize) and building it into the workflow. It made the workflow more complex as I needed to drop the output file of the normalization into a special folder, and then use compspec commands to complete some file mo...
by jonathonz
Fri Feb 22, 2019 10:01 pm
Forum: Usage, tips and tricks
Topic: Checking growing files continuously missing some small files
Replies: 4
Views: 5698

Checking growing files continuously missing some small files

Hi, I turned on "check growing files continuously" on my UNC watch folder after observing a file get moved prematurely that was being FTP'd into the watch folder that was still growing. However after I did this I noticed that the small 10KB .xml files sporadically were not getting picked u...
by jonathonz
Fri Jan 18, 2019 1:39 am
Forum: Feature requests
Topic: Loudness true peak limiting
Replies: 17
Views: 20228

Re: Loudness true peak limiting

Thanks for the response! And the welcome. Building workflows is very satisfying. We’re auditioning minnetonka audio tools server expressly for this purpose of intelligent audio normalization given the complexities which you already know. But it’s amazing what can be done just with these free tools. ...
by jonathonz
Thu Jan 17, 2019 7:17 pm
Forum: Usage, tips and tricks
Topic: Same GUID to 2 different files types with same filename
Replies: 8
Views: 9171

Re: Same GUID to 2 different files types with same filename

emcodem,

Thanks for all the tips. I've changed my representation and my workflow and have put the GUID labeling on the shelf for the moment. The important parts are of the workflow are working, and that's all that matters.

Take care,

-Jonathon
by jonathonz
Wed Jan 16, 2019 10:36 pm
Forum: Usage, tips and tricks
Topic: Same GUID to 2 different files types with same filename
Replies: 8
Views: 9171

Re: Same GUID to 2 different files types with same filename

Please forgive my lack of sophistication around this : ) And thank you for time and assistance! However, when I tried this I get an error that the job timed out while waiting for files. Perhaps I'm approaching this the wrong way, but essentially, I need to take two input files with same name, differ...
by jonathonz
Wed Jan 16, 2019 8:35 pm
Forum: Usage, tips and tricks
Topic: Same GUID to 2 different files types with same filename
Replies: 8
Views: 9171

Re: Same GUID to 2 different files types with same filename

I get what you're saying, and it confirms what I suspected. However even if I generate a GUID before branching out I end up with two different GUIDs as the .xml and .wav are treated as two different files, I guess as they are two different files.


2019-01-16 15_34_47-FFAStrans Workflow Manager.png
2019-01-16 15_34_47-FFAStrans Workflow Manager.png (52.56 KiB) Viewed 9151 times
by jonathonz
Wed Jan 16, 2019 7:01 pm
Forum: Usage, tips and tricks
Topic: Same GUID to 2 different files types with same filename
Replies: 8
Views: 9171

Re: Same GUID to 2 different files types with same filename

Hi,

I simplified the workflow but still seeing the same issue.

Not sure how to pass a variable onto a different branch of the tree.

Workflow attached.
by jonathonz
Wed Jan 16, 2019 4:33 pm
Forum: Usage, tips and tricks
Topic: Same GUID to 2 different files types with same filename
Replies: 8
Views: 9171

Same GUID to 2 different files types with same filename

Hi, I'm trying to setup my first workflow in FFAStrans which will take in via watch folder: Filename_1.wav Filename_1.xml It needs to process just the WAV file, convert it to MP3 (plus loudness) and put in a drop folder with a GUID appended to filename as Filename_1_GUID.wav It also needs to process...