You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm looking to programmatically move to a certain timestamp. It seems that this is possible through the keyboard shortcut goToTimecode to open the modal, but still requires application input for the timestamp. There is no way to pass in a timestamp to the keyboard shortcut.
It seems that this has been requested and closed here: #1204 , but not implemented.
It feels as though on top of skipping frame/playing/etc., being able to definitively provide a timestamp would supercharge automating LosslessCut programmatically.
Let me know if you need more details. e.g. curl -X POST http://localhost:8080/api/shortcuts/goToTimecode --data '{"timestamp": "0:57"}'
The text was updated successfully, but these errors were encountered:
Description
Hi! I'm looking to programmatically move to a certain timestamp. It seems that this is possible through the keyboard shortcut goToTimecode to open the modal, but still requires application input for the timestamp. There is no way to pass in a timestamp to the keyboard shortcut.
It seems that this has been requested and closed here: #1204 , but not implemented.
It feels as though on top of skipping frame/playing/etc., being able to definitively provide a timestamp would supercharge automating LosslessCut programmatically.
Let me know if you need more details.
e.g. curl -X POST http://localhost:8080/api/shortcuts/goToTimecode --data '{"timestamp": "0:57"}'
The text was updated successfully, but these errors were encountered: