Search found 5989 matches: FFMPEG
Searched query: FFMPEG
- Fri Sep 15, 2017 10:25 pm
- Forum: Windows
- Topic: File gets sped up or something after put into Audacity
- Replies: 6
- Views: 417
Re: File gets sped up or something after put into Audacity
... so you can't tell ahead of time what's going on. You can increase the number of different file types Audacity knows about by installing the FFMpeg software. That and you should be in Audacity 2.1.3 for the best support. Scroll down for FFMpeg. If you are gong to eventually want to make an ...
- Thu Sep 14, 2017 7:51 pm
- Forum: macOS
- Topic: Frustratingly cannot locate FFmpeg.
- Replies: 14
- Views: 2122
Re: Frustratingly cannot locate FFmpeg.
You appear to be looking for the FFmpeg library in the LAME installer DMG in your Downloads folder. Did you follow the instructions here , under " Recommended installer ?" If you do that, the FFmpeg libraries will be installed in ...
- Tue Sep 12, 2017 12:48 pm
- Forum: macOS
- Topic: Noise Gate Crashing Audacity 2.1.2
- Replies: 3
- Views: 909
Noise Gate Crashing Audacity 2.1.2
... it's apparently finsihed) and then the application shuts down. There are no changes in the file when I re-open it. I notice some hunting for the FFmpeg libraries in the log but I don't see any info on problems with NoiseGate (see excerpt below and full log attached. Another question: will the ...
- Sat Sep 09, 2017 7:45 pm
- Forum: Windows
- Topic: Cannot access full recording due to orphaned files
- Replies: 1
- Views: 457
Cannot access full recording due to orphaned files
... that large - 260 MB stick for roughly 220 MB of data, although that shouldn't be the issue.) I first had to solve a few issues with loading the ffmpeg library, but this works out now and the library is being loaded. However, both before and after I fixed that issue, I had the following notice ...
Re: LAME
... LAME download page: http://lame.buanzo.org/#lamewindl Left-click this link, do not right-click. Directly underneath "TO DOWNLOAD Lame and FFmpeg for Windows, click links BELOW:", left-click the link Lame v3.99.3 for Windows.exe and save the file anywhere on your computer. Double-click ...
- Tue Sep 05, 2017 8:14 pm
- Forum: macOS
- Topic: Frustratingly cannot locate FFmpeg.
- Replies: 14
- Views: 2122
Re: Frustratingly cannot locate FFmpeg.
Screenshot.
- Tue Sep 05, 2017 5:42 am
- Forum: macOS
- Topic: Frustratingly cannot locate FFmpeg.
- Replies: 14
- Views: 2122
Re: Frustratingly cannot locate FFmpeg.
Ok, Audacity is up and running again, as per instructions above. However it still cannot locate the FFmpeg library, even when it is manually selected.
- Mon Sep 04, 2017 4:08 am
- Forum: Windows
- Topic: Effect failed to initialize.
- Replies: 1
- Views: 1819
Re: Effect failed to initialize.
Audacity by itself will only open and manage a handful of different sound formats. To get the whole rainbow, you have to install both the Lame and FFMpeg software.
Scroll down.
http://www.audacityteam.org/download/windows/
Koz
Scroll down.
http://www.audacityteam.org/download/windows/
Koz
- Mon Sep 04, 2017 1:15 am
- Forum: Windows
- Topic: Effect failed to initialize.
- Replies: 1
- Views: 1819
Effect failed to initialize.
I keep getting this when trying to use my autotune plugin. Help log: 18:03:26: Audacity 2.1.3 18:03:26: Trying to load FFmpeg libraries... 18:03:26: Trying to load FFmpeg libraries from default path, 'C:\Program Files (x86)\Ffmpeg For Audacity\avformat-55.dll'. 18:03:26: Looking up ...
- Sun Sep 03, 2017 3:22 pm
- Forum: Windows
- Topic: Exporting AAC 5.1 channel audio Help in windows
- Replies: 0
- Views: 615
Exporting AAC 5.1 channel audio Help in windows
... but not able to export more than 19 minutes. My audio project is longer than 2 hours. I'm using this by external program by using these commands. ffmpeg -i - -c:a aac -b:a 256k "%f" ffmpeg -i - -c:a aac -q:a 5 "%f" or ffmpeg -i - -strict experimental -c:a aac -b:a 256k "%f" ...