On 2/28/21 12:57 PM, Paul B Mahol wrote:
On Sun, Feb 28, 2021 at 5:31 PM Ian Pilcher <arequip...@gmail.com> wrote:
   $ ffmpeg -i lossless.mkv -start_number 0 -i source/%06d.tif -frames:v
3596 -lavfi
"[0:v]settb=1/AVTB,setpts=PTS-STARTPTS[main];[1:v]settb=1/AVTB,setpts=PTS-STARTPTS[ref];[main][ref]ssim"

-f null -

Try ssim=shortest=1

Most likely inputs have not same number of frames.

They don't have the same number of frames.  That's why I need to specify
the duration, either with "-t 00:01:00" or with "-frames:v 3596".  The
correct number of frames *is* 3596, however, so I don't understand why
I have to limit the comparison to only 3595 frames to get the correct
result.

--
========================================================================
                 In Soviet Russia, Google searches you!
========================================================================

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to