vs-preview icon indicating copy to clipboard operation
vs-preview copied to clipboard

Previewer for VapourSynth scripts.

Results 56 vs-preview issues
Sort by recently updated
recently updated
newest added

There's an error message for the bit depth detection: `QPixmap: QGuiApplication must be created before calling defaultDepth().` When the GUI instance is not ready, the function returns zero.

With the current random implementation, you can sometimes get a lot of frames that are right next to each other. I think having a "`n` frames between comparison frames" option...

I think it'd be useful for there to be a setting to introduce a "dark bias", where it will lean more towards frames that are on average darker. This can...

Gotta admit this is a weird one, because I checked the code and the primaries are indeed in the correct order in the list vspreview has. The issue I'm seeing...

- [x] Add basic implementation - [ ] Add GUI elements - [ ] Add min/max height - [ ] Add step mode/precision - [ ] Int/Float precision checkbox -...

enhancement

## TODO Make pages for the following: - [ ] Basic usage for beginners - [ ] Different toolbars - [ ] Different viewmodes Other: - [ ] [Fix sphinx...

documentation
enhancement

This is potentially related to #21, but I wasn't sure how much it overlapped so decided to create a new issue. I think the common workflow is that most people...

Sometimes it may be desired to preview with ordered dithering, or even no dithering at all. An option to configure this with ease would be very convenient.

vs-preview always opens in the same position, which has to be moved, resized or open in fullscreen mode. This can lead to having part of the window hidden. Adding a...

bug