YomikoR/VapourSynth-Editor

Feature Requests

nobananasforyou opened this issue · 7 comments

1 - At the moment, the preview window only displays the total amount of frames and total duration of the clip. Is it possible to make it display the current frame and timestamp?

2 - Can bookmarks be exported as a qp file?
e.g.
0 I -1
1128 I -1
3360 I -1
3552 I -1
16943 I -1
17040 I -1
32232 I -1
34416 I -1

3 - Can you please implement a feature to create chapters from bookmarks (using marked frames) and allow the user to setup custom chapter presets for multiple shows?

Thank you!

Kind Regards

1 - I think I will add _AbsoluteTime to the title of the preview window.

2, 3 - The bookmark files have a simple structure, so one python script or two would suffice. What's missing here is a bookmark group, i.e. allowing multiple bookmarks for one vpy script.

Can you please add a function 'Go to frame X' via a shortcut key in the preview window?
In the preview window, using the shortcut key 'X' for 'Copy frame to clipboard' doesn't allow you copy and paste the frame number on to a text file.

Also, using shortcuts for navigation doesn't work if box in which the frame numbers are displayed is highlighted.
E

Hi,

Any chance to support VS R66 and python 3.12 in the near future? The highest version I managed to get working is R65 with py 3.11.9.

Thanks!

Any chance to support VS R66 and python 3.12 in the near future? The highest version I managed to get working is R65 with py 3.11.9.

What did you find when trying R66? I'm using it on Windows now.

Thanks for your response, I get the following error with python 3.12.3 + VS R66 (both portable):

Failed to get VSScript API!
Failed to get VSScript API!

(OS: W10x64 (latest))

For portable R66 you need to install the provided wheel. The portable installation script (.ps1) from the release page could do it for you as well.

Ahh, thanks so much. That did the trick.