HaveAGitGat / Tdarr

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

Topaz Video AI integration #720

Closed BobOkisama closed 1 year ago

BobOkisama commented 1 year ago

The latest Topaz Video AI 3.x version now have an API you can use to do ffmpeg transcodes with AI from cli. Would love to see that integrated into tdarr.

HaveAGitGat commented 1 year ago

Looks interesting thanks

HaveAGitGat commented 1 year ago

Ties in with https://github.com/HaveAGitGat/Tdarr/issues/498 so should be able to set this up in 2.00.20 if you have the CLI

HaveAGitGat commented 1 year ago

Other issue is Topaz doesn't seem to support Linux which is what most people run Tdarr on.

You can create a custom flow plugin to run this if you like, copy this folder into the local flow plugins folder and then rename it and change the cli path from mkvpropedit to the topaz one and add the transcode arguments you need:

https://github.com/HaveAGitGat/Tdarr_Plugins/blob/master/FlowPluginsTs/CommunityFlowPlugins/tools/runMkvPropEdit/1.0.0/index.ts

HaveAGitGat commented 4 months ago

Added update here (https://github.com/HaveAGitGat/Tdarr/issues/498) on running custom commands.