View Single Post
  #21  
Old 01-31-2017, 01:59 PM
Moonspell Moonspell is offline
Senior Member
 
Join Date: Sep 2016
Posts: 227
Moonspell is on a distinguished road
Default

Re: Chaturbate Sample Rtmpdump


Quote:
Originally Posted by ihryjfbd View Post
Ok try this instead, created the model folder for me just recording kokette22 now.

Code:
set OUT_DIR=C:\captures
set SECONDS=15

set /p model=Enter username: 
set model=%model:https://chaturbate.com/=%
set model=%model:/=%

if not exist %OUT_DIR% (mkdir %OUT_DIR%)
to

Code:
set SECONDS=15

set /p model=Enter username: 
set model=%model:https://chaturbate.com/=%
set model=%model:/=%

set OUT_DIR=captures\%model%


if not exist %OUT_DIR% (mkdir %OUT_DIR%)
minFileSizeMb??
you could add this which clear the folder of all zero byte files.

Code:
:doCapture
for /r %%F in (*) do if %%~zF==0 @del "%%F"
where to add, exactly the lines for remove the 0kb files?
I mean, if i do add in the main script, after the "do capture" part, it doesn't work at all...
Reply With Quote