Search found 5887 matches: FFMPEG

Searched query: FFMPEG

by DVDdoug
Wed Mar 03, 2021 6:44 pm
Forum: macOS
Topic: Saved file mysteriously deleted
Replies: 18
Views: 506

Re: Saved file mysteriously deleted

... they contain many small files in a particular file/folder structure. I mostly do "simple things" and I don't bother making a project. What is the FFMpeg plugin, and if I need it how do I get it? It's an optional package of CODECs (coders / decoders) that allows you to import/export a variety of ...
by Filmscape
Wed Mar 03, 2021 4:50 pm
Forum: macOS
Topic: Saved file mysteriously deleted
Replies: 18
Views: 506

Re: Saved file mysteriously deleted

Thank you for the information. What is the FFMpeg plugin, and if I need it how do I get it? Sorry for my lack of knowledge about Audacity, I've only recently started using it consistently. Just to be clear, I never messed with any of my Audacity ...
by kozikowski
Wed Mar 03, 2021 4:26 am
Forum: macOS
Topic: Saved file mysteriously deleted
Replies: 18
Views: 506

Re: Saved file mysteriously deleted

The top half of that explains in the longest and most detailed way possible that you don't have the FFMpeg plugin. Brief Project notes: This is one complete project. https://www.kozco.com/tech/audacity/pix/MyMusicAUP-MyMusic_DATA.jpg They have to be in the same folder or ...
by Filmscape
Wed Mar 03, 2021 2:35 am
Forum: macOS
Topic: Saved file mysteriously deleted
Replies: 18
Views: 506

Saved file mysteriously deleted

... Any help with locating News of the World is greatly appreciated as I spent hours editing it. 20:49:03: Audacity 2.4.2 20:49:03: Trying to load FFmpeg libraries… 20:49:03: Trying to load FFmpeg libraries from default path, ‘/Library/Application Support/audacity/libs/ffmpeg.55.64bit.dylib’. 20:49:03: ...
by DVDdoug
Fri Feb 26, 2021 3:06 pm
Forum: Windows
Topic: Increasing AC3 levels in Audacity
Replies: 4
Views: 65

Re: Increasing AC3 levels in Audacity

If you don't know this - If this is an audio/video file your new-saved file will be audio-only. If you haven't done so already, install the FFmpeg import/export library. (Download & run ffmpeg-win-2.2.2.exe .) Go to Edit -> Preferences -> Import Export Select Use Advanced Mixing Options (This ...
by shantiq
Thu Feb 25, 2021 8:13 am
Forum: GNU/Linux
Topic: Exporting to Alac or Wavpack 24-bit in Linux
Replies: 0
Views: 1935

Exporting to Alac or Wavpack 24-bit in Linux

This might be something folks need from time to time. After much horsing around finally got to work it out especially with 24-bit Of course ffmpeg need be installed audacity >> Export >> External Program >> [16-bit] ffmpeg -i - -acodec alac "%f" [24-bit] ffmpeg -i - -c:a alac -sample_fmt s32p ...
by DVDdoug
Wed Feb 24, 2021 10:27 pm
Forum: Windows
Topic: Putting pre recorded tracks together for choir
Replies: 13
Views: 345

Re: Putting pre recorded tracks together for choir

... 3 in the bottom-audio section. If it's a different format you can re-name it with the correct file name extension and you may need to install FFmpeg for Audacity to open the particular format. ------------------------------------------------------------------ :( What you're trying to do is ...
by anahernandez
Tue Feb 23, 2021 10:49 pm
Forum: macOS
Topic: error and blank project , orphan files
Replies: 7
Views: 175

Re: error and blank project , orphan files

23:34:55: Audacity 2.4.2 23:34:55: Trying to load FFmpeg libraries… 23:34:55: Trying to load FFmpeg libraries from default path, ‘/Library/Application Support/audacity/libs/ffmpeg.55.64bit.dylib’. 23:34:55: Checking for monolithic avformat from ‘/Library/Application ...
by stdedos
Tue Feb 23, 2021 9:52 am
Forum: Windows
Topic: Cannot open file; FFMPEG libraries discovered
Replies: 4
Views: 295

Re: Cannot open file; FFMPEG libraries discovered

steve wrote:
Tue Feb 23, 2021 9:44 am
stdedos wrote:
Mon Feb 22, 2021 8:17 pm
On the side, it would be nice if the text throughout the application / dialogs is somehow selectable/copyable
On Linux it is, but apparently Windows does not support copying from a wx message (wxMessageDialog) window.
Good to know that it was build with that in mind :-D