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. |
![]() |
#21 | Link | |
Registered User
Join Date: Mar 2011
Posts: 4,755
|
Quote:
If you have a 16:9 TV with a 4:3 mode, try playing the DVD with a Bluray/DVD player and the TV in 4:3 mode. It should simulate CRT overscanning and give you a nice clean 4:3 picture without the crud you see on a computer screen. |
|
![]() |
![]() |
![]() |
#22 | Link |
Registered User
Join Date: Mar 2011
Posts: 4,755
|
One of the reasons I resize, is because the script adjusts the cropping to prevent aspect error, so you can do something like this to crop extra black for a scene, and the script will crop a bit more as required so you don't have to worry about aspect error.
Trim(0,999).CropResize(640,480, 14,4,-16,-4, InDAR=15.0/11.0) ++ \ Trim(1000,1999).CropResize(640,480, 14,4,-48,-18, InDAR=15.0/11.0) ++ \ Trim(2000,0).CropResize(640,480, 14,4,-16,-4, InDAR=15.0/11.0) You can go with a "least amount of resizing" resolution for the majority of the cropping, and still know for the sections where the cropping needs to be changed, the picture won't be distorted. But I invariably resize, especially DVDs, as I always resize to square pixel dimensions. Edit: or.... Trim(0,999).Crop(16,4,-16,-4) ++ \ Trim(1000,1999).CropResize(688,568, 14,4,-48,-18, InSAR=12.0/11.0, OutSAR=12.0/11.0) ++ \ Trim(2000,0).Crop(16,4,-16,-4) would allow you to easily crop some extra and resize a section to match the rest, once again without having to worry about aspect error. Last edited by hello_hello; 22nd May 2020 at 16:04. |
![]() |
![]() |
![]() |
#23 | Link |
Registered User
Join Date: Oct 2006
Posts: 19
|
Here is a comparison with what I had originally (InputType=0), and MAA before all denoising with QTGMC InputType=1.
http://www.framecompare.com/image-co...rison/77DPGNNX |
![]() |
![]() |
![]() |
#24 | Link | |
Registered User
Join Date: Mar 2011
Posts: 4,755
|
Quote:
|
|
![]() |
![]() |
![]() |
#25 | Link | |
Banana User
Join Date: Sep 2008
Posts: 909
|
Quote:
|
|
![]() |
![]() |
![]() |
#26 | Link |
Banana User
Join Date: Sep 2008
Posts: 909
|
What about something like:
MCDegrainSharp( frames=1, bblur=0.2, csharp=0.0 ) QTGMC( Preset="Medium", InputType=1, Sharpness=0.6 ) Santiag(1,1, nns=4) QTGMC "Medium" wouldn't blur fast motion areas much like other presets, but sometimes in can create some stabilization issues, when "Slower" stabilization is more precise/better. Don't you get some strange "effects-bugs" with TemporalDegrain2? Every time I tried it I noticed something strange going on besides noise removal. |
![]() |
![]() |
![]() |
#27 | Link | |
Registered User
Join Date: Oct 2006
Posts: 19
|
Quote:
![]() I'm seeing aliasing on the black/white stripey top with InputType=1, but InputType=3 seems to solve that. http://www.framecompare.com/image-co...rison/999F1NNU I think I might have to treat the end credits differently to the rest of the script though. There does seem to be 50fps worth of unique frames there in the background graphic, although given that it's only end credits I might just leave it. http://www.framecompare.com/image-co...rison/999FMNNU InputType=1 does seem to look best for the text, but InputType=3 looks best for the graphics. (Link if anyone wants to investigate: https://drive.google.com/file/d/1ohK...ew?usp=sharing) |
|
![]() |
![]() |
![]() |
#28 | Link | |
Registered User
Join Date: Mar 2011
Posts: 4,755
|
Quote:
One day I might pull QTGMC apart to see if I can do better. Probably not, but maybe one day I'll try. |
|
![]() |
![]() |
![]() |
Tags |
bad quality, dvd, noise |
Thread Tools | Search this Thread |
Display Modes | |
|
|