I have a series of mp3 files which i would like to stitch together but seperate each with a 4 sec silence....any software that can do this or will it have to be copy paste and mannually add the silence on a timeline?
+ Reply to Thread
Results 1 to 4 of 4
-
-
You can do it without re-encoding with MP3DirectCut. You can run more than one instance of MP3DirectCut, each with a different MP3 open, and select the MP3s in each and copy and paste between MP3DirectCut instances. If it can't add silence for you (I can't remember) you can always create a 4 sec silent MP3 yourself and open it for copying and pasting too. Alternatively you can open an existing MP3, cut it down to 4 seconds long and reduce it's volume to silence.
For variable bitrate MP3s, I don't think you can count on the timeline being accurate, but if all you need to do is join existing MP3s while inserting silence in between, that shouldn't matter.Avisynth functions Resize8 Mod - Audio Speed/Meter/Wave - FixBlend.zip - Position.zip
Avisynth/VapourSynth functions CropResize - FrostyBorders - CPreview (Cropping Preview) -
With ffmpeg:
Create a text file called list.txt with the name of each file in the order you want them appended:
Code:file 'first.mp3' file 'silence.mp3' file 'second.mp3' file 'silence.mp3' file 'third.mp3'
Code:ffmpeg -f concat -i list.txt -c copy output.mp3
Similar Threads
-
join raw video files
By exekutive in forum Video ConversionReplies: 4Last Post: 22nd Nov 2020, 18:44 -
Join some videos together easy with fade to one movie
By Cazz in forum EditingReplies: 0Last Post: 2nd Jun 2020, 15:37 -
Ripping DVD TV Series Discks to individual MP4 files
By Fozzie_Bear in forum Authoring (DVD)Replies: 9Last Post: 24th Feb 2020, 23:01 -
Right way to join MPG files?
By yetanotherlogin in forum Video ConversionReplies: 19Last Post: 29th Sep 2019, 09:08 -
How to join AVI files?
By zaerdy in forum EditingReplies: 4Last Post: 17th Dec 2017, 11:42