Quote:
Originally Posted by Horadrim
Elegro, thank you for your wonderful work! I have one suggestion - if you could add the model`s name to the "Starting Live Stream" message. This way if someone captures few streams at once, it will be easier to interrupt the unwanted ones. Currently is kinda hard to distinguish which console is for which stream.
|
Are you using the batch file? Because if you run cam4cmdline manually, then the filename you have entered should already be displayed in the console window.
If you're using the batch file, then open it with notepad and add the following line
Code:
echo Saving as: %fname%
so it looks like this
Code:
if not exist "cam4\%model%" mkdir "cam4\%model%" && echo Created new directory: cam4\%model%
echo Saving as: %fname%
cam4cmdline -m %model% -o "cam4\%model%\%fname%"