Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

VirtualDub(Mod) plugin

Announcements of new plugins or updates.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
MORA
Posts: 14
Joined: March 7th, 2007, 5:21 pm

VirtualDub(Mod) plugin

Post by MORA »

May need some adjusting to work with other versions (vdub dubmod etc)


This is a plugin for smartie to show some info from VirtualDub(Mod)
Made on request.

Usage.
1) Place dll in plugin dir.
2) Use the following functions in your screens
$dll(VirtualDub,1,,) Must be the first function called, returns nothing
$dll(VirtualDub,2,,) Returns current percentage (without % sign)
$dll(VirtualDub,3,,) Returns the title of the current job
$dll(VirtualDub,4,,) Returns pass (as 1 or 2)

$dll(VirtualDub,10,,) Is virtualdub running a job? (1=yes 0=no)

$dll(VirtualDub,19,,) Reset internal variables (Useful if pass # get wrong)
-Since pass is not exported in the title, the plugin guesses it based on pct.

Below is an exsample of using it on 1 line.
VDUB:$dll(VirtualDub,3,,)@$dll(VirtualDub,2,,) (Pass# $dll(VirtualDub,4,,))

Function 10 is used in a action to only show the screen if theres any info.

The plugin is in C# source is included.

Author
MORA (Pm at forums.lcdsmartie.org if needed)
You do not have the required permissions to view the files attached to this post.

Post Reply