Announcement

Collapse
No announcement yet.

Question about customize parameters

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

    Question about customize parameters

    I would like to ask how to customize encoding parameters with dvdfab. Can you give an example? Because I tried to customize encoding parameters with H265 before, but it didn't work. I don't know if there is a syntax problem.

    The custom encoding syntax I entered:
    x265 --input-depth -D 10 --deblock -1:-1 --ctu 32 --qg-size 8 --pbratio 1.2 --cbqpoffs -2 --crqpoffs -2 --no-sao --me 3 --subme 5 --merange 38 --b-intra --limit-tu 4 --no-amp --ref 4 --weightb --keyint 360 --min-keyint 1 --bframes 6 --aq-mode 1 --aq-strength 0.8 --rd 5 --psy-rd 2.0 --psy-rdoq 1.0 --rdoq-level 2 --no-open-gop --rc-lookahead 80 --scenecut 40 --qcomp 0.65 --no-strong-intra-smoothing -o

    Also, can dvdfab be used with Avisynth script? If so, what should I do?

    #2
    Please check this page first: https://www.dvdfab.cn/tips/custom-h264-h265-specs.htm

    Comment


      #3
      Originally posted by Mona View Post
      I have seen this, but it seems that my custom H265 encoding syntax is wrong and it didn't work. I have tried H264 custom encoding and it works. So I want to ask if there is a problem with my H265 encoding syntax or other reasons? Also, although this webpage says that it can work with Avisynth, but what should I do to make it work with Avisynth script?

      The custom encoding syntax I entered:
      x265 --input-depth -D 10 --deblock -1:-1 --ctu 32 --qg-size 8 --pbratio 1.2 --cbqpoffs -2 --crqpoffs -2 --no-sao --me 3 --subme 5 --merange 38 --b-intra --limit-tu 4 --no-amp --ref 4 --weightb --keyint 360 --min-keyint 1 --bframes 6 --aq-mode 1 --aq-strength 0.8 --rd 5 --psy-rd 2.0 --psy-rdoq 1.0 --rdoq-level 2 --no-open-gop --rc-lookahead 80 --scenecut 40 --qcomp 0.65 --no-strong-intra-smoothing -o

      Comment


        #4
        hi dageda,

        this custom encoding not support Avisynth script and not tested.

        DVDFab use x265 encode params, some offical x265 params are input or other filter params. The input in DVDFab is controled by profile you use. so the output part.

        you can use :

        --deblock -1:-1 --ctu 32 --qg-size 8 --pbratio 1.2 --cbqpoffs -2 --crqpoffs -2 --no-sao --me 3 --subme 5 --merange 38 --b-intra --limit-tu 4 --no-amp --ref 4 --weightb --keyint 360 --min-keyint 1 --bframes 6 --aq-mode 1 --aq-strength 0.8 --rd 5 --psy-rd 2.0 --psy-rdoq 1.0 --rdoq-level 2 --no-open-gop --rc-lookahead 80 --scenecut 40 --qcomp 0.65 --no-strong-intra-smoothing


        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

        Working...
        X