Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
|
|
#1 | Link |
|
Registered User
Join Date: Aug 2012
Posts: 3
|
Which avisynth filter?
Hi guys! trying to encode a movie in xvid (gk - not auto) but cannot get rid of original picture defects; at least not with the integrated noise filters. what do you think could help? see http://s16.postimage.org/qff3y9yat/pic.jpg
Last edited by Guest; 20th August 2012 at 00:34. Reason: make clickable |
|
|
|
|
|
#3 | Link | |
|
Registered User
Join Date: Aug 2012
Posts: 3
|
Quote:
LoadPlugin("C:\Program Files\DGMPGDec 1.5.8\DGDecode.dll") LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll") LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\FluxSmooth.dll") mpeg2source("D:\Z_DVDproject\test.d2v") crop(22,2,672,572) BilinearResize(576,448) FluxSmoothST(7,7) |
|
|
|
|
|
|
#4 | Link |
|
Registered User
Join Date: May 2007
Posts: 146
|
all I did was load your pic.jpg with ImageReader and used deen filter on it [two different ways]
if you want to try deen: copy to C:\PROGRA~1\GORDIA~1\AviSynthPlugins\ http://avisynth.org/warpenterprises/files/deen_25_dll_20050705.zip LoadPlugin("C:\Program Files\DGMPGDec 1.5.8\DGDecode.dll") LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\deen.dll mpeg2source("D:\Z_DVDproject\test.d2v") deen("c2d",3,5,8) BilinearResize(576,448) crop(22,2,672,572) try this - the color space should be yv12 - so deen will run - otherwise mpeg2source("D:\Z_DVDproject\test.d2v").convertoyv12() is your material interlaced or progressive? -> mpeg2source("D:\Z_DVDproject\test.d2v").convertoyv12(interlaced=true or false) <- either true or false for interlaced |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|