YomikoR / VapourSynth-Editor

Branch vse-previewer for standalone previewer. Branch vs-api4 for an IDE with a text editor. Branch master for "stability". Forked from https://bitbucket.org/mystery_keeper/vapoursynth-editor
Other
138 stars 9 forks source link

Feature Requests #52

Open nobananasforyou opened 1 year ago

nobananasforyou commented 1 year ago

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

YomikoR commented 1 year ago

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.

nobananasforyou commented 1 year ago

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

l00tzOMG commented 2 months ago

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!

YomikoR commented 2 months ago

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.

l00tzOMG commented 2 months ago

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))

YomikoR commented 2 months ago

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.

l00tzOMG commented 2 months ago

Ahh, thanks so much. That did the trick.