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. |
![]() |
#202 | Link | ||
Artem S. Tashkinov
Join Date: Dec 2006
Posts: 411
|
Quote:
Why is it a very low bitrate 720p stream, I've no idea. Quote:
"Additional ASM and performance Optimization" (sic) Looks like they started relatively late, maybe a year ago. Of course they couldn't show us anything at the beginning of 2024. |
||
![]() |
![]() |
![]() |
#203 | Link |
Artem S. Tashkinov
Join Date: Dec 2006
Posts: 411
|
The most pertinent details from the clip above.
I wonder how x266 compares to svt-av1-psy/libaom and VVenc. Comparisons were made at a very high bitrate, so there's hope that x266 won't blur everything like VVEnc/libaom do by default. Last edited by birdie; 8th February 2025 at 20:14. |
![]() |
![]() |
![]() |
#204 | Link | |
Registered User
Join Date: Dec 2013
Location: Berlin, Germany
Posts: 438
|
Quote:
And one thing I tried to reproduce was the x265 Netflix-Tango YUV PSNR of 41.7db but whatever I do at veryslow or placebo I fail. Their x265 must have much better performance than the binary I got.
__________________
My github... |
|
![]() |
![]() |
![]() |
#205 | Link |
Registered User
Join Date: Aug 2024
Posts: 439
|
If that's true why they call 100x slower 0.01x speedup LOL.
I don't think it's really 100x slower. Even VVenC is not 100x slower than x265. (We can throw reference encoder out of the window) There are ASM optimizations already in x266, according to the "enabled features" slide in that video. |
![]() |
![]() |
![]() |
#206 | Link | |
Registered User
Join Date: Mar 2020
Posts: 148
|
Quote:
Would be interesting to see how it compares, but AV1 is now extremely weak tuned, while x266 doesn't even have all of its features implemented yet.
__________________
Previously iwod |
|
![]() |
![]() |
![]() |
#207 | Link | |
Registered User
Join Date: Jun 2024
Location: South Africa
Posts: 291
|
Quote:
VVenC was up and running and in the public's hands almost five years ago. x266 really has its work cut out for it. |
|
![]() |
![]() |
![]() |
#210 | Link | |
Broadcast Encoder
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 3,210
|
Quote:
![]() There's been a lot going on in his personal life and he even changed name (I won't comment further on this out of respect). I don't personally know him, but there are still people here who have been knowing him for a long time and they hinted at this a while ago. But... you know, although highly unlikely, I'd say "never say never"... We've seen Avisynth legends like Didee and Dogway making a comeback, so who knows... Regardless, he will forever be considered a legend on Doom9 for everything he has done (and not only around here but pretty much everywhere on the web). |
|
![]() |
![]() |
![]() |
#212 | Link | |
Moderator
![]() Join Date: Jan 2006
Location: Portland, OR
Posts: 4,977
|
Quote:
Lots of good stuff here: https://web.archive.org/web/20121221...multimedia.cx/ |
|
![]() |
![]() |
![]() |
#213 | Link |
Registered User
Join Date: Dec 2013
Location: Berlin, Germany
Posts: 438
|
This is very likely, but so have I.
The most simple command would be: Code:
./x265 --input Netflix_Tango_4096x2160_60fps_10bit_420.y4m --profile main10 --tune psnr --bitrate 10900 --pass 1 -o trash.265 --preset veryslow --psnr -I 300 ./x265 --input Netflix_Tango_4096x2160_60fps_10bit_420.y4m --profile main10 --tune psnr --bitrate 10900 --pass 2 -o trash.265 --preset veryslow --psnr -I 300 I got the Netflix_Tango sequence from Derf's collection.
__________________
My github... |
![]() |
![]() |
![]() |
#214 | Link |
Registered User
Join Date: Aug 2024
Posts: 439
|
.5 more to go
had to use pbratio=1.4 to get into < 10900 kbps bitrate with default pbratio the bitrate is 11197.41 kbps psnr is 41.263 I use the same source downloaded from Derf's collection, I just encoded it with x264 lossless fastdecode (it really get slow to decode without it) Code:
>ffmpeg -v 0 -i X:\Netflix_Tango_4096x2160_60fps_10bit_420.lossless.mkv -f yuv4mpegpipe -strict -1 - | x265 --input - --y4m^ --profile main10 --qp 29 --tune psnr --psnr -oNUL -I300 --rdoq 2 -b3 --asm avx512 --ref 6 --tu-intra-depth 2 --tu-inter-depth 2^ --limit-refs 0 --rd 6 --no-early-skip --no-strong-intra-smoothing --subme 7 --max-merge 5 --pbratio 1.4 y4m [info]: 4096x2160 fps 60/1 i420p10 sar 1:1 unknown frame count raw [info]: output file: NUL x265 [info]: HEVC encoder version 4.1+96-5de5f564 x265 [info]: build info [Windows][clang 19.1.7][64 bit] 10bit x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512 x265 [info]: Main 10 profile, Level-6 (Main tier) x265 [info]: Thread pool created using 32 threads x265 [info]: Slices : 1 x265 [info]: frame threads / pool features : 6 / wpp(34 rows) x265 [info]: Coding QT: max CU size, min CU size : 64 / 8 x265 [info]: Residual QT: max TU size, max depth : 32 / 2 inter / 2 intra x265 [info]: ME / range / subpel / merge : hex / 57 / 7 / 5 x265 [info]: Keyframe min / max / scenecut / bias : 30 / 300 / 40 / 5.00 x265 [info]: Lookahead / bframes / badapt : 20 / 3 / 2 x265 [info]: b-pyramid / weightp / weightb : 1 / 1 / 0 x265 [info]: References / ref-limit cu / depth : 6 / off / off x265 [info]: Rate Control : CQP-29 x265 [info]: tools: rd=6 rdoq=2 rskip mode=1 signhide tmvp b-intra lslices=8 x265 [info]: tools: deblock sao dhdr10-info x265 [info]: frame I: 1, Avg QP:26.00 kb/s: 57963.36 PSNR Mean: Y:40.464 U:48.380 V:46.834 x265 [info]: frame P: 74, Avg QP:29.00 kb/s: 25317.55 PSNR Mean: Y:39.710 U:47.284 V:45.060 x265 [info]: frame B: 219, Avg QP:31.33 kb/s: 5735.02 PSNR Mean: Y:39.524 U:47.394 V:45.138 x265 [info]: Weighted P-Frames: Y:0.0% UV:0.0% encoded 294 frames in 61.10s (4.81 fps), 10841.60 kb/s, Avg QP:30.73, Global PSNR: 41.242 Last edited by Z2697; 11th February 2025 at 09:18. |
![]() |
![]() |
![]() |
#215 | Link | |
Registered User
Join Date: Dec 2013
Location: Berlin, Germany
Posts: 438
|
Quote:
You should use a third party tool to calculate the true Global YUV PSNR to be able to compare it to other encoders.
__________________
My github... |
|
![]() |
![]() |
![]() |
#216 | Link |
Registered User
Join Date: Aug 2024
Posts: 439
|
Code:
double globalPsnr = (m_analyzeAll[layer].m_psnrSumY * 6 + m_analyzeAll[layer].m_psnrSumU + m_analyzeAll[layer].m_psnrSumV) / (8 * m_analyzeAll[layer].m_numPics); in FFmpeg the plane weights are calculated by their resolution: Code:
sum = 0; for (j = 0; j < s->nb_components; j++) sum += s->planeheight[j] * s->planewidth[j]; average_max = 0; for (j = 0; j < s->nb_components; j++) { s->planeweight[j] = (double) s->planeheight[j] * s->planewidth[j] / sum; average_max += s->max[j] * s->planeweight[j]; } Code:
av_log(ctx, AV_LOG_INFO, "PSNR%s average:%f min:%f max:%f\n", buf, get_psnr(s->mse, s->nb_frames, s->average_max), get_psnr(s->max_mse, 1, s->average_max), get_psnr(s->min_mse, 1, s->average_max)); } Last edited by Z2697; 11th February 2025 at 11:43. |
![]() |
![]() |
![]() |
#217 | Link | |
Registered User
Join Date: Mar 2020
Posts: 148
|
Quote:
I really want another encoder that takes the no nonsense approach. As a matter of fact I wish they could be back to work on x264 in a way that breaks H.264 limitation but in a completely patent free way.
__________________
Previously iwod |
|
![]() |
![]() |
![]() |
#218 | Link |
SuperVirus
Join Date: Jun 2012
Location: Antarctic Japan
Posts: 1,448
|
Well, you really should not expect Dark Shikari to return if you insist on being a proud transphobe...
I know this is "off-topic", but so are your misplaced ""thoughts"" or ""opinions"". [/END_OF_DISCUSSION]
__________________
«Your software patents have expired.» |
![]() |
![]() |
![]() |
#219 | Link | |
Broadcast Encoder
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 3,210
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
#220 | Link | |
Registered User
Join Date: Aug 2009
Posts: 415
|
Quote:
And yes, I know my post is also insulting, but since this is apparently allowed, I might as well join the fun. Last edited by kurkosdr; 15th February 2025 at 01:59. |
|
![]() |
![]() |
![]() |
Tags |
vvc, x266 |
Thread Tools | Search this Thread |
Display Modes | |
|
|