Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > VirtualDub, VDubMod & AviDemux

Reply
 
Thread Tools Search this Thread Display Modes
Old 9th April 2013, 10:36   #1  |  Link
Instructor
Registered User
 
Join Date: Mar 2013
Posts: 6
BatchWizardMod for VirtualDub and VirtualDubMod

Description
BatchWizardMod - application that generate a special template from a VirtualDub/AviSynth script
file and apply this template for any number of specified files.

For VirtualDub - creates one script that process all specified files.
For AviSynth - creates .avs for each specified file.

Supported script formats
- VirtualDub and VirtualDubMod (*.jobs, *.vcf)
- AviSynth (*.avs)
- AviSynth template (*.avst)

Usage (VirtualDub and VirtualDubMod script)
- Place BatchWizardMod.exe in directory of VirtualDub.exe or VirtualDubMod.exe.
- Run BatchWizardMod.exe.
- Choose script file (*.jobs, *.vcf) created with VirtualDub or VirtualDubMod.
- Press "Generate" button and if no errors button "<EMPTY>" will change its name to "Template".
- View/Edit generated template by pressing "Template" button if necessary.
- Drag'n'Drop files to dialog.
- If output file names not based on input file names, then you can choose output directory and
can filter output file names.
- Press "Execute" if you want to process generated script in VirtualDub or VirtualDubMod
immediately or press "Save..." if you want to save generated script for further processing in
VirtualDub or VirtualDubMod.

Usage (AviSynth script and AviSynth template)
- Run BatchWizardMod.exe.
- Choose script file (*.avs, *.avst) that contain at least one AVISource, FFVideoSource or
DirectShowSource, FFmpegSource2 with video input file.
- Press "Generate" button and if no errors button "<EMPTY>" will change its name to "Template".
- View/Edit generated template by pressing "Template" button if necessary.
- Drag'n'Drop files to dialog.
- Choose output directory.
- Press "Create" to create .avs for each specified file.

Tooltip (name recognition example)
Give the name that can be linked to input file.

Example.avs
Code:
A = DirectShowSource("c:\file1-stream1.mp3")
V = DirectShowSource("c:\file1.mkv")
AudioDub(V, A)
Template
Code:
A = DirectShowSource("<INPUTFILENOEXT>-stream1.mp3")
V = DirectShowSource("<INPUTFILE>")
AudioDub(V, A)

Source code available here
Attached Images
 
Attached Files
File Type: zip BatchWizardMod-bin.zip (52.1 KB, 207 views)

Last edited by Instructor; 28th April 2013 at 08:40.
Instructor is offline   Reply With Quote
Old 13th April 2013, 19:55   #2  |  Link
Instructor
Registered User
 
Join Date: Mar 2013
Posts: 6
Added: checkbox in template dialog "No parse entered text".
Added: "VirtualDub.subset" commenting prompt.
Added: correct parsing "SaveWAV" without "SaveAVI".

BatchWizardMod v1.1
Instructor is offline   Reply With Quote
Old 18th April 2013, 17:12   #3  |  Link
Instructor
Registered User
 
Join Date: Mar 2013
Posts: 6
Added: support for AviSynth script (*.avs) and AviSynth template (*.avst).

BatchWizardMod v1.2
Instructor is offline   Reply With Quote
Old 18th April 2013, 19:00   #4  |  Link
mastrboy
Registered User
 
Join Date: Sep 2008
Posts: 365
"Attachments Pending Approval".
Could you upload somewhere else also?
__________________
(i have a tendency to drunk post)
mastrboy is offline   Reply With Quote
Old 18th April 2013, 19:34   #5  |  Link
Instructor
Registered User
 
Join Date: Mar 2013
Posts: 6
mastrboy
See the link to source code.
Instructor is offline   Reply With Quote
Old 18th April 2013, 19:54   #6  |  Link
tin3tin
Registered User
 
tin3tin's Avatar
 
Join Date: Mar 2005
Posts: 366
Very useful program. Maybe it would be nice to include a few templates to play around with?
__________________
DVD slideshow GUI(Freeware).
tin3tin is offline   Reply With Quote
Old 28th April 2013, 08:42   #7  |  Link
Instructor
Registered User
 
Join Date: Mar 2013
Posts: 6
Added: command line support. See "BatchWizardMod.exe /?" for more information.

BatchWizardMod v1.3
Instructor is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 15:43.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.