Search found 5989 matches: FFMPEG

Searched query: FFMPEG

by steve
Wed Jul 31, 2019 7:34 pm
Forum: Windows
Topic: installation ffmpeg
Replies: 2
Views: 189

Re: installation ffmpeg

Instructions for installing FFmpeg are here: https://manual.audacityteam.org/man/ins ... html#winff
by pdoyle35
Wed Jul 31, 2019 7:24 pm
Forum: Windows
Topic: installation ffmpeg
Replies: 2
Views: 189

installation ffmpeg

during ffmpeg installation, after unzipping installer and selecting ffmpeg application, nothing happens. library not showing up in audacity. thanks.
by DVDdoug
Mon Jul 29, 2019 5:51 pm
Forum: Windows
Topic: Audacity did not recognize the type of file
Replies: 3
Views: 2772

Re: Audacity did not recognize the type of file

... can convert it or something? Perhaps you should tell us what the format actually is... :P If you haven't done so already, download and install the FFmpeg Import/Export Library . That will allow you to open and/or export many different audio formats. And, you might have to correct the file name ...
by vxm
Fri Jul 26, 2019 1:14 pm
Forum: Adding Features to Audacity
Topic: Labels to id3v2 mp3 chapters spec
Replies: 27
Views: 3027

Re: Labels to id3v2 mp3 chapters spec

... it and a second attempt that also didn't work, so you can see where I'm running into trouble there. After this, I'd like to figure out the custom ffmpeg export so I don't have to keep using terminal - this is getting very good.
by kozikowski
Tue Jul 23, 2019 8:19 pm
Forum: macOS
Topic: Trouble with 10.15 Catalina
Replies: 9
Views: 4032

Re: Trouble with 10.15 Catalina

The latest Audacity is 2.3.2 and works in 64-bit to be compatible with newer Macs. Fair warning that it doesn't need Lame and your FFMpeg is going to be out of date.

https://www.audacityteam.org/download/

Koz
by yannik131
Tue Jul 23, 2019 8:06 am
Forum: Macros and Scripting
Topic: Merging .au files without the project file
Replies: 4
Views: 380

Re: Merging .au files without the project file

Obviuosly it has to be

Code: Select all

if ffmpegPath == "":
    ffmpegPath = "ffmpeg"
instead. But I can't edit my post or sent a pm to anybody. So that's neat.
by steve
Mon Jul 22, 2019 10:19 pm
Forum: Macros and Scripting
Topic: Merging .au files without the project file
Replies: 4
Views: 380

Re: Merging .au files without the project file

yannik131 wrote:
Mon Jul 22, 2019 9:59 pm
ffmpeg doesn't support concatenating wav files though
SoX does. http://sox.sourceforge.net/
by yannik131
Mon Jul 22, 2019 9:59 pm
Forum: Macros and Scripting
Topic: Merging .au files without the project file
Replies: 4
Views: 380

Re: Merging .au files without the project file

Yeah, using a different format did solve the problem. ffmpeg doesn't support concatenating wav files though, so I converted au to mpeg (2x mono) to mpeg (1x mono) to mp3. That works okay. Here's the code: import os from tkinter import filedialog import ...
by yannik131
Mon Jul 22, 2019 7:28 pm
Forum: Macros and Scripting
Topic: Merging .au files without the project file
Replies: 4
Views: 380

Merging .au files without the project file

... as a pair, I guess). I wrote a python script to rename the files according to their creation date, let Audacity convert them to mp3, then used ffmpeg -filter_complex amix=inputs=2:duration=longest to merge the two monos into one and then ffmpeg -i "concat:..|..|.." to append them ...
by jazkeys
Mon Jul 22, 2019 7:23 pm
Forum: macOS
Topic: 2.3.2 Upgrade On 10.12.6 *BUG*
Replies: 5
Views: 146

Re: 2.3.2 Upgrade On 10.12.6 *BUG*

The "Reset Toolbars" function fixed the issue, and I will definitely explore the FFMpeg install situation.

Thanks, all!

:)