Search found 41 matches

by Conniver
Fri Jun 27, 2025 10:53 am
Forum: Usage, tips and tricks
Topic: Deliveries: Folder issue
Replies: 6
Views: 12511

Re: Deliveries: Folder issue

That worked perfectly. Thanks.
by Conniver
Thu Jun 26, 2025 9:49 am
Forum: Usage, tips and tricks
Topic: Deliveries: Folder issue
Replies: 6
Views: 12511

Re: Deliveries: Folder issue

Perfect, thanks, I'll give this a try.
by Conniver
Mon Jun 23, 2025 11:40 am
Forum: Usage, tips and tricks
Topic: Deliveries: Folder issue
Replies: 6
Views: 12511

Re: Deliveries: Folder issue

Is there another way to achieve the same result as using %s_recursed_path% with another variable, that works with resubmit? I'm trying to make proxies of files in X:\01_Online\folder01\folder02\folder03\ and put them in Y:\01_Offline\folder01\folder02\folder03\ The monitor is looking in "X:01_O...
by Conniver
Fri Jun 20, 2025 12:36 pm
Forum: Usage, tips and tricks
Topic: Deliveries: Folder issue
Replies: 6
Views: 12511

Re: Deliveries: Folder issue

I saw this post:
"Re: %s_recursed_path% doesn't seem to get populated on resubmit"
And when I added a new file instead of trying resubmit it worked.

I guess I'll read that thread.

Conclusion, the "error" only happens on "resubmit"
by Conniver
Fri Jun 20, 2025 12:26 pm
Forum: Usage, tips and tricks
Topic: Deliveries: Folder issue
Replies: 6
Views: 12511

Deliveries: Folder issue

I'm having a problem delivering my files to the correct folder for a workflow. I am using Deliveries: Folder to move the generated file to a specific destination (based on its original source). I use "Y:\01_Offline\%s_recursed_path%" as the destination folder, when I run the workflow, it p...
by Conniver
Wed Jan 24, 2024 1:55 pm
Forum: Usage, tips and tricks
Topic: ffprobe, media info resource usage?
Replies: 3
Views: 4902

Re: ffprobe, media info resource usage?

Thanks. My workflow need ffprobe atleast twice, once for the original, and another for the generated proxy. Been having problem with longer videos not generating full length proxy file, and ffmpeg does not give an error. So now i do a "manual" duration check at the end. https://i.ibb.co/4p...
by Conniver
Wed Jan 24, 2024 11:22 am
Forum: Usage, tips and tricks
Topic: ffprobe, media info resource usage?
Replies: 3
Views: 4902

ffprobe, media info resource usage?

I just wondered, when using data from e.g. %s_info_ffprobe%, does it store this data in the temp cache folder? And the next time you need some data form %s_info_ffprobe% it will retrieve from cache (in the same workflow) ? Or does it run ffprobe every time?
by Conniver
Fri Aug 25, 2023 1:19 pm
Forum: Usage, tips and tricks
Topic: Problem with DJI files, 50fps and tc issues.
Replies: 4
Views: 5862

Re: Problem with DJI files, 50fps and tc issues.

So at this point the only problem I have is that the timecodes does not match, I get a h264 file from both the "custom" and internal h264 encoder. Custom: "%s_ffmpeg%" -i "%s_source%" -movflags use_metadata_tags -movflags +faststart -map 0:V -map_metadata 0 -sn -s %s_c_...
by Conniver
Wed Aug 23, 2023 1:14 pm
Forum: Usage, tips and tricks
Topic: Problem with DJI files, 50fps and tc issues.
Replies: 4
Views: 5862

Problem with DJI files, 50fps and tc issues.

I have a generic proxy workflow, that for some reason wont work with DJI 50fps footage, in this case Ronin 4D. The timecode is slightly off, enough for it not to work as a proxy (as Davinci Resolve won't recognize it as a proxy) So the problem is in the DJI RONIN 4D footage, but I need some assistan...
by Conniver
Sun Feb 12, 2023 9:55 pm
Forum: Usage, tips and tricks
Topic: OpenAi whisper transcription workflow.
Replies: 17
Views: 35885

Re: OpenAi whisper transcription workflow.

I can't get it to work, I have the path to both Python, and Python\Scripts (where whisper is located) in System Variables. whisper have an whisper.exe file in Python\Scripts, but running this does not work, it runs, but not as intended. Process exited with error code: 1 (Traceback (most recent call ...