Mobile app version of vmapp.org
Login or Join
Ogunnowo487

: Add stock intro and outro to a set of .mp3's? If I have a bunch of existing podcast mp3's, with no intro and outro, can I do something simple to add a stock intro and outro (supplied as

@Ogunnowo487

Posted in: #Podcast

If I have a bunch of existing podcast mp3's, with no intro and outro, can I do something simple to add a stock intro and outro (supplied as .mp3's) to each podcast?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Ogunnowo487

2 Comments

Sorted by latest first Latest Oldest Best

 

@Michele947

Try the open source MP3Wrap. This works on either Linux or Windows platforms.

Here's the syntax on Windows for a single file:

mp3wrap updated01.mp3 intro.mp3 podcast01.mp3 outro.mp3


The following should work for all files starting with podcast in the current directory when entered from the command line:

for /f %a IN ('dir /b podcast*.mp3') do mp3wrap updated%a intro.mp3 %a outro.mp3

10% popularity Vote Up Vote Down


 

@Radia820

It would all depend on the customization of your player. In flash you could theoretically play an mp3 at the beginning and end.

I'm not sure if you develop in flash or not, but it should be relatively simple.

If you are using another player, you may want to look into creating 'playlists' for each mp3.

Hope it helps!

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme