I am trying to calculate PSNR value of the video, which I generate by removing some frames from the original video. In addition, I assume that the video will show the previous frame if the frame is removed. In that sense, I want to measure the QoE of the generated video.
Firstly, I think that PSNR could be useful. However, when I try to calculate PSNR value, it shows the infinite value since the two frames are identical. In that case, how can I handle the infinite value? Is there any common rule that handles the identical frames? (For example, ignore the infinite value, and average only non-infinite value).
The above problem may be similar with comparing the two videos that have different frame rate. How can I compare the PSNR with two videos that have different frame rate?
In addition, what should I do when I use SSIM in the above case?
Thank you