|
"Write AVI" with the filename from variable Doug Wegscheid from United States [4 posts] |
7 year
|
Is it possible to do a Write AVI with the file name provided in a variable?
|
|
|
Steven Gentner from United States [1446 posts] |
7 year
|
Doug,
Yes it is and is done frequently. You can even change the variable path and that will tell the module to close one video file and open a new one in the case of needing multiple smaller video files.
Just create a variable like
my_filename = "c:\temp\video.avi"
and then use [my_filename] in the location you would normally type in the filename in that module.
STeven.
|
|