I set of this morning to accomplish what I initially thought would be a 20 minute job. I just wanted to create an FLV file with no video, just audio. Why would I want to do this you may ask? Well, FLV’s support cue points and cue points can be used to trigger things in your application. After messing about with Premiere, After Effects and Soundbooth, I found quite a few ways that don’t work and at least 1 way that did.
By the way, when it comes to cue points, you might be interested to know that they are not supported if you decide to use use H.264 and neither are alpha channels. VP6 is the way to go for if you need cue points and alpha in your video or in my case my video that contains only audio.
So what did I do? Well, here goes…
1. I pulled my audio file into Soundbooth.
2. I set my markers in the markers tab. You can add them, give them a name and even add extra parameters if you want.
3. I exported to a Quicktime Movie. Why not just export to FLV? Well, my cuepoints never seemed to get embedded properly internally when I tried and I always wound up with ans external xml file with the cue points in it. Now I did also got an external file with cue points when I published the Quicktime, which led me to step 4.
4. So I now had a Quicktime movie and an external cue point file. I fired up the Flash Video encoder and added the Quicktime movie to the queue.
5. You’ll want to make a few setting changes before you turn it loose. Under the video tab, uncheck the encode video box. Make sure the encode Audio is checked under the Audio tab and under the Cue Points tab, load in your external cue points file.
6. Finally, click on the start queue.
Rejoice, you should now have an audio only FLV with embedded cue points.