lintran
3rd July 2013, 05:47
Hi everyone!
I'm using this script
V1=DirectShowSource("Video1")
V2=DirectShowSource("Video2")
Compare(V1,V2,"","log.txt")
And i got log.txt like this
Comparing channel(s) YUV
Mean Max Max
Absolute Mean Pos. Neg.
Frame Dev. Dev. Dev. Dev. PSNR (dB)
-----------------------------------------------------
0 0.1619 +0.0120 14 -12 54.5906
1 0.1713 +0.0062 14 -12 54.3706
2 0.1758 +0.0091 14 -12 54.2187
3 0.4128 +0.0368 21 -24 49.4234
4 0.3732 +0.0103 21 -34 49.6127
5 0.3533 +0.0024 23 -28 49.5742
6 0.3553 +0.0002 24 -27 49.4577
7 0.3601 -0.0007 23 -22 49.3419
8 0.3560 +0.0070 26 -24 49.3137
9 0.5092 +0.1216 29 -36 47.5593
It only have frame numbers, so what can i do to get time of frames beside frame number?
Exam
Frame number 0 --> time is: 00:00:00:000
Frame number 1000 --> time is: 00:00:02:967
Thanks so much
I'm using this script
V1=DirectShowSource("Video1")
V2=DirectShowSource("Video2")
Compare(V1,V2,"","log.txt")
And i got log.txt like this
Comparing channel(s) YUV
Mean Max Max
Absolute Mean Pos. Neg.
Frame Dev. Dev. Dev. Dev. PSNR (dB)
-----------------------------------------------------
0 0.1619 +0.0120 14 -12 54.5906
1 0.1713 +0.0062 14 -12 54.3706
2 0.1758 +0.0091 14 -12 54.2187
3 0.4128 +0.0368 21 -24 49.4234
4 0.3732 +0.0103 21 -34 49.6127
5 0.3533 +0.0024 23 -28 49.5742
6 0.3553 +0.0002 24 -27 49.4577
7 0.3601 -0.0007 23 -22 49.3419
8 0.3560 +0.0070 26 -24 49.3137
9 0.5092 +0.1216 29 -36 47.5593
It only have frame numbers, so what can i do to get time of frames beside frame number?
Exam
Frame number 0 --> time is: 00:00:00:000
Frame number 1000 --> time is: 00:00:02:967
Thanks so much