One thought on “R52 – Titles are meaningless

  1. 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.

Comments are closed.