sbcarp / TopazVideoPauser

Enables one-click pausing and resuming of Topaz Video tasks, also features functionality to schedule OS shutdown or sleep once the tasks are completed.
MIT License
11 stars 0 forks source link

ffmpeg command line only #3

Closed tyd57i closed 2 months ago

tyd57i commented 2 months ago

I mostly don't use topaz shell, but run a preconfigured command line with topaz ffmpeg.exe. Can your utility be extended to pause and resume ffmpeg?

sbcarp commented 2 months ago

Sorry, there's no plan to support this yet, the tool works by detecting ffmpeg.exe processes spawned by topaz, other programs rely on ffmpeg will be affected if we remove the constraint and pause any ffmpeg.exe processes. It's possible to make it optional and not on by default, but requires more work, so this feature may not be availiable in the near future.

Thanks for your feedback!