pixop / video-compare

Split screen video comparison tool using FFmpeg and SDL2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow avisynth as input

tormento opened this issue · comments

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?

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.

You can also pipe data to video-compare via avs2yuv (although this approach comes with several limitations - see #31).