Search found 5989 matches: FFMPEG

Searched query: FFMPEG

by Schnitzel
Thu Jan 02, 2020 12:16 am
Forum: Windows
Topic: Cannot open .mogg files, FFmpeg is installed
Replies: 3
Views: 411

Re: Cannot open .mogg files, FFmpeg is installed

UPDATE: I downloaded a .mogg file from the internet. It works with Audacity. This specific file I am trying to open is indeed broken in some way. Sorry!
by Schnitzel
Wed Jan 01, 2020 11:01 pm
Forum: Windows
Topic: Cannot open .mogg files, FFmpeg is installed
Replies: 3
Views: 411

Re: Cannot open .mogg files, FFmpeg is installed

In case there is a problem with the file itself, I've uploaded a copy. It looks to me like there's a problem with that file. Have you found any app that can open that file? No app I have tried so far can open this file. I have also tried opening this in Reaper. I found some software called OggSplit...
by steve
Wed Jan 01, 2020 9:57 pm
Forum: Windows
Topic: Cannot open .mogg files, FFmpeg is installed
Replies: 3
Views: 411

Re: Cannot open .mogg files, FFmpeg is installed

Schnitzel wrote:
Wed Jan 01, 2020 7:08 pm
In case there is a problem with the file itself, I've uploaded a copy.
It looks to me like there's a problem with that file. Have you found any app that can open that file?
by Schnitzel
Wed Jan 01, 2020 7:08 pm
Forum: Windows
Topic: Cannot open .mogg files, FFmpeg is installed
Replies: 3
Views: 411

Cannot open .mogg files, FFmpeg is installed

Hello, I've extracted an audio file from a game that is in .mogg format. Even with FFmpeg installed, it will not open in Audacity, giving me the following error message: Audacity could not recognize the type of the file '<path>'. Try installing FFmpeg. For uncompressed ...
by PunkyBrew
Mon Dec 30, 2019 10:43 am
Forum: macOS
Topic: Importing RAW WAV file. Lots of noise
Replies: 16
Views: 675

Re: Importing RAW WAV file. Lots of noise

Well I tried that. No Luck The problem is the file is "corrupt", missing header data so I think ffmpeg doesn't know how to deal with it. I think my best bet is still to import the file as raw but with a 4bit depth instead of 8. Just can't find 4bit as an option for ...
by steve
Mon Dec 30, 2019 3:08 am
Forum: macOS
Topic: Importing RAW WAV file. Lots of noise
Replies: 16
Views: 675

Re: Importing RAW WAV file. Lots of noise

If you have FFmpeg installed, you may be able to convert the files to normal PCM WAV with something like:

Code: Select all

ffmpeg -acodec adpcm_ima_wav -i input-file.raw output-file.wav
by cazorla
Sat Dec 28, 2019 4:06 am
Forum: GNU/Linux
Topic: Macro/automation for selecting periods of silence?
Replies: 6
Views: 1035

Re: Macro/automation for selecting periods of silence?

or

ffmpeg
(non-GUI option, command line, more programming/technically advanced)

Code: Select all

ffmpeg -i input.wav -af silenceremove=1:0:-50dB output.wav
see
stack overflow - using ffmpeg with silencedetect to remove audio silence
stack overflow - using sox to detect silence
ffmpeg doc's
by steve
Mon Dec 23, 2019 3:55 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Audacity 2.3.3 : Change of Temp Dir won't work, FFmpeg not found
Replies: 3
Views: 641

Re: Audacity 2.3.3 : Change of Temp Dir won't work, FFmpeg not found

how do I get the not included manual ? Since you mention that, I see that it is not at all clear on the website where to get the manual from - I'll have to improve that. By default, the portable version links to the on-line manual. If you prefer to use a local manual (for example if you are running...
by whykai
Mon Dec 23, 2019 1:09 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Audacity 2.3.3 : Change of Temp Dir won't work, FFmpeg not found
Replies: 3
Views: 641

Re: Audacity 2.3.3 : Change of Temp Dir won't work, FFmpeg not found

Hi steve,
it is the one from portable apps.
I was not aware that possibly different portable versions exist.
If the zip-file at fosshub is the official "portable" version,
how do I get the not included manual ?
Could not find a separate download option for the manual.
by steve
Sun Dec 22, 2019 6:18 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Audacity 2.3.3 : Change of Temp Dir won't work, FFmpeg not found
Replies: 3
Views: 641

Re: Audacity 2.3.3 : Change of Temp Dir won't work, FFmpeg not found

whykai wrote:
Sun Dec 22, 2019 6:13 pm
Just installed Audacity 2.3.3 portable
Is that the official Audacity ZIP package from https://www.audacityteam.org/download/windows/
or is the "Portable Apps" version from https://portableapps.com/