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. |
![]() |
#6921 | Link |
結城有紀
Join Date: Dec 2003
Location: NJ; OR; Shanghai
Posts: 894
|
I have never made x265 to set its affinity as I intended so I always use my modded version of avs4x264 to do the job, which overwrites the affinity after x265 launches.
Regarding to your qpfile usage, honestly I have no similar usage of those so I don't have good suggestions for you. Usually if I want to force an IDR I'll just cut that as a new segment. I'll take a quick look at the source code and see if I can find a way to do a seek easily. If it's easy enough to implement I'll slipstream it into my patch set. |
![]() |
![]() |
![]() |
#6924 | Link | |
Registered User
Join Date: Dec 2002
Location: Region 0
Posts: 1,436
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
#6926 | Link | |
Registered User
Join Date: Jan 2007
Posts: 729
|
Quote:
Has anybody here tested it? (Edit: also, is it finished/ready for testing yet, or are there more incoming patches to plumb it together?) |
|
![]() |
![]() |
![]() |
#6927 | Link | |
Registered User
Join Date: Oct 2016
Posts: 108
|
New commit with new aq-mode
Quote:
|
|
![]() |
![]() |
![]() |
#6928 | Link | |
Registered User
Join Date: Jan 2019
Location: Canada
Posts: 545
|
Quote:
Even hex,hex,hex is still 10% slower, so not sure what the use case is when it's that slow. |
|
![]() |
![]() |
![]() |
#6929 | Link | |
Registered User
Join Date: Jul 2007
Posts: 60
|
Quote:
The other point is better coherency of motion field at high resolutions. |
|
![]() |
![]() |
![]() |
#6930 | Link |
Registered User
Join Date: Jan 2007
Posts: 729
|
Any reason why --HME uses hex, umh, umh as its default motion searches, but generally x265 uses --me star in its presets?
(would Star be better than UMH in HME, and generally outside of HME?) Last edited by mandarinka; 17th July 2019 at 17:23. |
![]() |
![]() |
![]() |
#6931 | Link |
ffx264/ffhevc author
Join Date: May 2007
Location: Belgium
Posts: 1,782
|
I guess performance reasons. I use hme-search=star for all levels (L0,1,2)
__________________
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 |
![]() |
![]() |
![]() |
#6932 | Link |
Pig on the wing
Join Date: Mar 2002
Location: Finland
Posts: 5,610
|
So basically the option has no practical use in encodes of sub-4K resolutions?
__________________
And if the band you're in starts playing different tunes I'll see you on the dark side of the Moon... |
![]() |
![]() |
![]() |
#6933 | Link |
ffx264/ffhevc author
Join Date: May 2007
Location: Belgium
Posts: 1,782
|
I use it for Full HD movies. I find it looks a bit sharper compared to no hme
__________________
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 |
![]() |
![]() |
![]() |
#6934 | Link |
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,659
|
x265 3.1+8-21db162c8622 (MSYS2, MinGW32 / MinGW64 + GCC 9.1.0)
Code:
--[no-]hme Enable Hierarchical Motion Estimation. Default disabled --hme-search <string> Motion search-method for HME L0,L1 and L2. Default(L0,L1,L2) is 1,2,2 --aq-mode <integer> Mode for Adaptive Quantization - 0:none 1:uniform AQ 2:auto variance 3:auto variance with bias to dark scenes 4:auto variance with edge information. Default 2 --[no-]aq-motion Block level QP adaptation based on the relative motion between the block and the frame. Default disabled |
![]() |
![]() |
![]() |
#6935 | Link |
Registered User
Join Date: Jul 2012
Posts: 201
|
@LigH
As silent reader I want to say thank you for the fresh, updated Encoders. Please never stop. Even when the board seems to fall asleep sometimes, we appreciate all the work. A Thank Button would be nice here. Every contribute is important ![]() I hope Zathor is fine...? |
![]() |
![]() |
![]() |
#6936 | Link |
Registered User
Join Date: Dec 2014
Posts: 240
|
what exctly that aq-mode 4 is doing?
![]()
__________________
AMD Ryzen 9 5950X, 32GB DDR4-3200 CL16, RTX 3060, 2TB NVMe PCIE4.0, NAS with 8x16TB HDD |
![]() |
![]() |
![]() |
#6937 | Link | ||
Registered User
Join Date: Jul 2015
Posts: 665
|
Quote:
p->rc.aqMode = X265_AQ_EDGE; p->bAQMotion = 1; p->bEnableHME = 1; p->hmeSearchMethod[1] = p->hmeSearchMethod[2] = X265_STAR_SEARCH; Quote:
![]() Last edited by Jamaika; 21st July 2019 at 12:16. |
||
![]() |
![]() |
![]() |
#6939 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,034
|
Code:
--aq-mode <integer> Mode for Adaptive Quantization - 0:none 1:uniform AQ 2:auto variance 3:auto variance with bias to dark scenes 4:auto variance with edge information. Default 2 --[no-]hevc-aq Mode for HEVC Adaptive Quantization. Default disabled --aq-strength <float> Reduces blocking and blurring in flat and textured areas (0 to 3.0). Default 1.00 --qp-adaptation-range <float> Delta QP range by QP adaptation based on a psycho-visual model (1.0 to 6.0). Default 1.00 --[no-]aq-motion Block level QP adaptation based on the relative motion between the block and the frame. Default disabled -> hevc-aq is still there, so aq-mode 4 should be something different ![]() |
![]() |
![]() |
![]() |
#6940 | Link |
Registered User
Join Date: Jan 2007
Posts: 729
|
From the description, it looks both aqmode 3 and aqmode 4 are modifications of aqmode 2. Based on the descriptions, the first adds bias for darker scenes/parts and the second (#4) adds bias for detected(?) edges (to improve them?).
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|