TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

FFmpeg is 20 years old today

462 pointsby Daemon404over 4 years ago

22 comments

ghoomketuover 4 years ago
The creator of ffmpeg Fabrice Bellard(1) is truly a genius and has created so many amazing software that have been an amazing benefit to the world.<p>(1) <a href="https:&#x2F;&#x2F;bellard.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bellard.org&#x2F;</a>
评论 #25489452 未加载
评论 #25491757 未加载
评论 #25490607 未加载
blululuover 4 years ago
FFmpeg is one of those pieces of infrastructure that unpins modern media in such a fundamental way that it is hard to even imagine life without it. In the words of John Carmack: <a href="https:&#x2F;&#x2F;twitter.com&#x2F;id_aa_carmack&#x2F;status&#x2F;1258531455220609025?lang=en" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;id_aa_carmack&#x2F;status&#x2F;1258531455220609025...</a>
评论 #25490324 未加载
js2over 4 years ago
Literally just used it today to re-sync the audio and video in some movies I recorded where I needed to add a 210ms delay to the audio. There&#x27;s no better tool that I know of for doing this, even on macOS:<p><pre><code> ffmpeg \ -i &quot;$input&quot; -itsoffset &quot;$offset&quot; \ -i &quot;$input&quot; \ -map 0:0 \ -map 1:1 \ -acodec copy \ -vcodec copy \ &quot;$output&quot;</code></pre>
评论 #25489844 未加载
评论 #25491760 未加载
评论 #25489368 未加载
评论 #25490892 未加载
评论 #25490355 未加载
h2odragonover 4 years ago
I remember reading about it initially and saying &quot;that sounds ambitious,and useful&quot;... I think its safe to say they changed the world for the better with that single A&#x2F;V swiss army knife tool. Amazing achievement.
评论 #25488133 未加载
zinekellerover 4 years ago
Some might have commented that FFmpeg is a <i>very</i> complex software but in its defence codecs are complex - especially in the encoding side where you basically have the whole control on the parameters. If you somehow work at a media company (on the engineering side, not the creative side which usually does not know (and care) what is the difference between P and B frames) the switches are important especially in one-way broadcasting (where there is no way to basically go backward and you need to fit <i>everything</i> into a very constrained transmission, which as one of my friends say that engineers at YouTube has a much more easier job due to the two-way communication nature of the internet).
评论 #25489460 未加载
评论 #25491536 未加载
ed25519FUUUover 4 years ago
Ffmpeg is an unusual piece of software. It’s CLI arguments (to me) are baffling. But it’s been around so long that there’s so many answered questions online for virtually anything you want it to do. Don’t bother reading the man page, go to google first.
评论 #25488382 未加载
评论 #25488963 未加载
评论 #25488090 未加载
评论 #25488298 未加载
评论 #25488478 未加载
评论 #25488089 未加载
评论 #25488107 未加载
评论 #25488800 未加载
spicyramenover 4 years ago
Ffmpeg saved my life when I was troubleshooting some quality issues video calls and customer was about to cancel the contract, we reconstructed the video from packet captures and ffmpeg helped us track the issue to be a H245 media reset that was happening every now and then, ffmpeg was able to detect the fps variation. All free and well documented
xmichael0over 4 years ago
Props out to Michael Niedermayer, he&#x27;s been maintaining ffmpeg for years and does the bulk of the heavy lifting! Thanks! <a href="https:&#x2F;&#x2F;www.linkedin.com&#x2F;in&#x2F;michaelniedermayer" rel="nofollow">https:&#x2F;&#x2F;www.linkedin.com&#x2F;in&#x2F;michaelniedermayer</a>
panabeeover 4 years ago
For anyone interested in trying FFmpeg in the browser: <a href="https:&#x2F;&#x2F;github.com&#x2F;ffmpegwasm&#x2F;ffmpeg.wasm" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ffmpegwasm&#x2F;ffmpeg.wasm</a><p>No affiliation -- found it while searching for browser-based ports of FFmpeg.
mraza007over 4 years ago
The guy who created this is truly a genius. His software has been really helpful for me<p>And i truly appreciate people who create useful software and open source it
评论 #25492705 未加载
anonacct37over 4 years ago
So youtube used ffmpeg quite extensively.<p><a href="https:&#x2F;&#x2F;multimedia.cx&#x2F;eggs&#x2F;googles-youtube-uses-ffmpeg&#x2F;" rel="nofollow">https:&#x2F;&#x2F;multimedia.cx&#x2F;eggs&#x2F;googles-youtube-uses-ffmpeg&#x2F;</a><p>It wouldn&#x27;t be too surprising if they still did.
评论 #25488770 未加载
irrationalover 4 years ago
So the Web is 30 years old today and FFmpeg is 20 years old today? Did the creator of FFmpeg purposefully start it on the 10 year anniversary of the WWW?
tomaszsover 4 years ago
Years years ago I have used FFmpeg to create a video tutorial website. It worked like a charm on my CentOS VPS. I was able to scale videos uploaded by users to different resolutions, cut out frames for video cover, get size, resolution, convert video to different formats supported by various browsers. It was amazing and only solution available. The project was eventually suspended because of various reasons, but working with FFmpeg was amazing experience and still, when working with videos it is a great solution. Surely FFmpeg impact on today&#x27;s internet is far bigger than anyone of us can assume. It is for video internet, what mp3 was for audio internet.
BlackLotus89over 4 years ago
I sometimes miss mencoder... I always found it way more intuitive than ffmpeg, but I have to admit that by now I&#x27;m more proficient with ffmpeg than I ever was with mencoder. Happy birthday ffmpeg, RIP mencoder.<p>Edit: just realized mencoder seems to be still alive and kicking. Thought it was lost in the transition of mplayer starting to use ffmpeg code -&gt; mpv... Have to take a look at mencoder and if it is as easy as I remember :)
ChrisMarshallNYover 4 years ago
ffmpeg has become the de facto infrastructure for video processing.<p>It seems to have done a great job of keeping up to date, with things like GPUs and shader language and whatnot. I guess that&#x27;s because he designed a good extension mechanism.<p>I&#x27;m grateful for it.
评论 #25488906 未加载
ggmover 4 years ago
Possibly more --runtime switches than any other command i use
rootsudoover 4 years ago
Wow. I never realized when I started using it it was so new.<p>It&#x27;s hilarious how my introduction to this taught me so much in terms of codecs and compression.<p>All to just share fansubbed anime.
heavyset_goover 4 years ago
ffmpeg is great. I&#x27;ve run into more than a few consumer devices that use it for transcoding, which I thought was pretty cool.
ogerover 4 years ago
ffmpeg is a true swiss army knife. I used it last week to add subtitles to interviews I recorded (via SRT files generated from Amazon Transcription JSON). I also upscaled, so-mo‘d and blurred a video background with some X-Massy theme for some video calls. All literally within minutes and a bit of Google. A true lifesaver!
dkhover 4 years ago
FFmpeg is a miraculous tool and I have relied on it for a couple decades now. Beyond the plethora of personal use-cases, it has enabled individuals and smaller companies to possess the same abilities as the bigger guys, who themselves are all pretty much using FFmpeg these days. The only folks who need to build&#x2F;use alternatives are the platforms at the top of the market and&#x2F;or with immense scaling needs who are truly pushing beyond the realm of FFmpeg&#x27;s practical abilities. Twitch is one of those very few, and have been nicely open in discussing it. [1] [2]<p>Couple highlights for my careering using it over the years. The first was when I was working on production and post-production for a small studio that had a popular web series and was just about to transition to their first &quot;big&quot; shows that would be produced for Hulu. This was when 6K raw video was just becoming a thing, we had over 50tb of footage, GPU decoding was brand-new, Windows machines couldn&#x27;t work practically with Apple ProRes, lots of challenges. I ended up building a system that did things like transcode raw footage into various formats automatically whenever the server noticed there was new footage, automatically collected and stored the metadata from every shot somewhere we could centrally browse&#x2F;search&#x2F;filter it, etc. When it came time to deliver, it would automatically create various outputs for the web. We had to deliver ProRes masters in the end and had recently transitioned entirely to PCs. This was around when somebody successfully implemented a pretty good ProRes encoder for FFmpeg, so we were then able to encode and deliver these huge ProRes outputs not only without needing a Mac, but also entirely on our servers, no longer requiring someone&#x27;s workstation to be hijacked for an entire day to do this. It all may not seem too revolutionary, but there was no way we would&#x27;ve been able to work with the same efficiency, for the same cost, in the same timeframe otherwise.<p>A couple years later, at a new (now defunct) video platform with millions of videos and maybe 5 back-end engineers, FFmpeg allowed us to build our own service to encode all uploads into the many resolutions and formats required. Encoding services were (and still are) very expensive, but in just a couple weeks we had our own that ran on standard Ubuntu server instances, spinning up&#x2F;down depending on load. Immense cost savings, and not tied to any particular company. Shortly thereafter, GPU instances were available from most cloud providers and `nvenc` was available in FFmpeg, so we were able to dramatically speed up the encode process with maybe a day of work by adding GPU encoding into the mix.<p>These may seem like pretty obvious possibilities now, but it cannot be overstated how insane it was, especially at the time, for tiny and&#x2F;or cash-strapped teams to be able to do all of this so easily, and that at the tool at the crux of it all, FFmpeg, was completely free. Yes, FFmpeg can be a pain in the ass to figure out, and it&#x27;s easy these days to take it for granted, but in my opinion it has been truly revolutionary.<p>[1] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=LsF5bHRxC_M" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=LsF5bHRxC_M</a> [2] <a href="https:&#x2F;&#x2F;blog.twitch.tv&#x2F;en&#x2F;2017&#x2F;10&#x2F;10&#x2F;live-video-transmuxing-transcoding-f-fmpeg-vs-twitch-transcoder-part-i-489c1c125f28&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.twitch.tv&#x2F;en&#x2F;2017&#x2F;10&#x2F;10&#x2F;live-video-transmuxing-...</a>
ponderingfishover 4 years ago
THe best video processing and editing tool ever made!
Sneliusover 4 years ago
And still rocks! :)