Log in

View Full Version : Analyse issue


frenshprince
25th March 2013, 12:57
Hi There,

Randomly, I have issue with my video files.
From this,
http://img836.imageshack.us/img836/7528/50365647.jpg

I have this,
http://img442.imageshack.us/img442/14/13194132.jpg
without doing anything.

I'm still working on the reason, but I would like to know if there is a software, who could analyse a video, and report this kind of issue.

Thanks for your help:)

frenshprince
26th March 2013, 11:08
Ok, so I found something with Avisynth.

AVISource("***.avi", audio=false).AssumeFPS(24000,1001)
ConvertToYV12()
prev=deleteframe(0)
next=duplicateframe(0)
prevdiff=mt_lutxy(last,prev,"x y - 4 / 2 ^")
nextdiff=mt_lutxy(last,next,"x y - 4 / 2 ^")
writefileif("D:\video\***.txt","AverageLuma(prevdiff) > 100 && AverageLuma(nextdiff) > 100","current_frame")

It works perfectly:)