Jump to content

MP3 Slide Show


Recommended Posts

Hi, Is there some tool you know of that can take a few individual mp3 files and join them to one MPEG file, Yes but So when the MPEG is played or steamed  it will show each original mp3's tagged picture as in a slide show in the outcome  Or if there is an easier available way to to do this in autoit ?

Thanks

Deye

Link to comment
Share on other sites

To join mp3's is easy...

Run(@ComSpec & " /c copy /b *.mp3 all.mp3")

Dunno about the image tagging stuff, maybe it works already, but cant test as i have no mp3 with those tags/images..

/edit, ohh, and you can ofcourse rename it to mpg aswell and it still plays, still dunno about the tag stuff.

Run(@ComSpec & " /c copy /b *.mp3 all.mpg")

 

Edited by Werty

Some guy's script + some other guy's script = my script!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...