|
|
| magdy.a |
| Posted: Jul 20 2014, 03:40 PM |
 |
|
Newbie

Group: Members
Posts: 2
Member No.: 38162
Joined: 20-July 14

|
Hey guys,
I was wandering if I can call virtualDub dynamically from another project to load a video and set some filter (logo) and generate the result in some location.
thank you |
 |
| dloneranger |
| Posted: Jul 20 2014, 03:49 PM |
 |
|
Moderator
  
Group: Moderators
Posts: 2366
Member No.: 22158
Joined: 26-September 07

|
Virtualdub can be run with cmdline script+params, so as long as you can call a program from your project then yes it's possible Info is in the help file and various places here
Script language (a bit out of date) http://www.virtualdub.org/docs/vdscript.txt
A search for 'vdscript' has plenty of examples http://forums.virtualdub.org/index.php?act...ghlite=vdscript
Basically, you write a script and call virtualdub.exe (or vdub.exe in a .bat file) with the script and whatever params you want To write a script, the easiest way is to set it all up in virtualdub and then 'save queued' - the virtualdub .jobs file will then have the script in it Edit that script as shown in the above search to remove any bits you don't need, and change the source+dest to parameters
eg these .bat methods of using virtualdub http://forums.virtualdub.org/index.php?act...880&hl=vdscript http://forums.virtualdub.org/index.php?act...931&hl=vdscript
-------------------- MultiAdjust JoinWav WavNormalize FFMPeg Input Plugin v1827 UnSharpMask Windows7/8 Codec Chooser All FccHandlers Stuff inc. Installers for acm codecs AAC, AC3, LameMp3 |
 |
| magdy.a |
| Posted: Jul 20 2014, 04:03 PM |
 |
|
Newbie

Group: Members
Posts: 2
Member No.: 38162
Joined: 20-July 14

|
thank you very much sir |
 |