#ffmpeg

9 posts · Last used 10d

Back to Timeline
9to5Linux @9to5linux@floss.social · Aug 04, 2026
#FFmpeg 9.0 “Lei” Open-Source Multimedia Framework Officially Released, Here's What's New https://9to5linux.com/ffmpeg-9-0-lei-open-source-multimedia-framework-officially-released #OpenSource #FreeSoftware #Linux
25
0
10
GNU/Linux.ch @gnulinux@social.anoxinon.de · Jul 10, 2026
Frame - Eine GUI für FFmpeg Die Rust-Anwendung bietet eine grafische Oberfläche für die grosse Funktionalität der Multimedia-Bibliothek FFmpeg. Damit wird die Bedienung von FFmpeg nicht nur für Einsteiger einfacher. #Frame #ffmpeg #Audio #Video #Multimedia #Linux https://gnulinux.ch/frame-eine-gui-fuer-ffmpeg
5
0
4
linuxwebzine @linuxwebzine@mstdn.ro · Jun 30, 2026
🍷🎮 Wine 11.12 a fost lansat! Biblioteci FFmpeg integrate, Mono 11.2 și suport extins pentru aplicațiile Windows 🚀✨ Proiectul Wine a anunțat oficial lansarea versiunii Wine 11.12, cea mai nouă iterație a stratului de compatibilitate open-source ce permite rularea jocurilor și aplicațiilor Windows pe sisteme Linux, macOS și Unix-like. Această actualizare aduce îmbunătățiri importante de structură internă și rezolvă o serie de probleme istorice. Iată principalele noutăți din Wine 11.12: 🔹 Biblioteci FFmpeg incluse nativ: O schimbare majoră de arhitectură o reprezintă integrarea directă a bibliotecilor libswresample și libswscale din cadrul proiectului FFmpeg. Prin includerea lor nativă (bundled), Wine asigură o consistență perfectă a versiunilor acestor componente multimedia, reducând dependența exclusivă de pachetele furnizate de distribuția gazdă. 🔹 Actualizare la Wine Mono 11.2: Motorul Mono a fost actualizat la versiunea 11.2. Acesta servește drept alternativă open-source la Microsoft .NET Framework, oferind un suport crucial și o stabilitate mult mai mare pentru jocurile și aplicațiile Windows moderne care necesită componente .NET pentru a funcționa. 🔹 Suport îmbunătățit pentru driverul Wayland: Pe lângă pachetele multimedia, noul Wine 11.12 aduce îmbunătățiri substanțiale pentru driverul grafic nativ Wayland, inclusiv suport pentru scalare fracționată (fractional scaling) și alte optimizări vizuale destinate desktop-urilor Linux moderne. 🔹 Rezolvarea unor bug-uri istorice (Corel & MSXML): A fost reimplementat parserul XSLPattern în componenta MSXML. Această modificare elimină erorile vechi ce împiedicau rularea pachetelor software clasice de la Corel, cum ar fi Corel Paint Shop Photo Pro, precum și suitele grafice CorelDRAW Graphics Suite X3 și X4. 🔹 Corecturi pentru gaming și sistem (27 de bug-uri reparate): Noua versiune vine la pachet cu 27 de patch-uri destinate erorilor raportate: Need for Speed Most Wanted (2005): A fost rezolvată o problemă supărătoare legată de gamepad-uri, unde comanda „Sus” (Up) rămânea blocată și se activa continuu fără intervenția utilizatorului. Super Hexagon: S-a reparat bug-ul din cauza căruia jocul ignora orice comandă introdusă de la gamepad după selectarea unei opțiuni din ecranul de titlu. S-au introdus corecturi pentru compilarea de tip cross-build (unde executabilul Wine nu se instala corect), s-au rezolvat erori de configurare pe sistemele unde lipsea comanda ln -s și s-au reparat crash-uri legate de biblioteca SymCrypt compilată cu clang-msvc. Codul sursă pentru Wine 11.12 este disponibil pentru descărcare pe pagina de GitLab a proiectului, iar pachetele binare dedicate marilor distribuții Linux (Ubuntu, Fedora, Debian, Arch) vor sosi treptat prin canalele oficiale de actualizare. #Wine #Wine1112 #LinuxGaming #OpenSource #FFmpeg #DotNet #Wayland #TechNews
0
0
0
Wladimir Mufty @wlaatje@social.edu.nl · Jun 27, 2026
1
0
1
LUZZY @meluzzy@woof.tech · Jun 27, 2026

