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 |
Didée Fan
Join Date: Feb 2006
Location: Canada
Posts: 1,079
|
"x264:dxva hd extra quality" is giving me poor quality resolution
Please tell me the profile in Megui to use that preserves the resolution definition of the sd dvd being encoded.
__________________
When I get tired during work with dvd stuff i think of River Tamm (Summer Glau's character). And the beauty that is Serenity. Last edited by Jeremy Duncan; 23rd June 2009 at 21:34. |
![]() |
![]() |
![]() |
#3 | Link |
Didée Fan
Join Date: Feb 2006
Location: Canada
Posts: 1,079
|
I'm getting a lot of macroblocking after encoding.
here is my avisynth script I am using with the profile: Code:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll") setmtmode(5) mpeg2Source("C:\Users\Red\Desktop\test run.d2v") setmtmode(2) a= last b=a.Spresso() SeeSaw(a,b) LimitedSharpenFaster(strength=11) LimitedSharpenFaster(strength=11) super = MSuper(pel=2,hpad=4,vpad=4) backward_vec = MAnalyse(super,chroma=false, blksize=16, isb = true, search=5, searchparam=1) forward_vec = MAnalyse(super, chroma=false, blksize=16) MFlowFps(super, backward_vec, forward_vec, num=0, mask=1, ml=49) changefps(60) distributor() Crop(0,56,-0,-62) Spline36Resize(1280,544).AddBorders(0,88,0,88) link
__________________
When I get tired during work with dvd stuff i think of River Tamm (Summer Glau's character). And the beauty that is Serenity. Last edited by Jeremy Duncan; 23rd June 2009 at 21:33. |
![]() |
![]() |
![]() |
#5 | Link | |
Didée Fan
Join Date: Feb 2006
Location: Canada
Posts: 1,079
|
Quote:
From the Megui input tab I click Avisynth script and open the script I posted. Then I click Video Output and where to save the file. Then I click Encoder settings and choose profile: "x264:dxva hd extra quality". Then I click Enqueue and from the Queue tab I click Start. From the Encoder settings I can click "Config", and then Lossless Bitrate. I'm wondering if this would help as this Config tab was left at default before.
__________________
When I get tired during work with dvd stuff i think of River Tamm (Summer Glau's character). And the beauty that is Serenity. Last edited by Jeremy Duncan; 23rd June 2009 at 21:41. |
|
![]() |
![]() |
![]() |
#6 | Link |
契約者
Join Date: Jun 2008
Posts: 1,577
|
Lossless bitrate? What is this? If you choose lossless option then you should not see any difference in quality between source script and final encode regardless of other settings.
After you alter settings in config dialog, you should press OK, then Yes or No (but not Cancel) and then Enqueue. |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|