| View previous topic :: View next topic |
| Author |
Message |
GregLand Valued Contributor


Joined: 15 Jun 2004 Posts: 212 Location: FRANCE
|
Posted: Sun Jun 05, 2011 10:47 pm Post subject: dll vidcap, possibility choosing recording path |
|
|
Hello !
I use the vdsdll.dll 2.8 extension and I would like to know if it was possible to choose a path for the captured AVI file in this command...
| Code: | | DLL VIDCAP, STARTCAP, <.AVI filename> |
This code doesn't look to work...
| Code: | | DLL VIDCAP, STARTCAP, E:\Capture.avi |
Only this : (Saved to C:\)
| Code: | | DLL VIDCAP, STARTCAP, Capture.avi |
Thanks for your help |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Mon Jun 06, 2011 2:34 pm Post subject: |
|
|
If no other solution is found, you could at least move the file once it's been saved to C:\Capture.avi over to E:\Capture.avi _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
GregLand Valued Contributor


Joined: 15 Jun 2004 Posts: 212 Location: FRANCE
|
Posted: Mon Jun 06, 2011 3:05 pm Post subject: |
|
|
Hello and thanks for your reply.
I did that, but I don't want to put the C drive as temp drive... |
|
| Back to top |
|
 |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Thu Jun 09, 2011 3:04 am Post subject: |
|
|
Did you try changing to the directory first? Just a guess...
Hooligan _________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Thu Jun 09, 2011 5:17 am Post subject: |
|
|
| Hooligan wrote: | Did you try changing to the directory first? Just a guess...
Hooligan |
LOL... Watch that be it too.  _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
GregLand Valued Contributor


Joined: 15 Jun 2004 Posts: 212 Location: FRANCE
|
Posted: Thu Jun 09, 2011 10:25 am Post subject: |
|
|
| Hooligan wrote: | Did you try changing to the directory first? Just a guess...
Hooligan |
With this code ?
| Code: | | directory change,E:\ |
|
|
| Back to top |
|
 |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Tue Jun 14, 2011 12:59 pm Post subject: |
|
|
Did that work?
Hooligan _________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
GregLand Valued Contributor


Joined: 15 Jun 2004 Posts: 212 Location: FRANCE
|
Posted: Tue Jun 14, 2011 1:14 pm Post subject: |
|
|
No...  |
|
| Back to top |
|
 |
|