|
|
| willmatic |
| Posted: Feb 23 2009, 11:45 PM |
 |
|
Newbie

Group: Members
Posts: 3
Member No.: 25151
Joined: 23-February 09

|
I'm looking for a way to use VirtualDub's Save Animated GIF feature from a script. Is there any way to accomplish this? I can create a script that will load the target AVI, but there does not seem to be any variables that allow this export to happen. VirtualDub.SaveImageSequence gets close, saving a series of pngs tgas or jpgs, but I would like to export a single animated GIF. I assume because the GUI can do it, that the command line should be able to as well. Am I just missing something? Just for fun I tried VirtualDub.SaveAnimatedGIF and VirtualDub.SaveAnimatedGif but no dice |
 |
| phaeron |
| Posted: Feb 24 2009, 06:04 AM |
 |
|

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

|
Nope, I'm afraid in current versions the Save Animated GIF command is not scriptable. I'll add it to the request list. |
 |
| willmatic |
| Posted: Feb 25 2009, 03:16 PM |
 |
|
Newbie

Group: Members
Posts: 3
Member No.: 25151
Joined: 23-February 09

|
I see. thank you then! |
 |
| willmatic |
| Posted: Feb 25 2009, 05:27 PM |
 |
|
Newbie

Group: Members
Posts: 3
Member No.: 25151
Joined: 23-February 09

|
I don't suppose anyone knows of a way to do this via the command line using any other program? |
 |
| foxidrive |
| Posted: Feb 26 2009, 02:44 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 918
Member No.: 16996
Joined: 21-October 05

|
Autoit can press Vdub keys for you... or use a keyboard macro program. |
 |
| n3bulous |
| Posted: Aug 23 2010, 05:40 PM |
 |
|
Newbie

Group: Members
Posts: 1
Member No.: 28345
Joined: 23-August 10

|
Wasn't this ability added in the latest version?
I've tried using it like so:
VirtualDub.video.SaveAnimatedGIF(...)
but it doesn't work.
Anybody have an example of the correct way to use SaveAnimatedGIF? |
 |
| phaeron |
| Posted: Aug 26 2010, 04:01 AM |
 |
|

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

|
This is only in the 1.9.X dev version from the testing forum that hasn't been officially released yet. The first argument is the filename, and the second argument is the mode (from the dialog). |
 |