Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server mode #4

Open
5 tasks
exwm opened this issue May 17, 2019 · 0 comments
Open
5 tasks

server mode #4

exwm opened this issue May 17, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@exwm
Copy link
Owner

exwm commented May 17, 2019

Please describe the need for the feature:
When marking up a video, I find it a hassle to have to manually save the markers json data to an appropriate folder and drag and drop the file onto the clipper script .bat files. I want to avoid manual work beyond marking up the video as much as possible.

Please describe the feature and its ideal implementation:

  • With a hotkey or button the current markers json data should be processed automatically by a running server/daemon.
  • The markers json data should be saved automatically beside the generated output webm clips.
  • When updating and resending the markers json, the new data should be processed automatically and the updated markers json should be saved with a timestamp suffix in the filename.
  • When the server is busy, markers json data should be queued.
  • The queue should be made visible in the server output, and it should be possible to cancel work that has not yet begun.

Please describe any alternatives you have tried or considered:
It is possible to copy the markers json data and set up a clipboard listener for automatic processing. However, this requires a more robust implementation that can be distributed so the work does not have to be repeated. And still, this is less efficient and does not provide a queuing mechanism.

@exwm exwm added the enhancement New feature or request label May 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant