Originally posted by caligula
View Post
Announcement
Collapse
No announcement yet.
FFmpeg 7.0 Released With Native VVC Decoding & Multi-Threaded CLI
Collapse
X
-
- Likes 4
-
Originally posted by caligula View Post
The thing is, companies like Intel already advertised almost 10 years ago that their integrated Quick Sync stuff (a tiny part of the CPU) does 12x real-time encoding, e.g.: https://www.intel.de/content/dam/www...ideo-guide.pdf - the same performance was available on 15W TDP laptop chips.
Now, 8 years later you buy the highest end consumer CPU + best GPU and get 5x real-time. I see this as a problem.
1280x720 = 921,600 x 12 videos = 11,059,200 pixels x 30 fps** = 331,776,000 x 8bit color*** = 2,654,208,000
1920x1080 = 2,073,600 x 6 videos = 12,441,600 x 30 fps** = 373,248,000 x 8bit color*** = 2,985,984,000
3840×2160 = 8,294,400 x 5 videos = 41,472,000 x60 fps = 2,488,320,000 x 10 bit color = 24,883,200,000
The cards of today are pumping almost 10 times the pixels through every second compared to then. This doesn't even bring into the picture the quality of the image, which has drastically improved over that period, which means the cards are doing significantly more work per pixel.
Then we need to mention HDR, not just 10 bit, but the new lighting information that is needed on top of that for todays videos.
* I might be thinking closer to 10 years back.
** Videos in 60fps were rare on YouTube because of this.
*** 10 bit color in hardware started about 4-5 years ago in Nvidia.
- Likes 3
Comment
-
Originally posted by OneTimeShot View PostNow that h264 is like 22 years old... is there a sufficiently old encoder that is patent free? I assume that videos encoded with v1 of h264 will still work in modern decoders?
When was h264 first added to FFMPEG?
- Likes 1
Comment
-
Originally posted by ksec View Post
Well it was finalised in 2003, so not quite 22 yet. And that was the main profile. I believe High Profile, current mainstream usage started in 2005. So you should expect at least 2025 + 3-5 years.
- Likes 1
Comment
-
Originally posted by Malsabku View PostLet me guess, it won't be part of Ubuntu 24.04 and Fedora 40?
Edit: seems I was wrong, the links on the site don't give you a deb package but just redirect to the current builds on the OS. There is a static build link under the package links but it doesn't seem up to date with the latest version at the time of writing. Best bet is to compile it yourself for now.Last edited by tenchrio; 05 April 2024, 06:23 PM.
- Likes 3
Comment
-
Originally posted by skeevy420 View Post
That highlights how much a "powerful workstation" has changed in the past 10-15 years. The days of 4 to 6 cores with a high IPC being the CPU in a high-end workstation are long gone. These days, the "low end" of workstations start with AMD 8c/16t X3D chips or an Intel with 2 blazing fast 7Ghz cores, 6 regular cores, and 8 E cores. From there it's just adding more and more cores that may or may not utilize 3D cache, run at blazing fast speeds, or may or may not be E/C cores.
That's not even considering how much more powerful something like a 5800X3D or 7800X3D is when compared to an FX 8350 or when comparing Intel generational equivalents. Not only is their "high" core count our starting core count, each modern core will get things done at least 3x faster.
Basically, a 2014 high end workstation is less powerful than a 2024 Walmart Special. Parts are just that much better these days. Going from a high end dual CPU Intel Westmere X5680 with 48GB DDR3 1333 (12c24t) to a mediocre Zen 2 4650G APU (6c/12t) with 32GB DDR4 3800 with the same RX 580 is what opened my eyes to how much better modern hardware performs.
Xeon W-2235 / 6700 XT
Ryzen 7900X3D / 6700 XT
Yeah, the low on the 7900X3D is 17% faster. But I paid less than $200 for the whole workstation minus the GPU for the W-2235 machine. Just the 7900X3D by itself was $391. The whole build minus the GPU again cost over 5X what the P520 did.
Comment
-
Originally posted by OneTimeShot View PostNow that h264 is like 22 years old... is there a sufficiently old encoder that is patent free? I assume that videos encoded with v1 of h264 will still work in modern decoders?
When was h264 first added to FFMPEG?
- Likes 3
Comment
-
Originally posted by Artim View Post
Or compile yourself. Although that's quite a pain in the butt.
- Likes 1
Comment
Comment