shannah / handbrake-watcher

CLI tool to watch folders and convert media files using Handbrake
25 stars 9 forks source link

Should pass option without "=" sign #10

Closed christian-0s closed 3 years ago

christian-0s commented 6 years ago

I tried to use a preset file, but specifing in file handbrake.properties: handbrake.options.preset-import-file presets.json I get the error message: unknown option (--preset-import-file=presets.json) The option should be passed as --preset-import-file presets.json without "="

pkoerner81929 commented 3 years ago

Same here. Did you find a solution?

christian-0s commented 3 years ago

Unfortunately no, I gave up on this

pkoerner81929 commented 3 years ago

Ok, thanks. Any alternative you found? I need to select a specific preset using NVenc settings but could no find a way to select. The HandBrakeCLI presets are not matching the GUI presets, so I had to pass the options somehow. Actually, a way around handbrake-watcher would also be fine...

christian-0s commented 3 years ago

Sorry I cannot help, as I changed approach completely

shannah commented 3 years ago

Just fixed this and pushed a new version to npm 1.1.15

pkoerner81929 commented 3 years ago

Hey, that's good news, will try asap.

pkoerner81929 commented 3 years ago

Works. Thanks again.