View Full Version : Mask blur image
pbreak
9th August 2013, 19:24
HI
Just to give an example;
http://i.imgur.com/yNu7w5z.jpg
See how the left hand of the man on the floor it's totally out of shape/detail... its all blurry. Is there a way to fix it?
I'm using this code with SVSmoothFps:
mask:{area:10,cover:100,area_sharp:2}
Guest
9th August 2013, 20:30
Without the source we can't be sure if it is in the source (normal motion blur) or due to your filtering.
pbreak
9th August 2013, 21:11
Without the source we can't be sure if it is in the source (normal motion blur) or due to your filtering.
Sorry, i'm kinda noob, when you say source you mean the script?
Avisynth FFdshow
svp_scheduler = true
URL = "www.svp-team.com"
LoadPlugin("C:\\Program Files (x86)\\SVP\\plugins\\svpflow1.dll")
LoadPlugin("C:\\Program Files (x86)\\SVP\\plugins\\svpflow2.dll")
SetMTMode(2,4)
V= ffdshow_source()
SetMTMode(2,4)
S = V.SVSuper("{rc:false,gpu:1, scale:{up:2, down:2}}")
A = S.SVAnalyse("{main:{search:{type:4}}},{coarse:{distance:-1, bad:{SAD:2000}}}, refine:[{thsad:250}]}")
V.SVSmoothFps(S, A, "{rate:{num:60000,den:1001,abs:true},algo:21, mask:{area:5,cover:10,area_sharp:2},scene:{blend:false,mode:0,limits:{blocks:100}}}", url=URL, mt=100)
GetMTMode(false) > 0 ? distributor() : last
MEDIA INFO:
C:\Users\Corky\Desktop\Copper.S02E07.720p.HDTV.x264-EVOLVE.mkv
General
Unique ID : 276996607823568271311497967155973482096 (0xD0639B2CA751FB0C7A96CCD547786670)
Complete name : C:\Users\Corky\Desktop\Copper.S02E07.720p.HDTV.x264-EVOLVE.mkv
Format : Matroska
Format version : Version 4 / Version 2
File size : 1.07 GiB
Duration : 43mn 31s
Overall bit rate : 3 531 Kbps
Encoded date : UTC 2013-08-05 03:34:23
Writing application : mkvmerge v6.0.0 ('Coming Up For Air') built on Jan 20 2013 10:28:01
Writing library : libebml v1.3.0 + libmatroska v1.4.0
Video #1
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.1
Format settings, CABAC : Yes
Format settings, ReFrames : 5 frames
Codec ID : V_MPEG4/ISO/AVC
Duration : 43mn 31s
Bit rate : 3 077 Kbps
Width : 1 280 pixels
Height : 720 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 23.976 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.139
Stream size : 958 MiB (87%)
Writing library : x264 core 135 r2345 f0c1c53
Encoding settings : cabac=1 / ref=5 / deblock=1:0:0 / analyse=0x3:0x113 / me=umh / subme=8 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=18 / lookahead_threads=3 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=2 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=23 / scenecut=40 / intra_refresh=0 / rc_lookahead=50 / rc=crf / mbtree=1 / crf=18.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
Language : English
Default : Yes
Forced : No
Matrix coefficients : BT.709
Audio #2
ID : 2
Format : AC-3
Format/Info : Audio Coding 3
Mode extension : CM (complete main)
Format settings, Endianness : Big
Codec ID : A_AC3
Duration : 43mn 31s
Bit rate mode : Constant
Bit rate : 384 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Compression mode : Lossy
Stream size : 120 MiB (11%)
Default : Yes
Forced : No
TV show: Copper
Media player: KMplayer ( EVR )
Guest
9th August 2013, 21:16
I mean the unprocessed source video.
pbreak
9th August 2013, 21:32
http://www.mediafire.com/?raub8lg1vf8488z
09 seconds movie clip ( 7 MB )
TheSkiller
10th August 2013, 10:28
Looks like the wobble/jello effect you get in fast motion with cameras which have a CMOS type image sensor (due to their rolling shutter).
pbreak
10th August 2013, 14:42
Looks like the wobble/jello effect you get in fast motion with cameras which have a CMOS type image sensor (due to their rolling shutter).
Thanks, TheSkiller.
Is there any other plugin that can help besides stab() and deshaker(virtualdub) ?
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.