SMBW
2nd September 2010, 17:27
Hi everyone!
I'm new to this forum and this is my first post over here... I'm sorry I'm still quiet a noob when it comes to all of this video editing stuff!
I captured some DVB streams using DVB Viewer Pro and use ProjectX for demuxing and repairing the MPEG2-TS-Stream. After that I use DGIndex for indexing the file and I want to use avisynth for copping, trimming, deinterlacing and all other kind of filtering. In the end I want to reencode the video using x264.
Now I have some kind of noisy sources which I'd like to denoise before encoding since I suspect that the noise will eat up some bitrate which could be needed elsewhere.
I tried using AdaptiveMedian(yy = false, uu = true, vv = true) and played around with the maxgrid attribute without any success.
I also tried using:
denoise(clip, xgrid=3, lx = 0, rx = 691, ty=0, by=421, var=100, uv=true, usey=true)
or:
denoise(clip, xgrid=3, lx = 338, rx = 376, ty=18, by=46, var=100, uv=true, usey=true)
The last one was best but still a lot of noise wasn't removed and a lot of details were lost / blurred.
So here's my question: Can you point me to any well known working denoise plugin for avisynth which might give me better results? I can provide a short HFYU sample (avi container) so you can see what kind of noise I'm talking about.
source:
http://img841.imageshack.us/img841/4931/fg0.th.png (http://img841.imageshack.us/i/fg0.png/)
http://img138.imageshack.us/img138/6374/fg1.th.png (http://img138.imageshack.us/i/fg1.png/)
Denoised with "denoise(clip, xgrid=3, lx = 338, rx = 376, ty=18, by=46, var=100, uv=true, usey=true)":
http://img59.imageshack.us/img59/4931/fg0.th.png (http://img59.imageshack.us/i/fg0.png/)
Video sample:
http://www.sendspace.com/file/gog67o
Thanks to everyone who is able to help!
I'm new to this forum and this is my first post over here... I'm sorry I'm still quiet a noob when it comes to all of this video editing stuff!
I captured some DVB streams using DVB Viewer Pro and use ProjectX for demuxing and repairing the MPEG2-TS-Stream. After that I use DGIndex for indexing the file and I want to use avisynth for copping, trimming, deinterlacing and all other kind of filtering. In the end I want to reencode the video using x264.
Now I have some kind of noisy sources which I'd like to denoise before encoding since I suspect that the noise will eat up some bitrate which could be needed elsewhere.
I tried using AdaptiveMedian(yy = false, uu = true, vv = true) and played around with the maxgrid attribute without any success.
I also tried using:
denoise(clip, xgrid=3, lx = 0, rx = 691, ty=0, by=421, var=100, uv=true, usey=true)
or:
denoise(clip, xgrid=3, lx = 338, rx = 376, ty=18, by=46, var=100, uv=true, usey=true)
The last one was best but still a lot of noise wasn't removed and a lot of details were lost / blurred.
So here's my question: Can you point me to any well known working denoise plugin for avisynth which might give me better results? I can provide a short HFYU sample (avi container) so you can see what kind of noise I'm talking about.
source:
http://img841.imageshack.us/img841/4931/fg0.th.png (http://img841.imageshack.us/i/fg0.png/)
http://img138.imageshack.us/img138/6374/fg1.th.png (http://img138.imageshack.us/i/fg1.png/)
Denoised with "denoise(clip, xgrid=3, lx = 338, rx = 376, ty=18, by=46, var=100, uv=true, usey=true)":
http://img59.imageshack.us/img59/4931/fg0.th.png (http://img59.imageshack.us/i/fg0.png/)
Video sample:
http://www.sendspace.com/file/gog67o
Thanks to everyone who is able to help!