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
139 stars 9 forks source link

[FR] player mode #12

Closed sl1pkn07 closed 2 years ago

sl1pkn07 commented 2 years ago

hi.

is possible add support for use VSedit as standalone video player?

only showing when open the vpy the preview window with a little selecction of controls (play, stop/pause, FF, RW, and toggle fullscreen)

greetings

YomikoR commented 2 years ago

FF and RW are in principle expensive, see the discussion in another issue. For other features you may try piping the output to any popular video player, like vspipe script.vpy -y - | <your media player> -

sl1pkn07 commented 2 years ago

ye. i'm doing pipping audio and video at the same time, but is a bit "expensive" (in load terms)

i do it with 2 vpy (one with audio and other with video) , run 2 instances of vspipe and use mpv (my case) with the option --extenal-file with the audio pipe. but i get massive framedrops sometimes

ok. thansk for the info

greetings