Log in

View Full Version : Opening VS Audio in Media Player


MysteryX
17th April 2020, 00:53
Now that VapourSynth has some audio support, is it possible to have a VS script that opens in a media player to play that audio?

If not, will this work anytime soon?

That's what would be missing for me to replace Avisynth with VapourSynth.

stax76
17th April 2020, 11:56
I'm not sure but in the vfw wrapper it don't seem to be supported:

https://github.com/vapoursynth/vapoursynth/tree/master/src/vfw


There are some players that rely on ffmpeg like mpv, that file is here:

https://github.com/FFmpeg/FFmpeg/blob/master/libavformat/vapoursynth.c


The lead dev of mpv is listed as contributor to this file.

I think for DirectShow there are splitters for both vfw and non vfw available.

Myrsloik
17th April 2020, 12:06
Audio is still only supported in the experimental builds and has several known issues and missing functions. I plan to have an improved build out in a few weeks time.

MysteryX
17th April 2020, 17:11
Audio is still only supported in the experimental builds and has several known issues and missing functions. I plan to have an improved build out in a few weeks time.
By then, will you expect it to work in a media player?

Myrsloik
17th April 2020, 17:36
By then, will you expect it to work in a media player?

Yes, the goal is full vfw and avfs support so it should work.