Search found 5989 matches: FFMPEG
Searched query: FFMPEG
- Thu Apr 16, 2015 11:55 pm
- Forum: macOS
- Topic: Deleting the FFMPEG Audacity plugin from computer.
- Replies: 1
- Views: 558
Re: Deleting the FFMPEG Audacity plugin from computer.
As can be seen from the description, I am not the most tech savvy user here. I downloaded the FFMPEG plugin for Audacity to export (and import?) ALAC and AAC files. Just because I want to be in control of what gets stored on my system, I want to know how to delete the ...
- Thu Apr 16, 2015 9:28 pm
- Forum: Windows
- Topic: ACC Export gone?
- Replies: 2
- Views: 524
Re: ACC Export gone?
I think you may mean "AAC" (http://en.wikipedia.org/wiki/Advanced_Audio_Coding) It is listed as: M4A (AAC) Files (FFmpeg) As in previous versions of Audacity, FFmpeg needs to be installed for AAC export: http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#ffdown ...
- Thu Apr 16, 2015 7:43 pm
- Forum: Windows
- Topic: does not save the complete file
- Replies: 6
- Views: 646
Re: does not save the complete file
... WAV is usually foolproof and it never hurts to create a WAV as a backup/safety net. Did you install the LAME MP3 encoder? (It shouldn't be using FFMPEG.) after recording the tape and click on save in original format... I'm not actually familiar with that option but the original format was analog ...
- Thu Apr 16, 2015 3:11 pm
- Forum: Windows
- Topic: does not save the complete file
- Replies: 6
- Views: 646
does not save the complete file
... Error: Couldn't find symbol 'MainPanelFunc' in a dynamic library (error 127: the specified procedure could not be found.) 09:32:41: Trying to load FFmpeg libraries... 09:32:41: Trying to load FFmpeg libraries from system paths. File name is 'avformat-52.dll'. 09:32:41: Looking up PATH environment ...
- Thu Apr 16, 2015 10:32 am
- Forum: Windows
- Topic: ACC Export gone?
- Replies: 2
- Views: 524
Re: ACC Export gone?
I think you may mean "AAC" (http://en.wikipedia.org/wiki/Advanced_Audio_Coding)
It is listed as:
M4A (AAC) Files (FFmpeg)
As in previous versions of Audacity, FFmpeg needs to be installed for AAC export: http://manual.audacityteam.org/o/man/fa ... tml#ffdown
It is listed as:
M4A (AAC) Files (FFmpeg)
As in previous versions of Audacity, FFmpeg needs to be installed for AAC export: http://manual.audacityteam.org/o/man/fa ... tml#ffdown
- Thu Apr 16, 2015 9:30 am
- Forum: macOS
- Topic: Deleting the FFMPEG Audacity plugin from computer.
- Replies: 1
- Views: 558
Deleting the FFMPEG Audacity plugin from computer.
As can be seen from the description, I am not the most tech savvy user here. I downloaded the FFMPEG plugin for Audacity to export (and import?) ALAC and AAC files. Just because I want to be in control of what gets stored on my system, I want to know how to delete the ...
- Wed Apr 15, 2015 10:57 am
- Forum: Windows
- Topic: separating audio from an mp4 file
- Replies: 6
- Views: 5322
Re: separating audio from an mp4 file
... to support the proprietary formats mp4 and mp3, Audacity requires a couple of plugins (as Gale previously wrote). To import the mp4 you will need FFmpeg (supports many formats), and to export an MP3 requires Lame. Instructions for installing: FFmpeg: http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#ffdown ...
- Tue Apr 14, 2015 4:50 am
- Forum: Windows
- Topic: separating audio from an mp4 file
- Replies: 6
- Views: 5322
Re: separating audio from an mp4 file
You can use Audacity with the FFmpeg add-on software and that should open up the sound part of a video.
http://audacityteam.org/download/windows
Koz
http://audacityteam.org/download/windows
That is a question, isn't it?1) Get the large video file to my Windows desktop to process it with Audacity.
Koz
- Tue Apr 14, 2015 3:04 am
- Forum: Windows
- Topic: Record from Tape Player
- Replies: 2
- Views: 572
Re: Record from Tape Player
... because of both factors... It's compressed and it contains video. Audacity can open the audio part of an audio/video file, and with the optional FFMPEG import/export library it can de-compress most compressed audio file formats.
- Mon Apr 13, 2015 4:16 pm
- Forum: Windows
- Topic: Exporting AAC audio with multiple channels
- Replies: 6
- Views: 2126
Re: Exporting AAC audio with multiple channels
... to export as multi-channel AAC, then you must choose "(external program)" and type out the command that tells Audacity to use the native FFmpeg encoder. As it says in the link I gave , you can use a command like either of these two: ffmpeg -i - -strict experimental -c:a aac -b:a 240k ...