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.

 

Go Back   Doom9's Forum > Video Encoding > High Efficiency Video Coding (HEVC)
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 20th June 2020, 23:09   #7661  |  Link
benwaggoner
Moderator
 
Join Date: Jan 2006
Location: Portland, OR
Posts: 4,771
Quote:
Originally Posted by Blue_MiSfit View Post
In mainline x265? Do tell. I've been using a patched 3.0 build for quite awhile.
Maybe it was in a private build or something. There was a chroma qp offset in it to leverage Y'CtCp.

There's a lot of other good stuff added between 3.0 and 3.4, though!

https://x265.readthedocs.io/en/defau...easenotes.html
__________________
Ben Waggoner
Principal Video Specialist, Amazon Prime Video

My Compression Book
benwaggoner is offline   Reply With Quote
Old 23rd June 2020, 04:42   #7662  |  Link
theincognito
Registered User
 
Join Date: May 2014
Posts: 15
Quote:
Originally Posted by Patman View Post
If it's not too much, can you build a test msvc avx2 build, with M support? x265 obviously.
theincognito is offline   Reply With Quote
Old 23rd June 2020, 21:55   #7663  |  Link
Patman
Registered User
 
Patman's Avatar
 
Join Date: Jan 2015
Posts: 286
Quote:
Originally Posted by theincognito View Post
If it's not too much, can you build a test msvc avx2 build, with M support? x265 obviously.
I did this some time ago, but there is no need to define the instruction set. My versions support all instruction sets and there is no speed increase.
__________________
Tools for StaxRip | x264 - x265
Patman is offline   Reply With Quote
Old 24th June 2020, 03:57   #7664  |  Link
theincognito
Registered User
 
Join Date: May 2014
Posts: 15
Quote:
Originally Posted by Patman View Post
I did this some time ago, but there is no need to define the instruction set. My versions support all instruction sets and there is no speed increase.
Okay. Thank you.

Last edited by theincognito; 24th June 2020 at 14:25.
theincognito is offline   Reply With Quote
Old 25th June 2020, 15:08   #7665  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,784
New upload: x265 3.4+7-g38774073d

Fixed the normalization formula to ouput 0 to 1 and considered max chroma histogram SAD in histogram based scene cut detection
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 26th June 2020, 06:50   #7666  |  Link
charliebaby
Registered User
 
charliebaby's Avatar
 
Join Date: Jun 2020
Posts: 37
Thank you for 3.4+7 LigH :-)
__________________
charliebaby is offline   Reply With Quote
Old 27th June 2020, 17:19   #7667  |  Link
JoyBell
Registered User
 
Join Date: Jun 2017
Posts: 18
Quote:
x265 3.4+7
--analysis-reuse-level <1..10> Level of analysis reuse indicates amount of info stored/reused in save/load mode, 1:least..10:most. Now deprecated. Default 0
umm. I used these feature exclusively (since I finally got it to work about a year ago) on all my encodes. Is it coming back, is it default for all 2 pass, what is going on?
JoyBell is offline   Reply With Quote
Old 28th June 2020, 09:47   #7668  |  Link
charliebaby
Registered User
 
charliebaby's Avatar
 
Join Date: Jun 2020
Posts: 37
HolyWy Thank you i am test me Threadripper 2990wx 32 core

test 1080p 3min : http://prntscr.com/t7tvjc
__________________
charliebaby is offline   Reply With Quote
Old 28th June 2020, 09:56   #7669  |  Link
Greenhorn
Registered User
 
Join Date: Apr 2018
Posts: 61
Quote:
Originally Posted by JoyBell View Post
umm. I used these feature exclusively (since I finally got it to work about a year ago) on all my encodes. Is it coming back, is it default for all 2 pass, what is going on?
It's been split into 2 different options-- "analysis-save-reuse-level" and "analysis-load-reuse-level".
If you set them to the same values the reuse function should work like before.

Last edited by Greenhorn; 28th June 2020 at 10:18.
Greenhorn is offline   Reply With Quote
Old 28th June 2020, 17:36   #7670  |  Link
-QfG-
QfG Group Germany
 
-QfG-'s Avatar
 
Join Date: Oct 2018
Location: Germany
Posts: 245
Quote:
Originally Posted by charliebaby View Post
HolyWy Thank you i am test me Threadripper 2990wx 32 core

test 1080p 3min : http://prntscr.com/t7tvjc
Can u tell me, what switches i must use, for creating 4 thread pools with 8 Threads?
-QfG- is offline   Reply With Quote
Old 28th June 2020, 20:05   #7671  |  Link
charliebaby
Registered User
 
charliebaby's Avatar
 
