Search found 230 matches

by ThomasM
Tue Jan 14, 2025 7:57 am
Forum: Usage, tips and tricks
Topic: Match Duration from XML
Replies: 2
Views: 3054

Re: Match Duration from XML

Hi Graham,

maybe you can calculate everything in seconds with function $tctosec() to have a common base? Then extract the right side of the filename with a RegEx from on the - (so only 010 or 060 remains)? Then compare both with the conditional-Node?

just an idea...

regards,
thomas
by ThomasM
Wed Jul 03, 2024 3:55 pm
Forum: Usage, tips and tricks
Topic: Blackmagic Raw files
Replies: 30
Views: 57799

Re: Blackmagic Raw files

Hey guys, I´m also interested in deCoding BRAW. Since DaVinci Resolve (Studio-Edition) is scriptable from CMD since I think V16, there are several projects going on. I tried to do my own Workflow, but struggled with Python etc (too old to Rockn´n´Roll, too young to die...). Here are some results of ...
by ThomasM
Thu Jun 27, 2024 9:22 am
Forum: Usage, tips and tricks
Topic: Multiple WatchFolders - I have multiple issues
Replies: 3
Views: 9298

Re: Multiple WatchFolders - I have multiple issues

Hey guys,

sorry for messing this up - I definately was not aware of the workflow from @emcodem :idea: . And yes - the way the UserVariable is built is totally correct.

Maybe... it was too early in the morning :roll:

cheers,
thomas
by ThomasM
Thu Jun 27, 2024 6:01 am
Forum: Usage, tips and tricks
Topic: Multiple WatchFolders - I have multiple issues
Replies: 3
Views: 9298

Re: Multiple WatchFolders - I have multiple issues

Hi Kalamazandy, welcome ot the forum! I would also like to move the original file once transcode is complete so that I know which completed, and probably move to a folder within folder to know if a file failed just by looking at the folders on the network. Right now I've moving files from the AME ou...
by ThomasM
Fri May 31, 2024 5:29 am
Forum: Usage, tips and tricks
Topic: accepts only files that are newer than a given date?
Replies: 5
Views: 9821

Re: accepts only files that are newer than a given date?

Hmmm... Beside the fact, that a Date/Time-Feature in the Monitor-Nedes would be great, I would suggest a PowerShell-Script after the Monitor-Node to compare the dates with the Get-Date CMDLET. A brief explanation that was helpful for me is here: https://www.sharepointdiary.com/2020/08/compare-dates-...
by ThomasM
Tue May 07, 2024 6:12 am
Forum: Usage, tips and tricks
Topic: set order in which folders are processed
Replies: 16
Views: 24675

Re: set order in which folders are processed

First - thanks to @emcodem for clearing the basics. Very appreciated! Hi Lugi, I made some refinements. To go on elabotrating a workflow for your needs, maybe you can add some information: 1. You want to run max two active jobs - right? 2. Are the two Watchfolders - let them call us HighPrio-WF and ...
by ThomasM
Mon May 06, 2024 11:43 am
Forum: Usage, tips and tricks
Topic: set order in which folders are processed
Replies: 16
Views: 24675

Re: set order in which folders are processed

Hi Lugi, sorry to be so complex. Your approach is not really built into FFAStryns right now. I can understand, that wiggling around with all these possibilities FFAStrans gives you is not easy to understand when you are not in too deep with all that stuff. But let´s try to get a solution! Maybe it i...
by ThomasM
Mon May 06, 2024 6:45 am
Forum: Usage, tips and tricks
Topic: set order in which folders are processed
Replies: 16
Views: 24675

Re: set order in which folders are processed

Hi Luigi, My idea would be: Add a Monitor-Node. In the selected Folder of this monitor-node set a Text-file containig just a 1. This file will be read-out by a "$Read()-Function" in a populate variables-node. When FFAStrans crawls through all your Monitor-Folders it will find this txt-File...
by ThomasM
Mon Apr 08, 2024 8:14 am
Forum: Usage, tips and tricks
Topic: Copy files from storage to server with checks?
Replies: 8
Views: 11752

Re: Copy files from storage to server with checks?

Hey all, should the second duration be smaller? For the duration check, this one should be more simple. If you start your workflow from watchfolder (listen for *.mp4), you insert a conditional processor checking 2 things: %f_duration% > 3540 AND %f_duration% > 3602 %f_duration% > 3540 AND %f_duratio...
by ThomasM
Tue Sep 05, 2023 12:32 pm
Forum: Usage, tips and tricks
Topic: Archive workflow
Replies: 29
Views: 23987

Re: Archive workflow

Hey, it depends. If there is more effort in programming than MediaFiles and always changing foldernames - then a manual workflow COULD be the solution. But... If you can figure out some statics, e.g. "always 'F:\' is the root Drive" or "always 'AlexaDaylies'-Folder" ist the folde...