Search found 5989 matches: FFMPEG

Searched query: FFMPEG

by DVDdoug
Sat Jan 18, 2020 2:00 pm
Forum: Windows
Topic: ALAC Output Issue
Replies: 3
Views: 413

Re: ALAC Output Issue

Have you tried it the "normal way" (GUI)? I've never used the command line with Audacity but "Custom FFmpeg Export" works for me. [EDIT] - Or maybe not... I got a playable file, but I couldn't select the bit depth and MediaInfo says I got a 16-bit, 44.1Khz, stereo ...
by S&M Inc
Sat Jan 18, 2020 1:09 pm
Forum: Windows
Topic: ALAC Output Issue
Replies: 3
Views: 413

ALAC Output Issue

... export a vinyl album recorded as a single WAV file to multiple ALAC files using the following command line "C:\Program Files (x86)\Audacity\ffmpeg\ffmpeg.exe" -i - -acodec alac "%f" Unfortunately it fails with the following error "C:\Program Files (x86)\Audacity\ffmpeg\ffmpeg.exe" ...
by waxcylinder
Mon Jan 13, 2020 6:53 pm
Forum: macOS
Topic: Why do I get "NoOverwritePromptz1msAL"
Replies: 12
Views: 269

Re: Why do I get "NoOverwritePromptz1msAL"

We do have a related known and logged bug

https://bugzilla.audacityteam.org/show_bug.cgi?id=1184
Mac: Custom FFmpeg Export and (external program): unwanted "NoOverwritePrompt" dialog and file

Peter
by steve
Sun Jan 12, 2020 7:02 pm
Forum: Windows
Topic: Editing m4a files
Replies: 1
Views: 188

Re: Editing m4a files

... version via the Audacity website: https://www.audacityteam.org/download/windows/ You may be able to import the audio from M4A files if you install FFmpeg. See: https://manual.audacityteam.org/man/installing_and_updating_audacity_on_windows.html#winff
by kozikowski
Sun Jan 12, 2020 10:02 am
Forum: Windows
Topic: Aligning movie over-dubbing with original audio track
Replies: 4
Views: 302

Re: Aligning movie over-dubbing with original audio track

... and Audacity has to deal with that. Some of the correction tools work entirely in memory, so there's no hard drive to fall back on. If you install FFMpeg, Audacity will open many "foreign" sound formats including videos, but you need a video editor to smash it all back together after ...
by kozikowski
Sat Jan 11, 2020 10:13 am
Forum: Windows
Topic: Slow startup (1:30) on new system
Replies: 6
Views: 247

Re: Slow startup (1:30) on new system

... Are you trying to reach the built-in soundcard? Is there a built-in soundcard? Most of those messages are normal for a system that does not have FFMpeg installed. Koz
by kozikowski
Mon Jan 06, 2020 2:44 am
Forum: macOS
Topic: conversion from mP3/WAV to MIDI
Replies: 8
Views: 3273

Re: conversion from mP3/WAV to MIDI

... MIDI. I followed the instructions and I couldn't do it, either. This may be a developer question. Is this export menu item a mistake? Is this an FFMpeg mismatch? Instructions like this never tell you which Audacity version they're using—or at least I didn't see it. You can also get rolling post ...
by steve
Sat Jan 04, 2020 1:58 pm
Forum: GNU/Linux
Topic: No module found
Replies: 7
Views: 1005

Re: No module found

... a new build folder 3) In the new build folder, run this configuration command: ../configure --with-lib-preference="local system" --with-ffmpeg="system" --disable-dynamic-loading --with-mod-script-pipe 2>&1 | tee build-log.txt That will create a file "build-log.txt" ...
by DVDdoug
Fri Jan 03, 2020 10:20 pm
Forum: Windows
Topic: when importing an MP3 file from OBS and trying to play it in audacity all I get is one loud screech sound
Replies: 6
Views: 579

Re: when importing an MP3 file from OBS and trying to play it in audacity all I get is one loud screech sound

... format (WAV or FLAC) to prevent unnecessary multiple generations of lossy encoding, even if you eventually want a lossy format. (VLC also uses FFmpeg but it may use a different version/variation or other additional CODECs, or something could be messed-up with your Audacity-FFmpeg installation.)
by DVDdoug
Fri Jan 03, 2020 5:24 pm
Forum: Windows
Topic: when importing an MP3 file from OBS and trying to play it in audacity all I get is one loud screech sound
Replies: 6
Views: 579

Re: when importing an MP3 file from OBS and trying to play it in audacity all I get is one loud screech sound

... Even though you "know" it's an MP4, I still recommend checking the file with MediaInfo. If it was a normal-valid MP4 file, Audacity with FFmpeg should be able to open it. (I don't know anything about OBS.)