rlaphoenix
rlaphoenix
See https://github.com/vapoursynth/vivtc/issues/3 tl-dr; Some file IO calls are implicit with the text-encoding, which defaults to Windows-1252 on Windows systems, and UTF-8 on Linux systems. This is causing problems on some...
 I'm on Linux through wine however this has worked flawlessly with all my other discs, tried latest stable and latest preview.
$rootScope.vjsSources = { sources: [ { src: "x.mp4", type: 'video/mp4' } ] }; If I do the above, it just removes the player and leaves only the vjs-wrap div empty...
**Is your feature request related to a problem?** No. **Describe the solution** When you first install Files, it should default to using Windows Terminal, PowerShell, or CMD, in that order...
Why is this source code using the SDLv1 instead of SDLv2 from PREVIEW2's .zip? This source code is extremely different compared to PREVIEW2's version and gives a lot less stable...
I'm trying to effectively run a function across a clip, using two GPU devices. For example: ```py import vapoursynth as vs from vsgan import ESRGAN core = vs.core c =...
Hi, I'm currently trying to use Sphinx autoclass on my own custom class that has some type-hints to VapourSynth objects. This is fine if I build on my own system,...
On my [VSMPEG](https://github.com/rlaPHOENiX/VSMPEG/) VapourSynth Script, if I load a DVD MPEG-2 video file, and click preview in VapourSynth Editor multiple times, VapourSynth begins to use a ton of memory. ...
This prompt was made by me. It can probably be improved in the example translation map.
### Description of the problem If you get a video with multiple chapters and try to split from lets say chapters 5 to chapter 8, the resulting encoded video will...