Is it possible, and what would be the required steps to create a podcast with Virtual DJ. I want to record a radio show basically, short sets of songs, then some voice over announcing, then back to music. Some of the things I would love:
- Could I add index points when a new song starts?
- Could i get album artwork per chapter/song?
- Easy way to export and post onto my webserver / Apples iTunes store?
Thanks in advance for any help you can offer!!
I have the Numark OMNI Control and a Shure microphone already, using an iMac with Numark Cue 5.2.1 but thinking about upgrading to 6.0.
- Could I add index points when a new song starts?
- Could i get album artwork per chapter/song?
- Easy way to export and post onto my webserver / Apples iTunes store?
Thanks in advance for any help you can offer!!
I have the Numark OMNI Control and a Shure microphone already, using an iMac with Numark Cue 5.2.1 but thinking about upgrading to 6.0.
发表时间 Mon 01 Jun 09 @ 10:42 am
Podcasts are actually quite easy to create manually just by using a text editor, since they are XML-based RSS-feeds with a media file attached to it. If you have any programming skills, you can try creating some kind of automated script to create a podcast XML-file OR use some of the various podcast creation tools out there.
Chapter markers and cover art is possible, but only when using .m4a format, not with .mp3.
If you submit your podcast to iTunes store and it gets accepted, you don't have to manually update it every time you release a new episode. iTunes store has a bot that keeps checking your podcast for updates as long as it stays in the same URL in your web server, e.g. www.domain.com/podcast.xml
Chapter markers and cover art is possible, but only when using .m4a format, not with .mp3.
If you submit your podcast to iTunes store and it gets accepted, you don't have to manually update it every time you release a new episode. iTunes store has a bot that keeps checking your podcast for updates as long as it stays in the same URL in your web server, e.g. www.domain.com/podcast.xml
发表时间 Mon 01 Jun 09 @ 1:51 pm