I have a number of JPG stills that I can convert to MPEG with VCDEASY for making Photo CD's. The trick is I want to use them in ULEAD VIDEO STUDIO and when I try, it says its a bad file format.
So If I take each one and run it through TMPG, ULEAD accepts it. Heres my problem, I have HUNDREDS I need to convert in TMPG and using the batch option is FINE but having to click on each and every one is CRAZY.
Is there a fast way to setup a batch file ? SOrt of like, create one entry and then if I could just edit the file and repeat the line 100 times ?
Help is appreciated !!! If I get this down < i will write a guide on picture CD with music UNLESS there is a way to do this with VCDEASY under the normal pictire CD process ???
Rob
+ Reply to Thread
Results 1 to 4 of 4
-
-
The best way to do this would be with a vb script. Write a script that takes the files one by one and processes them with tmpgenc, and turn it loose on the folder full on jpegs.
www.winguides.com should have enough vbscripting examples to get you started. It's like writing batch files in vb. -
Thank you !!! I'll try that ! Will VB run native like a basic dialog or do I need a compiler ?? Thanks
-
You probably figured this out already, but....
if you're running a recent version of windows, just put type up your code in notepad, and save it with a .vbs extention. Double clicking the file will run your code.
Here's a snippet to try. Just put this in notepad and save it as hello.vbs then double click the file. If you get the popup box, your system is all set.
msgbox "Hello World."
Similar Threads
-
Need a ton of help. Edit and shrink fraps video.
By CowLuver in forum Newbie / General discussionsReplies: 8Last Post: 14th Apr 2012, 19:59 -
any ways to convert from avi to asf very quickly?
By George2 in forum Newbie / General discussionsReplies: 34Last Post: 20th Apr 2009, 03:02 -
can't open mpegs made over 5 years ago - used tmpg
By heidihagen in forum Authoring (VCD/SVCD)Replies: 3Last Post: 20th Mar 2009, 14:40 -
Batch Convert AVI to MOV Quickly
By huttonhenrysfinest in forum MacReplies: 7Last Post: 9th Feb 2009, 20:23 -
What program will convert AVI to .RMVB quickly?
By Salva Veritate in forum Video ConversionReplies: 8Last Post: 13th Aug 2007, 21:15