Hello,
I'm looking for a software to make multiple selections on a long audio track (seven hours) and save them as a new single file.
I've already contacted the support team of Audacity and Total Recorder software, but there is no simple way to achieve what I need with their soft.
Can someone please suggest an alternative solution ?
Thank you in advance.
+ Reply to Thread
Results 1 to 13 of 13
-
-
I use CDWave.....for .wav files of course.
http://www.milosoftware.com/en/index.php?body=cdwave.php -
I wonder what type of audio it is?
You could probably remux it as an MKA with MKVMergeGUI while using the splitting function, then extract the audio from the individual MKVs with MKVCleaver if need be. You could open and split MP3s with Mp3DirectCut. It'll also split raw AAC streams. They're all lossless options.
Nero Wave Editor has "Edit/Insert Track Split" and "Edit/Save Tracks As Files" menus. I have an old version that came with the Nero7 suite but I'm pretty sure there's a free standalone version.
Almost any wave editor should have a split function, although I can only vouch for Nero.
http://www.wave-editor.com/
http://www.wavosaur.com/
http://filehippo.com/download_nero_wave_editor/
Or you can do it with Notepad and any audio player with support for cue files and a conversion function. A cue file is just a text file with a cue extension. The following opens an audio file named "Audio File.mp3" as five individual tracks. You could open it with foobar2000 (for example) and convert each track as you would individual files. If the source was lossless (wave file or flac etc) and you converted to a lossless format, the end result would be the same as splitting.
REM DATE 2016
PERFORMER "Someone"
TITLE "This Is The Title"
FILE "Audio File.mp3" WAVE
TRACK 01 AUDIO
TITLE "Part 1"
INDEX 01 00:00:00
TRACK 02 AUDIO
TITLE "Part 2"
INDEX 01 04:18:17
TRACK 03 AUDIO
TITLE "3rd Part"
INDEX 01 09:45:19
TRACK 04 AUDIO
TITLE "4th Part"
INDEX 01 15:19:70
TRACK 05 AUDIO
TITLE "End"
INDEX 01 20:39:52Last edited by hello_hello; 14th Apr 2016 at 08:16.
-
Hello Hello,
keep in mind that I don't need to split the file (I already use mp3DirectCut for this) but I need to make multiple selections and save them, eg:
select audio track from minute 7 to 8, then from minute 50 to 52, and so on multiple times on the same track, than save the whole selections made as a new single file.
File type is mp3. -
-
Also, all the better NLEs, DAWs and Audio Editors allow you to save & reuse clip regions (ProTools, Logic, SoundForge, Audition, Nuendo, Reaper, Sonar,...).
If your needs are expanding beyond simple/free audio editors' capabilities, maybe it's time to move on up. You won't ever have THAT problem again.
Scott -
-
It might be easier to delete the sections you don't want and save what's left as a new file. I don't think there's a way to select individual sections and save them all as a single file as such, but you can copy and paste.
Open an instance of MP3DirectCut. Open another instance. Use the second one to open the MP3. Select a section you want to keep. Edit/Copy. Switch to the first instance of MP3DirectCut. Edit/Past. Repeat the process as many times as required. Save the sections pasted into the first instance of MP3DirectCut as a new MP3.
You can highlight a particular section for copying or deleting straight away, or you can set multiple edit points first by clicking "cut" when the selection length is zero. ie navigate to a certain spot, click the "set begin" selection button and then click the "cut" button. That'll set an edit point without cutting anything. Repeat the process for each edit point. When you're done, you can select any section between edit points for copying or deletion.
If you set edit points, maybe save a project file before you start deleting sections (a mpd file rather than a cue file will save everything in it's current state). That way if you delete sections to save what's left as a new MP3, by loading the project file you can start again without needing to re-create all the edit points.Last edited by hello_hello; 16th Apr 2016 at 03:25.
-
Similar Threads
-
How do I (BATCH) set a specific subtitle track, and audio track as default?
By MountainSplash00 in forum Newbie / General discussionsReplies: 3Last Post: 2nd Dec 2014, 06:53 -
Software for syncing and muxing audio track with video track?
By uranometria in forum Video ConversionReplies: 1Last Post: 21st Jul 2014, 01:52 -
Title set with multiple titles
By skaleton in forum Authoring (DVD)Replies: 1Last Post: 27th Jun 2013, 14:58 -
Add an audio track or replace the audio track of an AVI
By abrafax in forum Newbie / General discussionsReplies: 9Last Post: 1st Oct 2012, 14:34 -
How to Merge multiple Video tracks into one with a separate Audio track
By Mark97213 in forum Authoring (Blu-ray)Replies: 2Last Post: 30th Aug 2012, 00:36