Log in

View Full Version : MKV filesystem for VapourSynth


fluxamp
29th July 2017, 11:14
Hi everyone,

I wanted something similar in concept to AVFS but based on MKV and running on Linux-based systems. So far only a proof of concept. It is slower than yuvpipe and still has some rough edges but in case anyone else has a need for something like it:
https://github.com/fluxamp/vsmkv

Myrsloik
29th July 2017, 16:14
Interesting, I'll definitely take a look at the code later.

But when do you need virtual files in Linux? Which software does this help with?

fluxamp
29th July 2017, 17:02
I admit that it's a very niche use case. It was just slightly more convenient (and interesting) to do it this way ;)

kolak
4th August 2017, 17:13
I think MOV format would be more useful

fluxamp
6th August 2017, 09:43
Still got some points on my todo list for the MKV implementation (currently working on cues for faster skipping). But thanks for the suggestion - I might have a look at MP4/MOV afterwards.

kolak
6th August 2017, 19:48
Also- this feature is useful to link some pro apps (and other which don't support piping) with vapoursynth. In this case MOV is mostly supported container, but it would need to work on PC and Mac also.