|
|
| ts192 |
| Posted: May 9 2007, 01:40 PM |
 |
|
Newbie

Group: Members
Posts: 1
Member No.: 21392
Joined: 9-May 07

|
Here is what I have to deal with :
I have a Folder with Image Sequence ( TGA ) . I want to convert this folder to avi ( Mpeg V3 ) using command line. I have no idea how to do that |
 |
| phaeron |
| Posted: May 10 2007, 04:28 AM |
 |
|

Virtualdub Developer
  
Group: Administrator
Posts: 7773
Member No.: 61
Joined: 30-July 02

|
Set up the desired compression config in the GUI and save a configuration file. Add "VirtualDub.Open(VirtualDub.params[0]);" to the beginning, "VirtualDub.SaveAVI(VirtualDub.params[1]);" to the end, and then invoke it as "vdub /i <first tga file> <output avi file>." |
 |