Quick side-by-side video comparison tool.
© Blender Foundation | cloud.blender.org/spring, studio.blender.org/films/big-buck-bunny
float4 main(float2 uv : TEXCOORD) : COLOR
{
float4 color0 = tex2D(input0, uv);
float4 color1 = tex2D(input1, uv);
float4 color = lerp(color0, color1, step(ratio, uv.x) * saturate(step(uv.y % 0.2, 0.1))); // stripe blend
return lerp(color, borderColor,
step(uv.x - (borderWidth / widthPx / 2.0f), ratio) *
step(ratio, uv.x + borderWidth / widthPx / 2.0f));
}
- Download the FFmpeg 4.4 binary and put it somewhere.
- Edit the
AppSettings.json
file to set the path to FFmpeg'sbin
directory.
Or just run the download_ffmpeg.bat
file.
- Video playback synchronization is not frame-accurate, not perfect.
- Image Comparison & Analysis Tool (ICAT)
- video-compare
- GridPlayer
- Syncplay
- FFmpeg - Create a mosaic out of several input videos
MIT license