<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Dec 16, 2013 at 2:09 AM, Selur <span dir="ltr"><<a href="mailto:hybrid@selur.de" target="_blank">hybrid@selur.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">-----BEGIN PGP SIGNED MESSAGE-----<br>
Hash: SHA256<br>
<br>
Called with:<br>
x265 --threads 0 --frame-threads 0 --log 2 --input - --input-depth 8<br>
- --input-res 640x352 --fps 25 --frames 429 --wpp --ctu 64<br>
- --tu-intra-depth 1 --tu-inter-depth 1 --me 1 --subme 2 --merange 60<br>
- --rect --amp --max-merge 2 --no-early-skip --no-fast-cbf --rdpenalty 0<br>
- --no-tskip --strong-intra-smoothing --no-constrained-intra --refresh 1<br>
- --keyint 250 --bframes 4 --rc-lookahead 20 --bframe-bias 0 --b-adapt 2<br>
- --b-pyramid 1 --ref 3 --weightp --qp 32 --cbqpoffs 0 --crqpoffs 0 --rd<br>
3 --no-signhide --lft --sao --sao-lcu-bounds 0 --sao-lcu-opt 1 --psnr<br>
- --no-ssim --output "H:\Temp\test_08_59_45_9310_01.265"<br>
x265 abort with:<br>
 x265 [warning]: extra unused command arguments given <1><br>
<br>
Removing the values, which are not defaults one ends up with:<br>
x265 --input - --input-res 640x352 --fps 25 --frames 429 --b-adapt 2<br>
- --no-signhide --output "H:\Temp\test.265"<br>
and that command line is no problem.<br>
<br>
a. x265 should not abort due to warnings, but only due to errors<br>
b. x265 should not abort due to commands which are covered by the defaults<br>
<br>
First tried:<br>
x265 [info]: HEVC encoder version 0.6+112-ef26367cd10c<br>
but problem is still present with:<br>
x265 [info]: HEVC encoder version 0.6+176-c6ff3ede1f29<br>
<br>
Would be nice if this could be fixed.<br></blockquote><div><br></div><div>The root issue here is that --b-pyramid is now a bool flag, so it takes no argument anymore (use --no-bpyramid to disable).  Extra arguments usually mean you mis-typed something and need to fix that before continuing.</div>
<div> </div></div>-- <br>Steve Borho
</div></div>