I'm using VLM to record video/audio from my usb tv capture card. Right now things work great, but I don't know how to change the filename automatically. Each day the recorded mpeg is overwritten. Can someone tell me how to dynamically name my output file?
I'd prefer to use the same media settings (broadcast element) each time but would like to have the filename have the start date and time appended to it ('myrecording-053108-2230.mpg') or something along those lines. If I use the same broadcast element again the next day the filename would change accordingly. I'd be happy just figuring out a way to keep from overwriting the file each time. Date/time is not a necessity but a unique filename is.
Is something like that even possible with vlm?
I'm using winxp and would prefer not having to write a special batchfile just to get a unique filename.
Thanks!