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 6.1 released

140 pointsby gyanover 1 year ago

8 comments

invertigoover 1 year ago
What a fantastic project. It’s FOSS like this that makes the world go round. If only the original vision of the internet had been fulfilled, we’d have hundreds more projects like it.
评论 #38228124 未加载
评论 #38228053 未加载
poser-boyover 1 year ago
Looks like a bunch of Vulkan decoders and filters have been added. Nice!
NiloCKover 1 year ago
ffmpeg is absolutely wonderful, but some combination of its originating era, long history, and compatibility commitments (how many convoluted production ffmpeg scripts exist out in nature?) have made its CLI pretty rough.<p>This is maybe &quot;known&quot; to the current audience, but chatGPT is an excellent soundboard for crafting ffmpeg scripts to do pretty much anything - makes the tool about 10 times as accessible to me.
评论 #38229889 未加载
评论 #38286992 未加载
评论 #38229360 未加载
AzzyHNover 1 year ago
VAAPI AV1, raw AC-4 and VVC mux and demux, hell yeah!
m3kw9over 1 year ago
Interesting to see Playdate video decoder in there
评论 #38229183 未加载
dcsanover 1 year ago
Are there any good ts&#x2F;js wrappers for this that make producing animations and transitions a bit easier? I find the cli args syntax hard to work with. Like pythons moviePy<p><a href="https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;moviepy&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;moviepy&#x2F;</a>
7speterover 1 year ago
Will the vaapi av1 encoder work (well) with Intel Arc? I was trying to build ffmpeg cartwheel and was up until sunrise because I had to build some other dependency of another dependency. Meanwhile the vaapi h264 (or was it 265?) encoder played quite nice with my rdna2 card.
justincliftover 1 year ago
&gt; RISC-V optimizations for many parts of our DSP code have been merged, with mainly the large decoders being left.<p>Cool. Remembering the recent Phoronix RISC-V benchmarking, wonder how much of an improvement these optimisations will make...