kinda OT: music/picture compilation feature!

TheHappyFriar wrote on 7/25/2005, 1:24 PM
I'm doing a graduation DVD that should be finished up this week. For part of it I put on ~300 pictures of the kids. I also decided to put the pictures on the DVD as the origional jpg's so that people could print them off it they wanted.

So, I decided t put each image name as a sub-title. Here's how I did it the "easy" way (as compared to typing each name in manually)

1) make sure you have your pictures organized. I put 99 in each folder.

2) run command.com & go to that folder (quick dos lesson: to change drive's, type the drive letter followed by a collon. ex: c: changes to c drive, d: changes to d drive, etc. cd foldername changes to a directory off the current one. So, if you pictures were stored in g:\grad05\pics\set1 to get there you'd type g: <enter> cd\grad05\pics\set1 <enter>)

3) once in the folder, type "dir *.* > file.txt" & hit enter. You now have a file called file.txt that lists ALL The files in the folder!

4) open file.txt & edit out all the useless stuff (date, size, etc). I keep the 8.3 filenames if there are any (never know what OS someone is using afterall...)

5) make your music/pic compilation, then add a subtitle track, then import this .txt file. It will match up perfectly as long sa you didn't mess up! :)

Goodluck!

Comments

bStro wrote on 7/25/2005, 4:30 PM
Huh. I'd've figured that the import file would need a start / end time for the subtitle, but I guess not.

Cool. Neat trick.

Couple tips: Use dir /b to get just the filenames -- you won't have to edit out any junk. Also, if you specifiy an extension, for example dir *.jpg /b, you'll avoid getting other kinds of files and directories.

Still, neat trick.

Rob
TheHappyFriar wrote on 7/25/2005, 5:20 PM
true, I kept only pictures in my folders though, didn't even think about that.

I did notice a "bug" though on importing pictures. You select the pictures in the explore tab/window, then right click to import them. The actual picture you right click on it always first, then the rest are in order.

So, right click on the first file. :)
JSWTS wrote on 7/27/2005, 5:46 AM
Just to continue on the OT slant of this thread, another option one can consider with adding ROM data to a dvd video is Sonic's eDVD. You can use the app to directly launch a high quality version of the picture in question while watching the dvd on a computer and print from there. The viewer can select the picture directly from a menu, launch and print/save the picture, and continue viewing the dvd.

Jim