cd-athena / VCA

Video complexity analyzer
GNU General Public License v3.0
77 stars 9 forks source link

An extra frame logged in the console and stats #29

Closed vigneshvijay94 closed 2 years ago

vigneshvijay94 commented 2 years ago

An example is shown here: The source video has only 600 frames. But the console and complexity-csv show the log for 601 frames.

[Info] VCA - Video Complexity Analyzer +-geaa99c8 [Info] Options: [Info] Input file name: D:\Testvideos\Beauty_1920x1080_120.yuv [Info] Open as Y4m: False [Info] Skip frames: 0 [Info] Frames to analyze: 0 [Info] Complexity csv: Beauty.csv [Info] Shot csv: [Info] YUView stats file: [Info] Detected 600 frames in input [Info] [LIB] Block size: 32 [Info] [LIB] Autodetected SIMD. [Info] [LIB] Using SIMD AVX2 [Info] [LIB] Autodetect nr threads 12 [Info] [LIB] Starting 12 threads vca - Analyzed 601/601 frames, 489.41 fps, time 0:00:01.228

ChristianFeldmann commented 2 years ago

I can confirm this. It seems to only happen for yuv files and not for y4m files.

ChristianFeldmann commented 2 years ago

Fixed.