pixop / video-compare

Split screen video comparison tool using FFmpeg and SDL2
GNU General Public License v2.0
889 stars 41 forks source link

Allow avisynth as input #51

Closed tormento closed 9 months ago

tormento commented 9 months ago

I'd really like to have .avs files support (AVS+ scripts).

As your project use ffmpeg, in my naive brain I supposed it could be easy to implement.

How about it?

jonfryd commented 9 months ago

Although I haven't tested it, It should work if your FFmpeg libraries have been compiled with --enable-avisynth.

Unlike VapourSynth you don't even have to specify the demuxer on the command line from the examples I same seen.

jonfryd commented 9 months ago

You can also pipe data to video-compare via avs2yuv (although this approach comes with several limitations - see https://github.com/pixop/video-compare/issues/31).