Search found 229 matches
- Wed Jul 03, 2024 3:55 pm
- Forum: Usage, tips and tricks
- Topic: Blackmagic Raw files
- Replies: 30
- Views: 31882
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 ...
- Thu Jun 27, 2024 9:22 am
- Forum: Usage, tips and tricks
- Topic: Multiple WatchFolders - I have multiple issues
- Replies: 3
- Views: 5154
Re: Multiple WatchFolders - I have multiple issues
Hey guys,
sorry for messing this up - I definately was not aware of the workflow from @emcodem . And yes - the way the UserVariable is built is totally correct.
Maybe... it was too early in the morning
cheers,
thomas
sorry for messing this up - I definately was not aware of the workflow from @emcodem . And yes - the way the UserVariable is built is totally correct.
Maybe... it was too early in the morning
cheers,
thomas
- Thu Jun 27, 2024 6:01 am
- Forum: Usage, tips and tricks
- Topic: Multiple WatchFolders - I have multiple issues
- Replies: 3
- Views: 5154
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...
- 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: 6409
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-...
- Tue May 07, 2024 6:12 am
- Forum: Usage, tips and tricks
- Topic: set order in which folders are processed
- Replies: 16
- Views: 14297
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 ...
- Mon May 06, 2024 11:43 am
- Forum: Usage, tips and tricks
- Topic: set order in which folders are processed
- Replies: 16
- Views: 14297
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...
- Mon May 06, 2024 6:45 am
- Forum: Usage, tips and tricks
- Topic: set order in which folders are processed
- Replies: 16
- Views: 14297
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...
- Mon Apr 08, 2024 8:14 am
- Forum: Usage, tips and tricks
- Topic: Copy files from storage to server with checks?
- Replies: 8
- Views: 7196
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...
- Tue Sep 05, 2023 12:32 pm
- Forum: Usage, tips and tricks
- Topic: Archive workflow
- Replies: 29
- Views: 11120
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...
- Tue Sep 05, 2023 9:28 am
- Forum: Usage, tips and tricks
- Topic: Archive workflow
- Replies: 29
- Views: 11120
Re: Archive workflow
Hey, You can use a CommandExecutor-Node for things like that. If your Folder-Structure is always the same you can make use of the FileVariables built in into FFAStrans: %s_original_folder% %s_original_path% %s_original_path~n% The latter is well explained in the Documentation. So the easyest workflo...