Join Date: Jun 2020
Posts: 37
Quote:
Originally Posted by -QfG- View Post
Can u tell me, what switches i must use, for creating 4 thread pools with 8 Threads?
hello if you have an amd cpu disabled threads in the bios on the name of SMT to gain power and added ca --pools 4,4,4,4
__________________
charliebaby is offline   Reply With Quote
Old 30th June 2020, 15:22   #7672  |  Link
charliebaby
Registered User
 
charliebaby's Avatar
 
Join Date: Jun 2020
Posts: 37
new FFMPEG 4.3 : https://www.videohelp.com/software/ffmpeg
__________________
charliebaby is offline   Reply With Quote
Old 1st July 2020, 01:05   #7673  |  Link
quietvoid
Registered User
 
Join Date: Jan 2019
Location: Canada
Posts: 574
So x265 3.4+9, they "fixed" --hist-threshold to avoid false positives. However it seems to do much worse than before (as well as 3.4+7, where they fixed the false positives).
I'm getting less I frames with --hist-threshold 0.005 (default 0.03) than the default scenecut algorithm..

Maybe my sample clip is not colorful enough..

Last edited by quietvoid; 1st July 2020 at 01:07.
quietvoid is offline   Reply With Quote
Old 1st July 2020, 08:22   #7674  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,784
New upload: x265 3.4+9-g1fb7c7960

Improvements to hist-based scenecut algorithm.
Add support for RADL pictures at IDR scenecuts
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 1st July 2020, 12:05   #7675  |  Link
charliebaby
Registered User
 
charliebaby's Avatar
 
Join Date: Jun 2020
Posts: 37
Quote:
Originally Posted by LigH View Post
New upload: x265 3.4+9-g1fb7c7960

Improvements to hist-based scenecut algorithm.
Add support for RADL pictures at IDR scenecuts
Thank you
__________________
charliebaby is offline   Reply With Quote
Old 1st July 2020, 17:57   #7676  |  Link
benwaggoner
Moderator
 
Join Date: Jan 2006
Location: Portland, OR
Posts: 4,771
Quote:
Originally Posted by quietvoid View Post
So x265 3.4+9, they "fixed" --hist-threshold to avoid false positives. However it seems to do much worse than before (as well as 3.4+7, where they fixed the false positives).
I'm getting less I frames with --hist-threshold 0.005 (default 0.03) than the default scenecut algorithm..

Maybe my sample clip is not colorful enough..
Do you mean IDR or also non-IDR I-frames?

Fewer I frames isn't problem in itself. The question is if it is not flagging edits and such as IDR. Beyond that, IDR and I should only be used when it improves compression efficiency, or as needed based on --keyint.
__________________
Ben Waggoner
Principal Video Specialist, Amazon Prime Video

My Compression Book
benwaggoner is offline   Reply With Quote
Old 1st July 2020, 18:26   #7677  |  Link
quietvoid
Registered User
 
Join Date: Jan 2019
Location: Canada
Posts: 574
Quote:
Originally Posted by benwaggoner View Post
Do you mean IDR or also non-IDR I-frames?

Fewer I frames isn't problem in itself. The question is if it is not flagging edits and such as IDR. Beyond that, IDR and I should only be used when it improves compression efficiency, or as needed based on --keyint.
I'm not sure, whichever x265 reports as "I frame" in the final log/stats. I do use --no-open-gop, so I assume they are all IDR.
From what I understand, detected scene cuts should start with an I frame, as it is how adaptive keyframe placement works.
quietvoid is offline   Reply With Quote
Old 2nd July 2020, 04:49   #7678  |  Link
Rousseau
Registered User
 
Join Date: Jun 2017
Posts: 8
Does analysis-save always write such huge files at values above 1? I tried a 128MB sample file and it created a multi-gigabyte save file (writing at 60mb/s which significantly slowed down the encode).

Also, it only seems to work with ref=1 in the second pass if you are using --no-slow-firstpass , otherwise I get:

Error reading analysis data. Incompatible option : <ref>


This is with x265 3.3+5-g4a0cef17d+32 and 3.4+9-g1fb7c7960
Rousseau is offline   Reply With Quote
Old 3rd July 2020, 07:01   #7679  |  Link
charliebaby
Registered User
 
charliebaby's Avatar
 
Join Date: Jun 2020
Posts: 37
x265 3.4.10 https://www.free-codecs.com/x265_hev...r_download.htm

VS 2015
VS 2019
GCC 10.1
__________________
charliebaby is offline   Reply With Quote
Old 3rd July 2020, 14:39   #7680  |  Link
Barough
Registered User
 
Barough's Avatar
 
Join Date: Feb 2007
Location: Sweden
Posts: 483
x265 v3.4+10-g7a640a2c1 (32 & 64-bit 8/10/12bit Multilib Windows Binaries) (GCC 10.1.0)
Code:
https://bitbucket.org/multicoreware/x265_git/commits/branch/master
Barough is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:35.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.