VapourSynth-Editor icon indicating copy to clipboard operation
VapourSynth-Editor copied to clipboard

Feature Requests

Open nobananasforyou opened this issue 1 year ago • 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

nobananasforyou avatar Apr 30 '23 17:04 nobananasforyou

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.

YomikoR avatar May 01 '23 00:05 YomikoR

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

nobananasforyou avatar May 29 '23 19:05 nobananasforyou

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!

l00tzOMG avatar Apr 20 '24 14:04 l00tzOMG

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.

YomikoR avatar Apr 21 '24 00:04 YomikoR

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

l00tzOMG avatar Apr 21 '24 19:04 l00tzOMG

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.

YomikoR avatar Apr 21 '24 23:04 YomikoR

Ahh, thanks so much. That did the trick.

l00tzOMG avatar Apr 27 '24 15:04 l00tzOMG