How to edit mp3 file without exporting/re-encoding?
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
-
AudacityUser#3345176
- Posts: 2
- Joined: Sun Jan 24, 2021 10:22 pm
- Operating System: Windows 10
How to edit mp3 file without exporting/re-encoding?
I have taken a look at the documentation for the last 15-20 mins now and have not been able to locate an answer to this question, so here I am:
I have an mp3 file that I simply need to edit for time, chopping off quite a bit of the beginning and end of the file. I do not wish to re-encode the file in any way, so as to preserve the original sound quality, which exporting to either WAV or re-encoding the file to mp3 (again) will not allow for. I simply want to cut off the bits I want to cut off and leave the resulting file unchanged in terms of format, quality, etc., which seems impossible via the export process.
Is this possible with Audacity?
I have an mp3 file that I simply need to edit for time, chopping off quite a bit of the beginning and end of the file. I do not wish to re-encode the file in any way, so as to preserve the original sound quality, which exporting to either WAV or re-encoding the file to mp3 (again) will not allow for. I simply want to cut off the bits I want to cut off and leave the resulting file unchanged in terms of format, quality, etc., which seems impossible via the export process.
Is this possible with Audacity?
Re: How to edit mp3 file without exporting/re-encoding?
Audacity (and all "regular" audio editors) decompress the file when you open it. The original file isn't touched but if you re-export as MP3 you are going through another generation of lossy compression.
mp3DirectCut can do some basic editing without decompressing the file.
mp3DirectCut can do some basic editing without decompressing the file.
Exporting to WAV preserves the "original" MP3 quality. The "damage" is done during compression when information is thrown-away to make the smaller file. And when you play it back it gets decompressed anyway so it's not much different than decompressing and converting to WAV ahead of time.which exporting to either WAV
-
kozikowski
- Forum Staff
- Posts: 68941
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: How to edit mp3 file without exporting/re-encoding?
No. You are looking for one of the "Pure MP3 Editors." They have very limited cutting and editing and don't have to rip the MP3 part and put it back together again with the increase in compression damage.Is this possible with Audacity?
Koz
-
kozikowski
- Forum Staff
- Posts: 68941
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: How to edit mp3 file without exporting/re-encoding?
mp3DirectCut can do some basic editing without decompressing the file.
Koz
Re: How to edit mp3 file without exporting/re-encoding?
mp3DirectCut website: https://mpesch3.de/
(it's working for me)
(it's working for me)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
kozikowski
- Forum Staff
- Posts: 68941
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: How to edit mp3 file without exporting/re-encoding?
It's back.
Let's take the internet connections down on Sunday.
Koz
Let's take the internet connections down on Sunday.
Koz
-
AudacityUser#3345176
- Posts: 2
- Joined: Sun Jan 24, 2021 10:22 pm
- Operating System: Windows 10
Re: How to edit mp3 file without exporting/re-encoding?
Thanks for the info, everyone!