Hi everyone, I'm trying to encode my video file using libx265 with the following parameters: -crf 18 -pix_fmt yuv420p10le -maxrate 3M -bufsize 6M -qmax 69 -subq 7 -me_method umh -me_range 57 -rc-lookahead 24 -bf 16 -refs 5.
However, when I check the output, I see that the 'me' value is 1 (Diamond) instead of the expected 'umh', and the 'subme' value is 2 instead of 7. The 'rc-lookahead' value is also 20 instead of 24. Additionally, it seems like the 'maxrate' parameter isn't limiting the bitrate to 3M as intended.
These settings work well with libx264, but not with libx265. Can you please tell me what changes I need to make? Thank you in advance.
+ Reply to Thread
Results 1 to 3 of 3
-
-
I believe -me_method only works for x264 and xvid. For libx265 you probably need to use -x265_params and the x265 me=umh and subme=7
Code:-x265-params me=umh:subme=7
Similar Threads
-
2 pass encoding error in ffmpeg cli with libx265
By Anonymous543 in forum Newbie / General discussionsReplies: 19Last Post: 31st Dec 2021, 13:04 -
Why the default libx265 is much more efficient that hevc_nvenc encoder?
By wonmanfactory in forum Video ConversionReplies: 7Last Post: 25th Oct 2021, 12:41 -
This video could not be played due to technical error.error code 100000
By jraju in forum Video Streaming DownloadingReplies: 4Last Post: 24th May 2020, 06:57 -
Ffmpeg — Specific of libx265
By Drag in forum EditingReplies: 2Last Post: 13th Oct 2018, 07:30 -
DVD causing Incorrect Disc error, when previously no error
By bishopmaryb in forum Authoring (DVD)Replies: 2Last Post: 16th Jun 2018, 20:24