VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Member
    Join Date
    Jan 2014
    Location
    Somewhere
    Search Comp PM
    Hello guys,

    I cannot set Deblock and profile options using ffmpeg and libx265.

    declaring :deblock={alpha}:{beta}:profile=main inside -x265-params results in unknown commands error.

    Code:
    -vcodec libx265 -preset veryslow -crf 18 -x265-params profile=main:deblock=-1:-1:ref=8:............
    Same error is reported if i try to declare that parameters before libx265 declaration..

    Code:
    -vcodec libx265 -preset veryslow -crf 18 -profile main -deblock=-1:-1 -x265-params .......
    I use zeranoe ffmpeg builds. Are those options not available in libx265 library or is there another way to declare them?

    thanks in advance.
    Quote Quote  
  2. remember that a comma separates values of the same filter in ffmpeg, not colon

    e.g
    Code:
    -x265-params deblock=-1,-2
    Profile doesn't work with ffmpeg libx265 as far as I can tell

    For libx264 it would be -profile:v main ; doesn't seem to work with libx265

    If you need all the options, you should use x265 binary directly (same with x264)
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!