A Big Problem
Forum rules
This board is ONLY for general feedback and discussion about Audacity 2.X.
If you require help, or think you have found a "bug", please post on the forum board relevant to your operating system.
Windows
Mac OS X
GNU/Linux and Unix-like
This board is ONLY for general feedback and discussion about Audacity 2.X.
If you require help, or think you have found a "bug", please post on the forum board relevant to your operating system.
Windows
Mac OS X
GNU/Linux and Unix-like
-
dadabujontomasteel
- Probationer
- Posts: 34
- Joined: Tue Jul 02, 2013 9:55 pm
- Operating System: Please select
A Big Problem
Hi, I took a song and reversed the song and then rereveresed the frames, but for some reason, its sounds glitchy, and it sounds weird. If anyone could give me the solution to this problem that would be nice.
Re: A Big Problem
Audacity does not use frames, so you will need to explain what you mean.
Please note:
"This board is ONLY for general feedback and discussion about Audacity 2.X.
If you require help, or think you have found a "bug", please post on the forum board relevant to your operating system."
Please note:
"This board is ONLY for general feedback and discussion about Audacity 2.X.
If you require help, or think you have found a "bug", please post on the forum board relevant to your operating system."
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
dadabujontomasteel
- Probationer
- Posts: 34
- Joined: Tue Jul 02, 2013 9:55 pm
- Operating System: Please select
Re: A Big Problem
This is what I mean
Code: Select all
14:17:13: Audacity 2.0.3
14:17:49: Trying to load FFmpeg libraries...
14:17:49: Trying to load FFmpeg libraries from system paths. File name is 'avformat-52.dll'.
14:17:49: Looking up PATH environment variable...
14:17:49: PATH = 'C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;C:Program FilesCommon FilesRoxio SharedDLLShared;C:Program FilesQuickTimeQTSystem'
14:17:49: Checking that '' is in PATH...
14:17:49: FFmpeg directory is in PATH.
14:17:49: Checking for monolithic avformat from 'avformat-52.dll'.
14:17:49: Error: Failed to load shared library 'avformat-52.dll' (error 126: the specified module could not be found.)
14:17:49: Loading avutil from 'avutil-50.dll'.
14:17:49: Error: Failed to load shared library 'avutil-50.dll' (error 126: the specified module could not be found.)
14:17:49: Loading avcodec from 'avcodec-52.dll'.
14:17:49: Error: Failed to load shared library 'avcodec-52.dll' (error 126: the specified module could not be found.)
14:17:49: Loading avformat from 'avformat-52.dll'.
14:17:49: Error: Failed to load shared library 'avformat-52.dll' (error 126: the specified module could not be found.)
14:17:50: Error: Failed to load FFmpeg libraries.
14:17:50: Error: Failed to find compatible FFmpeg libraries.
19:35:38: File name is c:documents and settingsjoy bradfordmy documentsuntitled.mp3
19:35:38: Mime type is *
19:35:38: Opening with libsndfile
19:35:38: Opening with libmad
19:35:38: Open(c:documents and settingsjoy bradfordmy documentsuntitled.mp3) succeededRe: A Big Problem
The majority of that log says that Audacity is looking to see if you have FFMpeg installed. It appears that you don't have FFMpeg installed.
The final line:
says that the file "untitled.mp3" was successfully imported.
The final line:
Code: Select all
19:35:38: Open(c:documents and settingsjoy bradfordmy documentsuntitled.mp3) succeeded9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)