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.
Same error is reported if i try to declare that parameters before libx265 declaration..Code:-vcodec libx265 -preset veryslow -crf 18 -x265-params profile=main:deblock=-1:-1:ref=8:............
I use zeranoe ffmpeg builds. Are those options not available in libx265 library or is there another way to declare them?Code:-vcodec libx265 -preset veryslow -crf 18 -profile main -deblock=-1:-1 -x265-params .......
thanks in advance.
+ Reply to Thread
Results 1 to 2 of 2
-
-
remember that a comma separates values of the same filter in ffmpeg, not colon
e.g
Code:-x265-params deblock=-1,-2
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)
Similar Threads
-
ffmpeg does not apply parameters with libx265
By z-machine95 in forum Video ConversionReplies: 15Last Post: 19th Aug 2015, 04:29 -
ffmpeg do not apply parameters with libx265
By z-machine95 in forum Video ConversionReplies: 1Last Post: 28th Jun 2015, 16:57 -
2pass encoding (ffmpeg libx265)
By z-machine95 in forum Video ConversionReplies: 18Last Post: 3rd May 2015, 01:43 -
What is libx265 encoder codecs? Did you try it? Which software can use it?
By Stears555 in forum Video ConversionReplies: 44Last Post: 20th Oct 2014, 17:45 -
DeBlock ?
By PrinceSwaraj in forum Video ConversionReplies: 6Last Post: 15th Sep 2014, 12:23