a rather strange question, but.. does anyone know if there is a way to configure virtualdub to load with a different default codec ? here's the scenario.. when i first load vdub, if i want to save video in xvid format, i have to go to the \video\compression and select xvid, otherwise the default codec/compressor is NONE or (Uncompressed RGB/YUY2) thanks for any leads.
+ Reply to Thread
Results 1 to 10 of 10
-
-
Easy. Select Xvid and config if you want. Same to audio too.
Go to FILE, SAVE PROCESSING SETTINGS. Select a name and save.
Close VD. In next time, for any video only use CTRL+L, load the VCF file and voia la.
Only method I know.Last edited by Cauptain; 27th Oct 2011 at 04:40.
-
Create a custom shortcut to VirtualDub.exe and add to command line:
Code:/cmd VirtualDub.video.SetCompression(0x64697678,0,10000,0)
---
Or set what You want in VirtualDub, save processing settings (to .vcf file) and add to command line (in shortcut):
Code:/s"namefile.vcf"
Code:/s"d:\folder\namefile.vcf"
VideoAudio.pl - Serwis o technologii wideo & audio -
Last edited by Cauptain; 27th Oct 2011 at 05:17.
-
BTW
If someone uses context menu (Open With) to open video files in VirtualDub, it's also possible to modify shell/open/command in registry.
Key:
Code:HKEY_CLASSES_ROOT\Applications\VirtualDub.exe\shell\open\command
Code:"d:\Tools\VirtualDub\VirtualDub.exe" /cmd "VirtualDub.video.SetCompression(0x64697678,0,0,0)" "%1"
Code:"d:\Tools\VirtualDub\VirtualDub.exe" /s"d:\Tools\VirtualDub\custom.vcf" "%1"
.vcf file may contain selected functions. For example, content can be just as below:
Code:VirtualDub.video.SetMode(0); VirtualDub.video.SetCompression(0x64697678,0,0,0);
VideoAudio.pl - Serwis o technologii wideo & audio -
-
hi placio74, thanks for all the tips.
here's what i'm trying to do:
1. working on some xvid matrice in a tool i developed
2. when i chose a matrice i want to test an encode with
3. from my tool, load virtualdub
4. what i want to do is have virtualdub load with a specific avs script
5. but with the matrice i choose from my tool
6. so every time i chose a matrice, and load virtualdub, it should open via the script using the matrice i selected from my tool.
7. the problem with the above scenario is this. if you load virtualdub with the .vcf filename, it will load the the last vdub settings, plus the last xvid matrice used, and over-riding my choosen matrice...is probably doing this through the registry most likely
8. so i found a way around this problem. i added another feature in my tool to read/write the matrice(s) directrly from the registry. but, for this purpose,and for this to work properly,
8a. i would have to close down vdub completely
8b. choose the matrice i want xvid to use in the endcode from inside vdub (via my tool)
8c. write the matrice directly into the registry (via my tool)
8d. load vdub, open the avs script, go to \video\compression and select xvid codec
8e. finally, start the xvid encode inside vdub
/cmd VirtualDub.video.SetCompression(0x64697678,0,10000 ,0)
but i would much rather be able to call vdub from my tool with the choosen matrice and begin the xvid encoding in one step if at all possible. then, i can enhance the tool to attach an output.avi filename, altimately batch these test encodes.
if all else fails, i can live with
9a. choosing my matrice from the tool
9b. just drag-drop the avs script into the modified vdub short-cut
9c. F7 + filename to begin the xvid encoding
thank you for any further tips you can supply me in this endeavor. -
ok, i got it...figured it out. yeah.
if you want to load virtualdub with a specific avs script and specific codec (ie, xvid in this case)
we can use the following:
D:\VirtualDub.exe "c:\tvshows24fps.avs" /cmd VirtualDub.video.SetCompression(0x64697678,0,10000 ,0) -
bumping an old thread here...
Q: is there a way to open an (huffy) avi in vdub at a specific frame number ? ... [ RESOLVED ]
use:
VirtualDub.subset.Clear();
VirtualDub.subset.AddRange(x,y); where x,y is your range values
history-- i am working on a twitter app to help me keep track of my captures of the london olympic games off of directv. at the moment, the app keeps track of: Frame; Time; and Filesize; so that i can get an idea of where i am in the avi file. these are twitters in real time as i capture inside vdub. i set a global-wide hotkey, { F8 } to snip the info into a grid control while watching the games and make my twitter or comment about the scenes. its becoming a challenge twittering accurately.
but the next thing i want to do (inside the app) is drag the row into vdub's window to quickly review it to make revision to the twitter properties, frame/time/filesize and twitter topics.
thank you.Last edited by vhelp; 6th Aug 2012 at 18:49.
Similar Threads
-
Assign default audio and default subpicture streams for movie only backups.
By mattstan in forum DVD RippingReplies: 12Last Post: 11th Sep 2012, 04:59 -
VlC became default audio player, some how, but I can't default 2 foobar?
By Denvers Dawgs in forum ComputerReplies: 1Last Post: 17th Sep 2011, 17:38 -
Virtualdub batch job changes filter settings back to default. Bug?
By gll99 in forum Video ConversionReplies: 5Last Post: 5th Apr 2009, 22:41 -
VirtualDub can't find an audio compressor while GSpot can for my avi. Help!
By yosarian in forum AudioReplies: 13Last Post: 2nd Dec 2008, 08:01 -
Configuring settings when converting to AVI (DivX codec)
By firas_hashim in forum Video ConversionReplies: 15Last Post: 24th Jun 2007, 02:21