I don't know who might need this but. You can compress a 2 minute video and kept it looking HD into less than 10MB (for discord or social media in general) with this #ffmpeg command:

ffmpeg -i in.mp4 -threads 8 -preset:v veryfast -c:v hevc -pix_fmt yuv420p -color_range 0 -crf 25 -c:a libopus -ac 1 -b:a 64k -ar 24000 -vf "fps=30,scale=-2:720:flags=lanczos" -map_metadata -1 out.mp4

It shouldn't take more than 1 minute to run the command if you have a decent computer, but this depends on the size and length of the input video. I have my camera set to record at 1280x960 so that it takes less to process.

Also, this command gets rid of metadata like geolocation, author and sh*t like that so that you don't accidentally dox yourself (although most social media do this automatically for you).

Also change the -threads 8 to 4 if you only have 4 cores, increasing it beyond 8 probably achieves nothing even if you have the cores, but that depends on the encoder.

And, of course, you can use the GPU for this with something like -hwaccel vulkan or just use a specific h265 encoder that runs on your GPU instead for -c:v.

3
1
2
faker @faker@infosec.exchange · Jun 25, 2026
I find it weird calling the recent FFmpeg security vulnerability a RCE [1]. Where is that remote coming from? Yes sure, some web applications use FFmpeg and passes untrusted files to it. *Those* have a RCE. Setting the CVSS attack vector to "network" seems overinflating. By that standard any software that somebody built a webapp around is "network" facing. And let's not even talk about setting attack complexity to "low" but admitting that it only works with ASLR disabled. [1] https://jfrog.com/blog/pixelsmash-critical-ffmpeg-vulnerability-turns-media-files-into-weapons/ #FFmpeg #vulnerability #infosec #PixelSmash
4
0
3
pixelfed @pixelfed@mastodon.social · Jun 25, 2026
Boosted by Furbland's Very Cool Account™ @GroupNebula563@mastodon.social
🚨 ‼️ Pixelfed + Loops Admins PSA ⚠️ You need to update ffmpeg to v8.1.2+ ASAP. We made a guide for Ubuntu ⬇️ https://gist.github.com/dansup/460039bf77284752cbf5ca7d6406f6c4 Please boost for visibility, this also affects other fediverse software, and this guide may help those admins too. See https://jfrog.com/blog/pixelsmash-critical-ffmpeg-vulnerability-turns-media-files-into-weapons/ for more details about the vulnerability. #ffmpeg #pixelsmash
9
0
37
Jason Weatherly @jamesthebard@social.linux.pizza · Mar 28, 2026

The Sisyphus client rewrite continues after a bit of a break. The ffmpeg module is mostly finished and should serve as a good template for handbrake, av1an, mkvmerge, and cleanup modules. Logging is progressing pretty well. The config has been expanded slightly and can now pull from TOML files on top of the standard environment variables.

#sisyphus #encoding #ffmpeg #golang

0
0
0
Jason Weatherly @jamesthebard@social.linux.pizza · Mar 09, 2026

So, got the server in place but discovered that the Docker image that I created that has the Sisyphus client and all of the binaries like ffmpeg, av1an was not very happy. Ffmpeg crashed because it couldn't find the libSvtAvcEnc.so.4 library which was because I had a custom version of it installed (svt-av1-psyex).

Got the Dockerfile fixed by installing svt-av1-psyex and then compiling ffmpeg against those libraries, then installing both svt-av1-psyex and ffmpeg into the final container which makes ffmpeg happy. Also saw an issue where the Vapoursynth lsmash module wasn't being found, but that got tracked down to a stale Docker image (forgot to pull the latest from the repo).

I have two encodes going: one ffmpeg and one av1an which should be the real final test. If they turn out well, attachments where they're supposed to be, etc., etc. then I'll probably start working on documentation and get this out there.

#sisyphus #encoding #av1an #vapoursynth #ffmpeg #svtAv1Psyex

0
0
0

You've seen all posts