Search found 5989 matches: FFMPEG

Searched query: FFMPEG

by steve
Sun Aug 16, 2020 1:31 pm
Forum: GNU/Linux
Topic: Audacity 2.4.1, Debian, will not load libavformat.so.55
Replies: 13
Views: 631

Re: Audacity 2.4.1, Debian, will not load libavformat.so.55

Did you use the -Daudacity_use_ffmpeg=loaded option as described here: viewtopic.php?p=398471#p398471
If not, then try that.
by triode
Sun Aug 16, 2020 1:27 pm
Forum: GNU/Linux
Topic: Audacity 2.4.1, Debian, will not load libavformat.so.55
Replies: 13
Views: 631

Audacity 2.4.1, Debian, will not load libavformat.so.55

Hello, I am doing some recording on Debian 10 (MX linux). I have built Audacity from source, and I have also built ffmpeg from source following the instructions here: https://manual.audacityteam.org/man/installing_and_updating_audacity_on_linux.html Most of my work involves opening ...
by shantiq
Sat Aug 15, 2020 7:00 am
Forum: GNU/Linux
Topic: exporting to ape with Audacity
Replies: 18
Views: 918

Re: exporting to ape with Audacity

... rate : 48.0 kHz Bit depth : 24 bits Stream size : 182 MiB (98%) Default : Yes Alternate group : 1 [email protected]:~/Desktop/trial$ ffmpeg -i Rubycon\ Part\ 1.m4a -c:a pcm_s24le Rubycon\ Part\ 1.WAV ffmpeg version N-98601-g134a48a Copyright (c) 2000-2020 the FFmpeg developers built ...
by DerekNoffke
Fri Aug 14, 2020 6:16 pm
Forum: Windows
Topic: Locate voice in noisey recording
Replies: 36
Views: 1154

Re: Locate voice in noisey recording

... am able to achieve what I set out to do with a huge bonus. 1) I can pare the audio down to just the voice component. I then run this file through ffmpeg as follows: ffmpeg.exe -i "TWK_demo 002.wav" -af silencedetect=noise=-30dB:d=5 -f null - 2> vol.txt The output is: [silencedetect @ ...
by shantiq
Thu Aug 13, 2020 9:44 am
Forum: GNU/Linux
Topic: exporting to ape with Audacity
Replies: 18
Views: 918

exporting to ape with Audacity

... thread ] short answer is the encoder only handles 16-bit and Audacity works from 32-bit ========== this is the guide this is the encoder i use [ffmpeg not an option to encode]: mac--- Monkey's Audio Console Front End (v 4.11) (c) Matthew T. Ashland --- Proper Usage: [Input File] [Output File] ...
by matt9529
Wed Aug 12, 2020 10:43 pm
Forum: Windows
Topic: help importing .swv files
Replies: 1
Views: 36

help importing .swv files

Hello all,

Trying to import .swv files into audacity with just no luck at all.
Nor by importing raw data or any other options. I also have FFMpeg installed.

.swv files are Sweet Voices Yamaha format.

If anyone could give some tips I'd appreciate it!
by shinaultjm
Tue Aug 11, 2020 3:02 am
Forum: Windows
Topic: Split Audio is Shorter than Video
Replies: 9
Views: 178

Re: Split Audio is Shorter than Video

... to them back to back and it doesn't sound like the pitch is off, but I could be wrong. And yes, it says 48000 in the lower window and I do have FFMpeg installed - that's who I typically import the audio directly from the video (though I did try various ways to see if that was the issue). And ...
by kozikowski
Tue Aug 11, 2020 2:29 am
Forum: Windows
Topic: Split Audio is Shorter than Video
Replies: 9
Views: 178

Re: Split Audio is Shorter than Video

... is because that's easy to fix. Is the project speed at the lower left of the Audacity window 48000? It would be handy if it was. Do you have the FFMpeg software installed? You may need that to manage the more unusual sound formats. 26.20 fps. That's not a standard video frame rate. Are you trying ...
by TechnoPorg
Mon Aug 10, 2020 1:36 am
Forum: Adding Features to Audacity
Topic: Install FFMPEG prompt
Replies: 0
Views: 880

Install FFMPEG prompt

When you go to import something like an mp4 file without having FFMPEG installed, Audacity tells you it can't import that file without FFMPEG. I think it would be really nice if it had some sort of button like "Click here to download and install FFMPEG", ...
by Kratos291
Sun Aug 09, 2020 12:54 pm
Forum: Windows
Topic: Request: ffmpeg plugin with drc_scale disabled
Replies: 12
Views: 1375

Re: Request: ffmpeg plugin with drc_scale disabled

steve wrote:
Sun Aug 09, 2020 8:58 am
Kratos291 wrote:
Sat Aug 08, 2020 7:17 pm
I attached 2 sample files, the first one is the one Audacity processed with DRC Enabled, the second one with DRC Disabled. Hear for yourself.
Interesting. Have you tried measuring the crest factor of those samples?
No, I'm not familiar with that. What's the point anyway?