Search found 5989 matches: FFMPEG

Searched query: FFMPEG

by steve
Wed Mar 21, 2018 12:41 am
Forum: Windows
Topic: Problem with re-enabling plug-ins since upgrade to 2.2.2
Replies: 40
Views: 14807

Re: Problem with re-enabling plug-ins since upgrade to 2.2.2

Those FFmpeg messages are normal. It's just logging the search.
by ericb7799
Tue Mar 20, 2018 11:24 pm
Forum: Windows
Topic: Problem with re-enabling plug-ins since upgrade to 2.2.2
Replies: 40
Views: 14807

Re: Problem with re-enabling plug-ins since upgrade to 2.2.2

... and debug reports that may point to a cause of the problem. At least from my (mostly)untrained eye appears to relate to a problem loading some of FFMPEG components when FFMPEG is not in PATH. Here are a few excerpts: :31:30: Checking that 'C:\Users\vhaglabruceed\Downloads\FFmpeg' is in PATH... ...
by JordanGrant
Tue Mar 20, 2018 1:40 pm
Forum: Windows
Topic: Plug in not working (LoudMax) - Missing Libraries [SOLVED]
Replies: 4
Views: 1758

Plug in not working (LoudMax) - Missing Libraries [SOLVED]

... to the plug-ins folder and tried to enable it via the add new plug-in in Audacity but get the message 'Could not load the library'. I have the FFmpeg library saved to 'C:\Program Files (x86)\FFmpeg for Audacity' Any thoughts? Jordan
by steve
Tue Mar 20, 2018 9:40 am
Forum: Windows
Topic: Audio Cuts off when Importing Video Audio
Replies: 1
Views: 207

Re: Audio Cuts off when Importing Video Audio

My guess is that it's hitting some bad data in the file and FFmpeg is just giving up. You could perhaps try extracting the audio with another application (such as VLC ) to see if that can do any better. Failing that, if the file plays correctly in your ...
by StrawberryClorox
Tue Mar 20, 2018 4:23 am
Forum: Windows
Topic: Audio Cuts off when Importing Video Audio
Replies: 1
Views: 207

Audio Cuts off when Importing Video Audio

... hours long respectively) but when I try to import it, a large majority is completely gone. I go to open select the video, and the "importing ffmpeg.." box opens. But once that happens, it'll import for 3 seconds (the progress bar only moves a tiny bit), the box will crash and disappear ...
by jim1001
Mon Mar 19, 2018 11:29 am
Forum: Audio Processing
Topic: Normalization - under the hood
Replies: 5
Views: 615

Re: Normalization - under the hood

OK Steve, many thanks for the explanation. Knowing that, I'll try & figure out what options will do similar in ffmpeg / ffmpeg-normalize.

All the best,
Jim
by steve
Mon Mar 19, 2018 11:10 am
Forum: Audio Processing
Topic: Normalization - under the hood
Replies: 5
Views: 615

Re: Normalization - under the hood

was really trying to find out if Audacity is using ffmpeg behind the scenes to do the normalization No it doesn't. FFmpeg is purely optional for Audacity and used to extend the range of audio formats that can be imported / exported. The Normalize ...
by jim1001
Mon Mar 19, 2018 10:44 am
Forum: Audio Processing
Topic: Normalization - under the hood
Replies: 5
Views: 615

Re: Normalization - under the hood

Thanks for your time & help. In this case I was really trying to find out if Audacity is using ffmpeg behind the scenes to do the normalization & what ffmpeg options would be needed to get same results as Audacity. I've been trying ffmpeg-normalize . I know this ...
by jim1001
Sun Mar 18, 2018 6:17 pm
Forum: Audio Processing
Topic: Normalization - under the hood
Replies: 5
Views: 615

Normalization - under the hood

... in Audacity with the default options: Remove DC offset Normalize max amplitude to -1.0 dB and it does what I want. However I'd like to use ffmpeg so I can apply to audio in a video. I've been trying ffmpeg-normalize but not sure how to get same results as Audacity. Grateful for any help. ...
by steve
Wed Mar 07, 2018 6:23 pm
Forum: General Audio Programming
Topic: MOGG file support
Replies: 4
Views: 3103

Re: MOGG file support

Audacity will use libogg (from http://www.xiph.org/) if it identifies the file as an OGG file, otherwise it will try to import with FFmpeg if FFmpeg is installed.