Skip to content

Commit

Permalink
yee
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Z-2697 authored May 26, 2024
1 parent 384fdf8 commit 863edb9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ddfi2.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,7 @@ def vpyGen():
ssim = core.vmaf.Metric(clip1,offs1,2)
offs1 = core.std.BlankClip(clip,length=1)+clip[:-1]
offs1 = core.std.CopyFrameProps(offs1,ssim)
offs1 = core.std.MakeDiff(offs1,clip)
offs1 = core.fmtc.bitdepth(offs1,bits=16)
offs1 = core.std.Expr(offs1,'x 32768 - abs')
offs1 = core.std.Expr([offs1,clip],'x y - abs').fmtc.bitdepth(bits=16,dmode=1)
offs1 = core.std.PlaneStats(offs1)
offs1 = xvs.props2csv(offs1,props=['_AbsoluteTime','float_ssim','PlaneStatsMax'],output='infos_running.txt',titles=[])
offs1.set_output()''' \
Expand Down

0 comments on commit 863edb9

Please sign in to comment.