User:StasFomin/ScreenSharing/pingwinsoft
From Wiki4Intranet
< User:StasFomin
Revision as of 21:30, 25 March 2013 by StasFomin (Talk | contribs) (Created page with "echo %DATE% echo %TIME% :start set filename=%date:~-4%-%date:~3,2%-%date:~0,2%-%time:~0,2%-%time:~3,2%-%time:~6,2%.avi echo %filename% ffmpeg -y -threads 4 -rtbufsize 1200000...")
echo %DATE% echo %TIME%
- start
set filename=%date:~-4%-%date:~3,2%-%date:~0,2%-%time:~0,2%-%time:~3,2%-%time:~6,2%.avi echo %filename% ffmpeg -y -threads 4 -rtbufsize 1200000000 -f dshow -r 8 -i video="screen-capture-recorder" -vcodec libx264 -preset ultrafast -qp 0 -an -r 8 -vsync 1 -f avi "%filename%" -f flv -r 4 -vb 800K -timeout 60 "rtmp://m1.d1.yatv.ru/ app=live/pingwinsoft/p/762512b5b90d515f playpath=screen2" goto start