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
Is it possible to have:
a)PLAY /PAUSE / FORWARD/BUTTONS like a video player -> ALTENATIVE ok, you used key space for Play pause ; I redirected LINUX KEYMAP:
65361 : 'left_arrow',
65363 : 'right_arrow',
b)show by default the slidebar on start (avoiding to have to type S) --> SOLVED with Preview(clip, slider=True)
c)external control with python after the tkinter (in fact it's QT for me) cv gui is launched
d) on control-c or windows closed by mouse, terminal is frozen, (this does not appears when Q is pressed)
This would be great !! For now only candidates having not the "[file] Cannot seek backward in linear streams!" appearing when vspipe is used, are mpv used directly with vapoursynth script or more heavier than yours vapoursynth-preview.
Big thanks for this viewer .
The text was updated successfully, but these errors were encountered:
New version, redesigned should be available soon, GUI or not , if GUI then there is a classic console controlling playback play, frame steps, bookmarks, settings , more GUI windows available for frame properties, rgb settings, general settings (slider, window position and placement, crop in video,...etc), output readings for pixel values, current cropping, errors. Also using cross platform pynput to catch keyboard keys, so there should not be cross-platform key control problems.
Hello UniversalAI,
Is it possible to have:
a)PLAY /PAUSE / FORWARD/BUTTONS like a video player -> ALTENATIVE ok, you used key space for Play pause ; I redirected LINUX KEYMAP:
65361 : 'left_arrow',
65363 : 'right_arrow',
b)show by default the slidebar on start (avoiding to have to type S) --> SOLVED with Preview(clip, slider=True)
c)external control with python after the tkinter (in fact it's QT for me) cv gui is launched
d) on control-c or windows closed by mouse, terminal is frozen, (this does not appears when Q is pressed)
This would be great !! For now only candidates having not the "[file] Cannot seek backward in linear streams!" appearing when vspipe is used, are mpv used directly with vapoursynth script or more heavier than yours vapoursynth-preview.
Big thanks for this viewer .
The text was updated successfully, but these errors were encountered: