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. |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#1 | Link |
Registered User
Join Date: Mar 2005
Location: Portugal
Posts: 908
|
Advice on how to Improve/restore video quality with avisynth
Hi everyone!
I'm trying to improve the video quality on a old music video clip, convert it to dvd resolution and hopefully be able to improve it. A few years ago (2006) i asked for some help on a similar situation: http://forum.doom9.org/showthread.php?t=112993 i followed some advices of that thread but im unable to improve the video, i tried the demo version of neat video + virtualdub but didnt help either, tried the noise filters in avidemux but i didnt see any difference. Can someone help me/give advice on how to do it with avisynth? Perhaps the quality cant be improved? here's the link to the video (10mb). http://www.mediafire.com/?1cshqp3uh7xgps1 Thanks Last edited by ricardo.santos; 1st October 2012 at 23:54. |
![]() |
![]() |
![]() |
#3 | Link |
Registered User
Join Date: May 2007
Posts: 143
|
@ricardo.santos
assuming Pal 1/2 dvd 352x576 I would open with ffvideosource resize to (352,576) with your favourite resizer use assumefps=25 use dfttest() - the default settings are slow - but it is better than fft3dfilter then encode with HCenc or Quenc using dvd-compliant settings e.g. ffvideoSource("C:\video.mp4") - you'll need ffmpegsource -> http://code.google.com/p/ffmpegsource/ assumefps(25) bilinearresize(352,576) dfttest() you will need libfftw3f-3.dll in system32 folder for dfttest ftp://ftp.fftw.org/pub/fftw/fftw-3.3.2-dll32.zip |
![]() |
![]() |
![]() |
#4 | Link |
Registered User
Join Date: Mar 2005
Location: Portugal
Posts: 908
|
Hi
Thanks for the advices and tips, been trying to setup dfttest but while playing the avisynth script a message pops up saying there isnt a function called dfttest(). i copied the dll to windows/system32 folder, im using windows 7, i tried to copy the contents from the fdttest zip to avisynth plugins folder but same message appear, can anyone help? Last edited by ricardo.santos; 2nd October 2012 at 20:36. |
![]() |
![]() |
![]() |
#6 | Link | |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 8,722
|
Requires libfftw3f-3.dll to be in the search path eg system32 (or syswow64 on 64bit, I think).
dfttest.dll in Avisynth plugins dir. EDIT: Quote:
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? Last edited by StainlessS; 3rd October 2012 at 16:28. |
|
![]() |
![]() |
![]() |
#7 | Link |
Registered User
Join Date: Mar 2005
Location: Portugal
Posts: 908
|
Hi everyone!
Thanks for all the info/help, just in case anyone finds this thread in the future, the dfttest.dll isnt in the zip links provided in the previous comments, thats why it wasnt working ![]() the correct link for the 2 files (libfftw3f-3.dll and dfttest.dll) is: http://web.missouri.edu/~kes25c/dfttestv18.zip Thanks everyone! |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|