bestsource icon indicating copy to clipboard operation
bestsource copied to clipboard

A super great audio/video source and FFmpeg wrapper

Results 16 bestsource issues
Sort by recently updated
recently updated
newest added

When compiling BestSource on OSX, compilation fails with the error ``` ../subprojects/bestsource/src/videosource.h:187:17: error: implicit instantiation of undefined template 'std::basic_string' std::string Source; ^ /Applications/Xcode_13.2.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/iosfwd:239:32: note: template is declared here class _LIBCPP_TEMPLATE_VIS...

LWLibavSource has the rather nice feature of printing the progress of the index: `Creating lwi index file 46%` This is obviously extremely convienent when working with large files or on...

As reported [here](https://forum.doom9.org/showthread.php?p=2000802#post2000802) there appears to be an issue with BSVideoSource setting the Avisynth clip properties: 1. Field order of the clip (result of clip.GetParity) 2. Whether the clip is...

Not sure how interesting it is at this point of the development, but with the attached source [00006.zip](https://github.com/vapoursynth/bestsource/files/14462820/00006.zip) the filter (like software based LWLibavSource shows artifacts, no artifacts with FFMS2,...

upstream bug

Versions of BestSource besides [R2-RC1][link-r2-rc1] seemingly do not support specifying the exact cache file location. The documentation (snippet below) suggests that the value supplied to `cachepath` is made relative to...

This PR intends to mostly address #59 with minimal code changes that would affect other functions and systems. However, these changes should continue to be expanded upon to improve other...

this error keeps showing up in both encoding and VapourSynth-Editor the funny part is that it shows up even when I use FFMS2 as a source

This is an incomplete PR which adds three parameters to `VideoSource`, enabling the ability for users to pass in custom options to libavformat and libavcodec. The new parameters are: *...

> hwdevice: The interface to use for hardware decoding. Depends on OS and hardware. On windows d3d11va, cuda and vulkan (H264, HEVC and AV1) are probably the ones most likely...