linuxiac, to random
@linuxiac@mastodon.social avatar

FFmpeg introduces a native xHE-AAC decoder! Most xHE-AAC streams are now supported, and updates for USAC and SBR are coming soon.
https://linuxiac.com/ffmpeg-introduces-native-xhe-aac-decoder/

RL_Dane, (edited ) to random
@RL_Dane@fosstodon.org avatar

Finally figured out how to do audio normalization/compression in videos via the command line, and it's fantastic

Use to normalize (amplify/compress) audio in a video:

ffmpeg -i video.mp4 -filter:a "speechnorm=e=12.5:r=0.0001:l=1" -vcodec copy video-normalized.mp4

@slink]

friction, to animation
@friction@floss.social avatar
nschont, to random French
@nschont@mastodon.mim-libre.fr avatar

15Ok€ de dotation pour Ffmpeg de la part du gouverment alllemand

https://linuxiac.com/sovereign-tech-fund-backs-ffmpeg-project/

kubikpixel, to opensource
@kubikpixel@chaos.social avatar

Gifsky: Highest-quality #Gif encoder

Thank you @kornel for your #opensource Gif #tool codet in #Rust / #RustLang to use it also in #ffmpeg.

🖌️ https://gif.ski

Gifsky snimation demo
Gifsky snimation demo

9to5linux, to linux
@9to5linux@floss.social avatar

HandBrake 1.8 Open-Source Video Transcoder Released with GTK4 Port on , 7.0 Support, and More https://9to5linux.com/handbrake-1-8-video-transcoder-adds-gtk4-port-on-linux-ffmpeg-7-0-support

Faintdreams, to linux
@Faintdreams@dice.camp avatar

Just figured out how to rip audio .mp3's from .mp4's and also .mkv files so now I can listen to my favourite Tv shows alll the time.

bwahahahaha !

[Oh. No]

#linuxFu #Linux #ffmpeg

tomek, to linux Polish
@tomek@mastodon.online avatar

Praktyczny poradnik o ffmpeg 👍
#linux #ffmpeg

https://www.youtube.com/watch?v=YVI6SCtVu4c

fabio, to random
@fabio@manganiello.social avatar

Is anyone aware of ways to control #ffplay programmatically in any form, without having to focus the window and having to emulate keyboard/mouse bindings in it?

ffplay is amazing, light, fast, and it’s a player that comes with any #ffmpeg installation.

#Platypush supports media players such as VLC, mpv, mplayer, omxplayer and gstreamer, but they all come with their bags of issues - the VLC libraries seem to break too often on Wayland, mpv has too many API breaking changes across versions and controlling it only works if the version of the library and the player are carefully aligned, mplayer is an unmaintained dumpster fire with a messy control API, working with gstreamer in Python requires the user to install the whole fat GLib luggage and MBs of plugins, and omxplayer is basically dead.

ffplay would be my favourite pick for a portable and lightweight default media player. But the fact that it apparently can’t be controlled in non-interactive ways really puzzles me.

sergi, to mastodon
@sergi@floss.social avatar
chris, to linux
@chris@mstdn.chrisalemany.ca avatar

It is absolutely mind bending how many options ffmpeg has. I've been trying to convince it to use the old Radeon 2600 Pro graphics hardware acceleration. No luck finding the magic command yet! :)

#ffmpeg #commandline #linux #debian #iMac #footiMac #webcams

code GIF

allthingsopen, to opensource
@allthingsopen@mastodon.social avatar

🚀 NEW on We ❤️ Open Source 🚀

Join @donwatkins on a journey to preserve priceless family recordings with Linux! 📼 Explore the power of FFmpeg for media conversion and learn how open-source solutions empower users to overcome technical challenges.

⭐️ https://allthingsopen.org/articles/save-recordings-ffmpeg

#WeLoveOpenSource #FFmpeg #OpenSource #FamilyMemories

donwatkins, to opensource
@donwatkins@fosstodon.org avatar

Saving vintage recordings with Linux - All Things Open : All Things Open https://allthingsopen.org/articles/save-recordings-ffmpeg #ATO2024 #OpenSource #Music #ffmpeg

