Announcement

Collapse
No announcement yet.

Profile and Preset File Tweaking

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    UHD Ripper Profile and Preset File Tweaking

    All,
    I have been trying to modify the presets and profiles that are in the program files for DVDFab 11.0.5.1 (Always Up to Date). Unfortunately every time i make a modification to any files or create my own presets and profiles, I see no difference from the original rips that use the default profile and preset. I am trying to rip at different x265 speeds as the default is medium and I would prefer to use 'placebo' or 'veryslow' presets for my rips. I have referred to (https://x265.readthedocs.io/en/default/presets.html) for all of the setting options. Is there something I am missing?

    #2
    I expect some of the things you are trying to change may be hardcoded in DVDFab Ripper or contained in the preset file that your profile is using. You can edit the presets with Notepad or other pure text editor but you must save the preset to the same place with the same name it had before. If the modified preset and the profile have conflicting settings, the results will be unpredictable.
    Supplying DVDFab Logs in the Forum ...........................User Manual PDF for DVDFab v11................................ Guide: Using Images in Posts
    Supplying DMS Logs to Developers................................Enlarger AI FAQ.....

    Comment


      #3
      So I tried only modifying existing presets and profiles at first, but it wasn't changing my rip outputs from the original settings. The second thing I tried was making independent copies of the preset and then renaming it (both the file name and the name in the preset file) and then created a new profile that tied back to the preset for the encoder properties as well. The profile i used was a copy of the non 4k 10bit mkv profile that was unmodified other than the preset name line, and the settings that were changed in the preset were only the differences that the placebo preset had in the x265 site listed above. Are there any other changes that need to be made in the program files?

      Comment


        #4
        This is the preset I am trying to use with my changes:
        <GenericProfileOfx265Settings >
        <Name>x265_ABR_Fast</Name>
        <Settings>
        <BEnableWavefront>true</BEnableWavefront>
        <BEnablePmode>false</BEnablePmode>
        <BEnablePme>false</BEnablePme>
        <NumaPools>*</NumaPools>
        <Preset>placebo</Preset>
        <Tune>none</Tune>
        <MaxCUSize>64</MaxCUSize>
        <TuQTMaxInterDepth>4</TuQTMaxInterDepth>
        <TuQTMaxIntraDepth>4</TuQTMaxIntraDepth>
        <RdLevel>6</RdLevel>
        <PsyRd>2.0</PsyRd>
        <RdoqLevel>2</RdoqLevel>
        <PsyRdoq>0.0</PsyRdoq>
        <BEnableEarlySkip>false</BEnableEarlySkip>
        <BEnableWeightedPred>true</BEnableWeightedPred>
        <BEnableWeightedBiPred>true</BEnableWeightedBiPred>
        <BCULossless>false</BCULossless>
        <BEnableSignHiding>true</BEnableSignHiding>
        <MaxNumMergeCand>5</MaxNumMergeCand>
        <MaxNumReferences>3</MaxNumReferences>
        <SearchMethod>1</SearchMethod>
        <SubpelRefine>5</SubpelRefine>
        <SearchRange>92</SearchRange>
        <BEnableRectInter>true</BEnableRectInter>
        <BEnableAMP>true</BEnableAMP>
        <BEnableStrongIntraSmoothing>true</BEnableStrongIntraSmoothing>
        <BEnableConstrainedIntra>false</BEnableConstrainedIntra>
        <BIntraInBFrames>true</BIntraInBFrames>
        <BEnableFastIntra>false</BEnableFastIntra>
        <RdPenalty>2</RdPenalty>
        <BOpenGOP>true</BOpenGOP>
        <KeyframeMin>23</KeyframeMin>
        <KeyframeMax>250</KeyframeMax>
        <ScenecutThreshold>40</ScenecutThreshold>
        <LookaheadDepth>60</LookaheadDepth>
        <Bframes>8</Bframes>
        <BFrameAdaptive>2</BFrameAdaptive>
        <BBPyramid>true</BBPyramid>
        <Bitrate>0</Bitrate>
        <RfConstant>28</RfConstant>
        <VbvMaxBitrate>0</VbvMaxBitrate>
        <VbvBufferSize>0</VbvBufferSize>
        <VbvBufferInit>0.9</VbvBufferInit>
        <AqMode>2</AqMode>
        <AqStrength>1</AqStrength>
        <QgSize>32</QgSize>
        <CuTree>1</CuTree>
        <BEnableSlowFirstpass>true</BEnableSlowFirstpass>
        <BEnableDeBlock>true</BEnableDeBlock>
        <BEnableSAO>true</BEnableSAO>
        <BEmitHRDSEI>false</BEmitHRDSEI>
        </Settings>
        </GenericProfileOfx265Settings>



        And the profile that I have modified the video portion of to reflect the preset above:
        <?xml version="1.0" encoding="utf-8"?>
        <profile>

        <info>
        <head key="MKV.H265.10bit.Placebo" descriotion="The profile creates mkv(h265 + aac/ac3) files for PC or supported device. (Placebo Preset)"
        version="600" app_version="9100" type="0" tag="dvdfab,video,audio" icon="MKV_H265_10BIT"
        using="for_bd, for_dvd, for_file, for_3d_bd, for_3d_dvd, for_3d_file, for_bd_2dto3d, for_dvd_2dto3d, for_file_2dto3d" />
        <author name="" createdata="" copyright="" comment="" genre="" track="" album="" title="" year="2006"/>
        <device key="Video" subkey="MKV" firmware="2.7" company="" releasedata="" directions="">
        <param>
        <video enable="1" width="0" height="0" max_bitrate="" max_fps=""/>
        <audio enable="1">
        <channels min="0" max="6" value="6" list="1,2,4"/>
        </audio>
        <subtitle enable="0"/>
        </param>
        </device>
        </info>

        <data>
        <container format="mkv"/>
        <video enable="1" key="h265">
        <codecs>
        <codec key="h265">
        <fourcc value="H265"/>
        <perset enable="1" key="x265_ABR_Placebo_MKV"/>
        <bit_per_pixel value="10"/>
        </codec>
        <codec key="vp8"> </codec>
        <codec key="vp9"> </codec>
        </codecs>
        <streams>
        <codec key="h265">
        <fourcc value="H265"/>
        <perset enable="1" key="x265_ABR_Placebo_MKV"/>
        <bit_per_pixel value="10"/>
        </codec>
        </streams>
        </video>
        Attached Files

        Comment


          #5
          Hi dylanquaid,

          1. do you restart dvdfab, after change preset ?
          2. it should work with soft x265 encode with profile mkv.h265.10bt. but some params maybe ignore by hardware nvidia nvenc encode.
          placebo encode speed should be much slower than dvdfab packaged profile.

          Please send us your log file, and with output mediainfo dump text of dvdfab profile and your changed file.

          yours,
          Wilson


          Please post your logs the default location is:
          For DVDFab 13: C:\Users\User Name\My Documents\DVDFab\DVDFab13\Log
          For StreamFab: C:\Users\User Name\My Documents\DVDFab\StreamFab\log
          Please use attachment button and attach your most recent, Internal log and post right here.
          If it's the burning issue, please also attach burn log.

          Thanks!

          Comment


            #6
            Most recent log utilizing my custom profile and preset attached.
            Yes, I restart DVDFab anytime a change is made and I am trying to utilize NVenc encoding and decoding with the changed preset.
            Attached Files

            Comment


              #7
              I cannot upload the preset and profile as it says that it's not a valid image file. The contents of both have been posted above with none relevant and unchanged parts of the preset left out.

              Comment


                #8
                Originally posted by Wilson.Wang View Post
                Hi dylanquaid,

                1. do you restart dvdfab, after change preset ?
                2. it should work with soft x265 encode with profile mkv.h265.10bt. but some params maybe ignore by hardware nvidia nvenc encode.
                placebo encode speed should be much slower than dvdfab packaged profile.

                Please send us your log file, and with output mediainfo dump text of dvdfab profile and your changed file.

                yours,
                Wilson

                Any other suggestions here? is it possible to have this feature built in like handbrake?

                Comment


                  #9
                  Originally posted by DylanQuaid View Post

                  Any other suggestions here? is it possible to have this feature built in like handbrake?
                  Please send the files Wilson requested to my email account, thanks.

                  Comment

                  Working...
                  X