|
|
| DragonZord |
| Posted: May 15 2013, 12:18 PM |
 |
|
Member
 
Group: Members
Posts: 15
Member No.: 35964
Joined: 13-January 13

|
Could someone please tell me how to get vdub.exe to accept Standard Input? I've got this so far: | CODE | | /min /s "c:\vdub_settings.vcf" /c /p STDIN "c:\vdub_out.avi" /r /x |
I'm stuck where I've written STDIN. It doesn't seem to accept anything I can think of. I thought someone here would know.
Thanks |
 |
| -vdub- |
| Posted: May 15 2013, 02:58 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 613
Member No.: 27087
Joined: 24-February 10

|
I see your problem while I have read on the forum previously about virtualdub script cli commands for virtualdub I cannot find them at either
http://virtualdub.org http://en.wikipedia.org/wiki/VirtualDub http://virtualdub.sourceforge.net/ http://sourceforge.net/projects/virtualdub/
A forum search provide no results to help, so could be written inside a quote or code box. A search for script produces many results I haven't looked through them. Maybe you find the virtualdub cli commands there
Or look at virtualdub help manual some cli under Advanced > Command-Line Operation maybe other cli commands in the help manual
Maybe the virtualdub source code at source forge has these (unknown)
Something to look at while waiting for a reply to this. I would also have thought they would be more available tough could be not looking for correct wording to find them !
|
 |
| phaeron |
| Posted: May 19 2013, 11:16 PM |
 |
|

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

|
VirtualDub doesn't support accepting video or audio data through standard input, since its internal interfaces are random access and not stream based. |
 |