FFmpeg on Windows

Submit command line tools that you find here.
Message
Author
User avatar
FileHandler
Posts: 147
Joined: Sat Aug 15, 2015 7:11 pm

Re: FFmpeg on Windows

#46 Post by FileHandler »

Midas wrote: Tue Oct 01, 2024 3:13 am Thanks for the detailed write-up, rbon, it's good to know about UCRT... 8)
ditto +1 :!:

freakazoid
Posts: 1234
Joined: Wed Jul 18, 2007 5:45 pm

Re: FFmpeg on Windows

#47 Post by freakazoid »

Midas wrote: Sat Aug 24, 2024 10:57 am Useful article on the practicalities of (voice) audio processing, mainly using FFmpeg:
Most of us can get reasonably close to “professional” sounding recordings without much effort or money. In this post I’m going to break this down into two parts: recording and processing. My experience is that most of us eventually work out some recording techniques, but many fewer dive into processing. I’m going to show how one can use widely available command-line tools to process recordings, producing good quality mixes...
Thanks Midas for this link. From someone that has dabbled a bit with audio, this was a nice read on how to optimize your recording and using ffmpeg to improve the audio quality.
is it stealth? ;)

User avatar
Midas
Posts: 6928
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: FFmpeg on Windows

#48 Post by Midas »

Topic update: FFmpeg v7.1 released 2024-09-27 (release announcement at https://ffmpeg.org/#pr7.1; changelog https://git.ffmpeg.org/gitweb/ffmpeg.gi ... /Changelog).

The official Windows binaries repos are:


For stable non-free autobuilds the main source is still Animouse repo (last updated 2024-10-05):


Animouse's summary builds page is also an excellent resource to help decide on what version one should get:


User avatar
Midas
Posts: 6928
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: FFmpeg on Windows

#49 Post by Midas »

Here's an extra tidbit I was totally sleeping on -- integrated FFmpeg audio processing normalization capabilities, thanks to Mulder's media savvy: 8)
Dynamic Audio Normalizer is available as an audio filter in FFmpeg, a complete, cross-platform solution to record, convert and stream audio and video.

Post Reply