Re: [x265] Less FPS

2019-03-10 Thread Sunil Kumar
I tried your command, but its giving: *x265 [warning]: poc:49, VBV underflow (-539040 bits)0:01:36* and 2.45 fps only On Sun, Mar 10, 2019 at 12:25 AM Alex Giladi wrote: > x265 --aq-mode 3 --aud --bframes=5 --chromaloc 2 --colormatrix bt2020nc > --colorprim bt2020 --csv-log-level=4 --ctu 64 --

Re: [x265] Less FPS

2019-03-09 Thread Alex Giladi
x265 --aq-mode 3 --aud --bframes=5 --chromaloc 2 --colormatrix bt2020nc --colorprim bt2020 --csv-log-level=4 --ctu 64 --dynamic-rd 4 --fps 59.97 --frame-threads 1 --input-depth 10 --input-res 3840x2160 --keyint 120 --level=51 --log-level=4 --lookahead-slices=0 --master-display="G(13250,34500)B(75

Re: [x265] Less FPS

2019-03-09 Thread Sunil Kumar
Hi everyone, I have one doubt regarding using parallel mode in x265.* Is it necessary to use --no-wpp when we are using --frame-threads more than 1? *If I did that then FPS is reduces. With --wpp and --frame-threads 1, FPS was very less, there is no option like --threads in x265 that is used with -

Re: [x265] Less FPS

2019-03-07 Thread Sunil Kumar
Thanks Alex! Can you share your command that you are using? On Thu, Feb 28, 2019 at 8:06 PM Alex Giladi wrote: > Sunil, all, > From our experiments a few months ago, gains from AVX-512 were noticeable > (>5%) at veryslow preset and 4K resolution. > Best, > Alex. > > On Thu, Feb 28, 2019, 06:06 S

Re: [x265] Less FPS

2019-02-28 Thread Alex Giladi
Sunil, all, >From our experiments a few months ago, gains from AVX-512 were noticeable (>5%) at veryslow preset and 4K resolution. Best, Alex. On Thu, Feb 28, 2019, 06:06 Sunil Kumar wrote: > Thanks Mario and Kalyan for reply, > I have checked with same command avx512 is giving more FPS compared

Re: [x265] Less FPS

2019-02-28 Thread Sunil Kumar
Thanks Mario and Kalyan for reply, I have checked with same command avx512 is giving more FPS compared to avx2. I am not able to understand with increasing the number of cores the FPS is reducing after certain point . How can i decide how many cores are need to use for best performance? About pres

Re: [x265] Less FPS

2019-02-28 Thread Kalyan Goswami
Hi Sunil, >From the very first glace of your command line, I think you have missed the --preset option. [https://x265.readthedocs.io/en/default/presets.html]. You can try the ultrafast or superfast preset for higher performance. Regarding the overview of different CLI options plz check the x265 do

Re: [x265] Less FPS

2019-02-28 Thread Mario *LigH* Rohkrämer
Hi Sunil. Just a general note: AVX512 is not certainly faster than AVX2 on every CPU model. There have been a few tests e.g. in the doom9 video forum. So don't expect miracles. Knowing your exact CPU model may help estimating if there can be a speedup, or if it is a model which may e.g. thro

[x265] Less FPS

2019-02-28 Thread Sunil Kumar
Hi, I am new to media encoding, I have heard that x265 is a very efficient encoding tool on Intel's platform with avx512 enabled. But I am not able to get good FPS with avx512 enable. Can you please help me improving the performance? 1) I have tried with core pinning but it seems like using more c