matthew, to videoediting
@matthew@social.retroedge.tech avatar

While working on a video, I found a way to do background noise filtering with ffmpeg.

ffmpeg -i input.mkv -af arnndn=lq.rnnn output.mkv

I found the information and link to download the rnnn filter file at https://www.amirsharif.com/using-ffmpeg-to-reduce-background-noise/

friction, to animation
@friction@floss.social avatar

Introducing Friction 0.9.6 Beta 1. This release includes several changes to the user interface and some additional new features. We are now in feature freeze, please report any regressions etc.

Download and make something awesome! 🙂

https://github.com/friction2d/friction/releases/tag/v0.9.6-beta1

slink, to random
@slink@fosstodon.org avatar

👏 to the #ffmpeg team for their simple and effective (i presume 😉) anti-spam measures on their #trac

wader, to Cat
@wader@fosstodon.org avatar
governa, to random
@governa@fosstodon.org avatar
jann, to random
@jann@twit.social avatar

Oooohhhhh #x265 v3.6 release notes:

"ARM64 NEON optimizations:- Several time-consuming C functions have been optimized for the targeted platform - aarch64. The overall performance increased by around 20%. SVE/SVE2 optimizations"

Thanks, y'all! I love it when codebases start coding to ARM64 NEON! #FFMPEG #FFMPEG7

jann, (edited ) to random
@jann@twit.social avatar

To all those #FFMPEG v7 programmers/users out there: I am getting "[hevc @ 0x11ce08420] Unsupported film grain parameters. Ignoring film grain." on several of my 4k BluRay UHD rips.

I found the error in the FFMPEG code, but cannot tell if it is just telling me it THINKS there should be film grain in the stream, but it can't decode which it is or if there truly is a metadata error in my rip...

The code is in the reply as my server is limited to 400 chars.

1/3

jann,
@jann@twit.social avatar

This is driving me batty. It wasn't in #FFMPEG v6...and I know the log file for x265 v3.6 says: "Film-Grain characteristics as a SEI message to support Film Grain Synthesis(FGS)" but surely if the BluRay didn't have the SEI msg this shouldn't be warning me...and if it did, and the FGS wasn't recognized, this is a bug in FFMPEG, right?

3/3

jann, (edited ) to random
@jann@twit.social avatar

Is it just me or is #FFMPEG v7 way faster (on #ARM64 at least) when doing multiple things at once? (ie: #nlmeans noise reduction, #crop, then #x265)

I mean these used to take hours and hours on several of my Agatha Christie files (which need noise reduction, crop and encoding). These fly through now at about 30% time reduction per file. Not to mention about 15% smaller size (thanks x265 3.6.x update!)

#FFMPEG7
@lisamelton

davidbisset, to macos
@davidbisset@phpc.social avatar

"CompressX, my #FFmpeg wrapper for #macOS, made $9k in the last 4 months"

Sometimes you don't have to invent a new product, just a better UI and experience.

https://news.ycombinator.com/item?id=39987579

9to5linux, to linux
@9to5linux@floss.social avatar

#Linux Weekly Roundup for April 7th, 2024: #FFmpeg 7.0, #LinuxMint 22 adopts #PipeWire and packs #Thunderbird as DEB, Linux 6.7 EOL, #Nitrux switches to #Debian repos, #fwupd adopts #zstd, #Kodi 21, new Linux laptop from #System76, explicit sync to boost #Wayland's adoption, and more https://9to5linux.com/9to5linux-weekly-roundup-april-7th-2024

#OpenSource #FOSS

gnulinux, to Matrix German
@gnulinux@social.anoxinon.de avatar

Ephraims Wochenrückblick: KW 14, 2024

In KW 14 ist eine Menge passiert - Von Schleswig-Holstein zu FFmpeg

#Linux_Mint #Schleswig_Holstein #ffmpeg #Matrix #Linux

https://gnulinux.ch/ephraims-wochenrueckblick-kw-14-2024

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • megavids
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • provamag3
  • tester
  • Leos
  • JUstTest
  • All magazines