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. |
![]() |
#101 | Link |
Moderator
![]() Join Date: Oct 2002
Location: Seattle
Posts: 1,584
|
How to set encoding complexity in RV10
What it all comes down to is the encoding complexity setting to the RV9/10 encoder. It is the same encoder, this is true, but for RealVideo 10 relative to RealVideo 9, the complexity scale was shifted, as illustrated below: Code:
85 RV10 high 75 RV10 medium 65 RV9 high RV10 low 57 RV9 medium 50 RV9 low Method one, preferred, "official" method Code:
<videoStream> <pluginName type="string">rn-videocodec-realvideo</pluginName> <codecName type="string">rv10</codecName> <encodingComplexity type="string">high</encodingComplexity> <codecProperties type="bag"> <customPacketSize type="uint">16000</customPacketSize> </codecProperties> </videoStream> 'high', 'medium', 'low' or command line option to producer : -eco <complexity>, where complexity is high, medium, or low. This means that you can simply run producer 10 on the command line with '-eco high' for the best quality. Method two, direct codec control, inside the <codecProperties> tag. This is undocumented, except here in this forum Code:
<videoStream> <pluginName type="string">rn-videocodec-realvideo</pluginName> <codecName type="string">rv10</codecName> <codecProperties type="bag"> <encoderComplexity type="uint">85</encoderComplexity> <customPacketSize type="uint">16000</customPacketSize> </codecProperties> /videoStream> 100: RV 10 max 85 : RV 10 high 75 : RV 10 medium 65 : RV 10 Low = RV 9 High 57 : RV 9 Medium 50 : RV 9 Low (note than 100 is "undocumented", and just a tiny better than 85, but slower, may be improved in the future, as time permits) Again, I am sorry these settings have been changing, but that happens during development.
__________________
This information is provided "AS IS" with no warranties, grants no rights, and reflects my personal opinion. Last edited by karl_lillevold; 9th February 2004 at 07:42. |
![]() |
![]() |
![]() |
#103 | Link |
retired developer
Join Date: Oct 2002
Location: Canada
Posts: 8,978
|
the first pass tweak is the same, in <codecProperties type="bag">.
![]()
__________________
Detritus Software |
![]() |
![]() |
![]() |
#104 | Link |
Moderator
![]() Join Date: Oct 2002
Location: Seattle
Posts: 1,584
|
I just checked in the change to make this default behavior as well (firstPassComplexity=65 when encoderComplexity>65). Next Milestone build will have this change included.
__________________
This information is provided "AS IS" with no warranties, grants no rights, and reflects my personal opinion. |
![]() |
![]() |
![]() |
#105 | Link |
retired developer
Join Date: Oct 2002
Location: Canada
Posts: 8,978
|
Cool, I'll revert to default as soon as the new producer comes out.
__________________
Detritus Software |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|