HaveAGitGat / Tdarr

Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking (Windows, macOS, Linux & Docker)
Other
3.03k stars 94 forks source link

Optionally cache source file (have Nodes work on files locally) #705

Closed damonbreeden closed 1 year ago

damonbreeden commented 1 year ago

The option to cache the source file locally before starting transcodes would be great, I am accessing files over a network share and unfortunately the network is the slowest part of my setup

Caching them locally before starting and working on the local file would increase my speed 10x and allow multiple passes on the same file before the final version gets returned to the server

HaveAGitGat commented 1 year ago

Possible to do but makes things more complicated when multiple nodes need to work on the same file which is why it was not implemented that way.

HaveAGitGat commented 1 year ago

I don't think this will result in any speed increase but you can do it with Tdarr Flows, would just need to do this: image

image

HaveAGitGat commented 1 year ago

Beta released the other day, feel free to reopen if you have any issues.

HaveAGitGat commented 3 weeks ago

2.27.01 just released adds a new node type 'unmapped' nodes, more info here: https://docs.tdarr.io/docs/nodes/nodes#unmapped