Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#5821 | Link | |
Registered User
Join Date: Mar 2015
Location: New Zealand
Posts: 45
|
Quote:
Run before patching: 9.73fps After software meltdown patch 9.67fps after hardware spectre patch 9.60fps (dell 7559 laptop) If you havent looked into these meltdown/spectre issues yet, do it asap, this is very serious. Cheers, Divxmaster |
|
![]() |
![]() |
![]() |
#5822 | Link | |
Hidef Junkie
Join Date: Dec 2007
Location: San Jose, CA
Posts: 10
|
Quote:
|
|
![]() |
![]() |
![]() |
#5823 | Link |
Registered User
Join Date: Feb 2015
Posts: 326
|
@fisherwei
Thanks for command line -- I can reproduce x265 crash: Code:
f:\speed\2.6+24>ffmpeg -i ../tearsofsteel-4k.y4m -v warning -strict -1 -pix_fmt yuv420p10 -f yuv4mpegpipe - | x265 --y4m --pool "15,-" --preset slower --tune ssim --profile main10 --level-idc 5.1 --crf 19 --cbqpoffs -2 --crqpoffs -2 --rc-lookahead 60 --me 3 --subme 5 --merange 25 --b-adapt 2 --bframes 9 --ref 5 --aq-mode 3 --aq-strength 0.9 --qcomp 0.70 --colorprim bt2020 --transfer smpte2084 --colormatrix bt2020nc --limit-modes --limit-refs 2 --output-depth 10 --rd 4 --rdoq-level 2 --psy-rd 2.0 --psy-rdoq 8 --ssim-rd --deblock -1 --no-sao --no-open-gop --no-rect --no-amp --no-strong-intra-smoothing --no-rskip --tu-intra-depth 2 --tu-inter-depth 2 --ctu 32 --limit-tu 3 --max-tu-size 32 --qg-size 32 --b-intra --weightb --rdpenalty 1 --keyint 360 --min-keyint 1 --vbv-bufsize 100000 --vbv-maxrate 100000 --hdr-opt --aud --hrd --chromaloc 2 --max-cll "552,190" --master-display "G(13250,34500)B(7500,3000)R(34000,16000)WP(15635,16450)L(40000000,50)" --log-level 2 --csv "D:\x265-workspace\output\harrypotter2001\00001.1080.csv" --output "D:\x265-workspace\output\harrypotter2001\00001.1080.hevc" - [yuv4mpegpipe @ 000001b607414760] Warning: generating non standard YUV stream. Mjpegtools will not work. y4m [info]: 4096x1714 fps 24/1 i420p10 unknown frame count raw [info]: output file: D:\x265-workspace\output\harrypotter2001\00001.1080.hevc x265 [info]: HEVC encoder version 2.6+24-69cfe46e8a3b x265 [info]: build info [Windows][MSVC 1900][64 bit] 10bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 x265 [warning]: Turning on repeat-headers for HDR compatibility x265 [info]: Main 10 profile, Level-5.1 (High tier) x265 [info]: Thread pool created using 12 threads x265 [info]: Slices : 1 x265 [info]: frame threads / pool features : 3 / wpp(54 rows) x265 [info]: Coding QT: max CU size, min CU size : 32 / 8 x265 [info]: Residual QT: max TU size, max depth : 32 / 2 inter / 2 intra x265 [info]: ME / range / subpel / merge : star / 25 / 5 / 3 x265 [info]: Keyframe min / max / scenecut / bias: 1 / 360 / 40 / 5.00 x265 [info]: Cb/Cr QP Offset : -2 / -2 x265 [info]: Intra 32x32 TU penalty type : 1 x265 [info]: Lookahead / bframes / badapt : 60 / 9 / 2 x265 [info]: b-pyramid / weightp / weightb : 1 / 1 / 1 x265 [info]: References / ref-limit cu / depth : 5 / on / off x265 [info]: AQ: mode / str / qg-size / cu-tree : 3 / 0.9 / 32 / 1 x265 [info]: Rate Control / qCompress : CRF-19.0 / 0.70 x265 [info]: VBV/HRD buffer / max-rate / init : 100000 / 100000 / 0.900 x265 [info]: tools: limit-modes rd=4 ssim-rd rdoq=2 psy-rdoq=8.00 limit-tu=3 x265 [info]: tools: signhide tmvp b-intra lslices=4 deblock(tC=-1:B=-1) av_interleaved_write_frame(): Broken pipe Error writing trailer of pipe:: Broken pipe Finally I found the bug -- x265 is trying to write 2195 bytes to allocated 2000 bytes memory. Preparing the patch... Last edited by Ma; 12th January 2018 at 23:36. |
![]() |
![]() |
![]() |
#5827 | Link |
ffx264/ffhevc author
Join Date: May 2007
Location: Belgium
Posts: 1,782
|
if you haven't found a thread, start a new one! it's that simple
__________________
TV: Samsung 50" QE50Q60T AVR: Yamaha RX-V481 5.1 CD Player: Yamaha CD-S300 DAB+ Tuner: Yamaha T-D500 BD Player: Samsung UBD-M8500 UHD Speakers: Klipsch 5.1 Reference Phono: Audio-Technica AT-LP120XUSB |
![]() |
![]() |
![]() |
#5828 | Link | |
Moderator
![]() Join Date: Jan 2006
Location: Portland, OR
Posts: 4,490
|
Quote:
From the description, it sounds like the fundamental technology could also be used in variable duration Closed GOP as well. |
|
![]() |
![]() |
![]() |
#5829 | Link | |
Registered User
Join Date: Feb 2015
Posts: 326
|
Quote:
The bug is critical (even if it not hangs it writes to unknown memory) so we should fix this -- you can try patch 19377 and report back if it helps. I've prepared binaries with this patch (and patches 19378, 19379 which are not so important): x265p-2.6+27-2f3c415_vs2015.7z |
|
![]() |
![]() |
![]() |
#5830 | Link |
Pig on the wing
Join Date: Mar 2002
Location: Finland
Posts: 5,610
|
Can anyone explain the situation where --rd-refine could be useful? I.e. is it meant to battle against some specific issue?
__________________
And if the band you're in starts playing different tunes I'll see you on the dark side of the Moon... |
![]() |
![]() |
![]() |
#5831 | Link |
Registered User
Join Date: Aug 2006
Posts: 2,229
|
I found when used it seems to improve the picture quality, sujectively of course. I think it may affect detailed low light scenes more so than other situations. Admittedly I haven't tried it on and off for a while, other changes may negate its benefits.
|
![]() |
![]() |
![]() |
#5833 | Link | |
Registered User
Join Date: Sep 2017
Posts: 3
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
#5834 | Link |
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,659
|
x265_2.6+31-3712d13c09bf
|
![]() |
![]() |
![]() |
#5835 | Link |
Guest
Posts: n/a
|
Hi everyone.
I've been the head of the x265 project and the head of MulticoreWare's video business from the start. But I need to let you know that I've decided to move on, joining Beamr as VP Strategy. x265 has a strong team, and it's in good hands. I'll hand this Doom9 account over to someone on the MulticoreWare team. Tom |
![]() |
![]() |
#5837 | Link | |
Registered User
Join Date: Feb 2007
Location: Sweden
Posts: 457
|
Quote:
Sent from my SM-G935F via Tapatalk
__________________
Do NOT re-post any of my Mediafire links. Download & re-host the content(s) if you want to share it somewhere else. |
|
![]() |
![]() |
![]() |
#5840 | Link | |
Registered User
Join Date: Apr 2017
Posts: 63
|
Quote:
|
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|