R52 – Titles are meaningless Posted on August 23, 2020 by Fredrik Mellbin Regression fixes for R51. Everyone should update from R51.
After you implement audio support, can I directly add vpy files to ffmpeg or mpv (with video + audio)? ffmpeg -f vapoursynth -i input.vpy -progress pipe:1 output.mkv mpv demuxer-lavf-format=vapoursynth input.vpy By the way, why is there no information display in ffmpeg in the first case? Only -progress pipe:1 allows to show something. I have ffmpeg and mpv compiled with vapoursynth support.
After you implement audio support, can I directly add vpy files to ffmpeg or mpv (with video + audio)?
ffmpeg -f vapoursynth -i input.vpy -progress pipe:1 output.mkv
mpv demuxer-lavf-format=vapoursynth input.vpy
By the way, why is there no information display in ffmpeg in the first case? Only -progress pipe:1 allows to show something.
I have ffmpeg and mpv compiled with vapoursynth support.