vapoursynth-bestsource

Audio/video source filter and FFmpeg wrapper for VapourSynth

brewmacoslinux
Try with needOr install directly
Source

About

Audio/video source and FFmpeg wrapper

Commands

vsbsource

Examples

Load a video file as a VapourSynth source$ vsbsource('video.mp4')
Extract audio from a media file using BestSource$ vsbsource('audio.mkv', afile='output.wav')
Use BestSource in a VapourSynth script with specific track$ import vapoursynth as vs; clip = vs.core.bsource.Source('input.mkv', track=0)