Multimedia Powerhouse FFmpeg Hits 3.0
An anonymous reader writes: The milestone release FFmpeg 3.0 "Einstein" has been unleashed. For those who need a reminder, FFmpeg comprises several libraries and command-line tools (the main command-line tool being "ffmpeg") that encode, decode, transcode, and stream audio/visual data, etc. FFmpeg supports a multitude of codecs, filters, and container formats too numerous to mention here. FFmpeg is used by MPlayer, VLC, HandBrake, Chrome, and many other projects. Changes from 2.x to 3.0 include: a much better native AAC encoder, better hardware acceleration, and some API/ABI breakage. See this, this, this, this, and the changelog for much better descriptions of the improvements.
It's not in the default repos on Mint, I learned this was replaced by libav. I used it to crop some videos for use in OpenShot* by commandline and the parameters seem compatible with FFmpeg. Any reason for the fork? I'm currently reading this to suss it out, hopefully it's good in the long run, and at least I can do what I need to do in the meantime.
*(love it for editing home videos but lacking soundtrack support, added that by commandline too w/libav)
Twinstiq, game news
I wonder how much sooner we would have gotten this release if not for all of the HEVC patent/licensing fee shenanigans of late?
i like F.F.m.p.e.g! Go Team!
My initial reaction:
That's nice, but does it have a stable ABI yet?
Welp.
2 of the this.repeat() are the same damn thing
If you want the newest ffmpeg and on any Linux, you can easily do what I did last night. The ffmpeg page has copy/paste instructions for downloading and compiling the newest ffmpeg with the newest versions of the libraries/ codecs it uses. Those instructions set PREFIX to something other than /usr or /usr/local so it doesn't step on anything installed on the system. It was really simple. I was using a very old version of Fedora, but didn't have any problems of missing dependencies because the dependencies are included in the instructions.
One of the libraries takes a long time to compile, so I let that run while I and did other things. If you copy/paste exactly, you end up with the new ffmpeg in $HOME/bin/ . You can of course change that, or move it after it has compiled.
How fast can ffmpeg do encoding on modern hardware? Is there functional GPU support to get high compression rates in real time?
Translation: "I feel like being a snarky, passive-aggressive brat tonight because I keep posting stories about software and people complain when I am too lazy to put a short description in the summary."
Am I right?
You could try it out
https://trac.ffmpeg.org/wiki/H...
Like stealing from a Girl Scout
https://trac.ffmpeg.org/query?...
Is it still the case that decoding with ffmpeg produces inferior video output quality as compared to codecs available on Windows? I remember back in the day (several years ago) people would post detailed screenshot comparisons of ffmpeg output versus things like CoreCodec's CoreAVC to show the inferior video quality on linux, even though the source files were identical.
Contains everything I need to know, and links that add more information including the original source of the news.
Using this when trans-coding FLAC to OGG seems to not work
Did they add any kind of authentication to ffserver yet? That's what I'm waiting for.
Only the State obtains its revenue by coercion. - Murray Rothbard
Compiling FFmpeg on Ubuntu / Debian / Mint
Compiling FFmpeg on CentOS / RHEL / Fedora
Other platforms.
Be aware that there is a professional version: FFMBC, for those who need it for serious work.