Posts: 2
Threads: 1
Joined: May 2020
So,Adobe Media Encoder has this option where it 'watches' a folder and if it detects any supported video format,it will encode that and then output it to a specified folder.This option is called "Watch Folders".Any chance I can do the same with Hybrid?The problem with Adobe Media Encoder is it's frame interpolation isĀ not optimized for animes because there's so many artifacts.
Unlike Hybrid which provides expanded customization on the encoding settingsĀ and I'm truly thankful to the coder for this.
Posts: 10.981
Threads: 57
Joined: May 2017
Quote:Any chance I can do the same with Hybrid?
Yes, there's a hidden option for that.
https://forum.selur.net/showthread.php?tid=10 -> monitoring a folder
the main points are:
To specify a monitored folder you:
- need to create a misc.ini file with
[General]
monitorFolder="Path to folder"
where "Path to folder" should be replaced by the folder of your choice.
- need to call Hybrid an additional CLI parameter.
'-autoAdd <parameter>' tell Hybrid what to do with newly detected files.
where:
<parameter>:
'add', tells Hybrid to create a new job based on the given setitngs in Hybrid.
'addAndStart', tells Hybrid to create a new job based on the given setitngs in Hybrid and start the Job Queue processin.
- need to make sure you configured Hybrid that it can to what you want automatically.
Cu Selur