Search found 5989 matches: FFMPEG
Searched query: FFMPEG
- Wed Jun 30, 2010 1:21 am
- Forum: Español
- Topic: Exportar en formato G 711
- Replies: 1
- Views: 1270
Exportar en formato G 711
... de audio en formato: WAV/G711 U-Law para un IVR de voicenote... al parecer el Audacity puede hacerlo pero no se donde, dice que debo bajar el FFmpeg, ya lo hice lo instale y nada... Me voy a preferencias/files formats/umcompressed export format/other y no veo ninguno que diga G711, por favot ...
- Mon Jun 28, 2010 1:19 am
- Forum: GNU/Linux and Unix-like
- Topic: OpenSuse 11.1 and Audacity.
- Replies: 8
- Views: 3649
Re: OpenSuse 11.1 and Audacity.
You don't need FFMpeg for MP3 export, you need Lame.
Do you have Lame installed? If so, which version?
Do you have Lame installed? If so, which version?
- Sun Jun 27, 2010 6:35 pm
- Forum: GNU/Linux and Unix-like
- Topic: OpenSuse 11.1 and Audacity.
- Replies: 8
- Views: 3649
- Sat Jun 26, 2010 6:49 pm
- Forum: Compiling Audacity
- Topic: Compile error FFmpeg.cpp
- Replies: 10
- Views: 6265
Re: Compile error FFmpeg.cpp
I was able to get audacity-minsrc-1.3.12-beta to compile with ffmpeg-export-2010-06-16 by changing src/FFmpeg.cpp line 207 from: static int ufile_write(URLContext *h, unsigned char *buf, int size) to: static int ufile_write(URLContext *h, const unsigned ...
- Sat Jun 26, 2010 3:54 pm
- Forum: Compiling Audacity
- Topic: Compile error FFmpeg.cpp
- Replies: 10
- Views: 6265
Re: Compile error FFmpeg.cpp
I was able to get audacity-minsrc-1.3.12-beta to compile with ffmpeg-export-2010-06-16 by changing src/FFmpeg.cpp line 207 from: static int ufile_write(URLContext *h, unsigned char *buf, int size) to: static int ufile_write(URLContext *h, const unsigned ...
- Thu Jun 24, 2010 2:43 am
- Forum: Windows
- Topic: Extracting files
- Replies: 4
- Views: 589
Re: Extracting files
No files have been moved, renamed, or deleted. These are WAV files: narrations with music/SFX. I haven't installed FFMpeg. The exact error message is: "Could not open file: C:Audacity 1.3 Beta (Unicode) ModulesIndependence Mall_dataIndependence Mall_data". (Independence ...
- Thu Jun 24, 2010 12:45 am
- Forum: GNU/Linux and Unix-like
- Topic: [Ubuntu 10.04, Audacity 1.3.12-beta] Cannot open .wma file
- Replies: 6
- Views: 2265
Re: [Ubuntu 10.04, Audacity 1.3.12-beta] Cannot open .wma fi
I think it is indeed a problem with FFMpeg - I also have problems with wma files. It's probably a lot easier to work around the problem by using SoundConverter (available through Synaptic) than to try and fix it in Audacity. I don't think that ...
- Thu Jun 24, 2010 12:24 am
- Forum: Windows
- Topic: Extracting files
- Replies: 4
- Views: 589
Re: Extracting files
What sort of files are you trying to open?Hodge wrote:I get an error msg: Could Not Open File. What am I doing wrong?
Have you installed FFMpeg?
Is that the exact error message?
@whomper - he means from the "File > Open > File browser", not "File > Recent Files"
- Wed Jun 23, 2010 2:37 pm
- Forum: GNU/Linux and Unix-like
- Topic: [Ubuntu 10.04, Audacity 1.3.12-beta] Cannot open .wma file
- Replies: 6
- Views: 2265
[Ubuntu 10.04, Audacity 1.3.12-beta] Cannot open .wma file
... I want to convert it to .mp3), I get... Audacity recognized the type of the file '......wma'. Importers supposedly supporting such files are: FFmpeg-compatible files, but none of them understood this file format. and in the log file: 10:29:28 AM: FFmpeg : av_open_input_file() failed for file ...
- Wed Jun 23, 2010 11:22 am
- Forum: GNU/Linux and Unix-like
- Topic: Applying Effects from command line
- Replies: 3
- Views: 4262
Applying Effects from command line
... effects from command line args. Or may be call audacity with a run this set of instructions type file as a params. I have a script which calls ffmpeg to convert to other formats i.e avi etc it would be nice if it was possible to also script up the effect applied version. Thanks J.