mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Fix EOLs (#235)
This commit is contained in:
committed by
Silver
parent
e707138d14
commit
afe3913893
@@ -1,5 +1,5 @@
|
||||
..\..\Downloads\gource-0.35.win32\gource -1280x720 -a 1 -s 4 -c 2 --key --camera-mode overview --title SS13 --hidemouse,filenames --logo ..\..\Downloads\gource-0.35.win32\forumbuttonbg.png --max-user-speed 300
|
||||
|
||||
capture using fraps, recode using ffmpeg:
|
||||
ffmpeg -i "c:\path-to-input-moive.avi" "C:\path-to-output-movie.webm"
|
||||
|
||||
..\..\Downloads\gource-0.35.win32\gource -1280x720 -a 1 -s 4 -c 2 --key --camera-mode overview --title SS13 --hidemouse,filenames --logo ..\..\Downloads\gource-0.35.win32\forumbuttonbg.png --max-user-speed 300
|
||||
|
||||
capture using fraps, recode using ffmpeg:
|
||||
ffmpeg -i "c:\path-to-input-moive.avi" "C:\path-to-output-movie.webm"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
if not exist out goto END
|
||||
rmdir/s /q out
|
||||
:END
|
||||
echo Cleanup Executed successfully.
|
||||
@echo off
|
||||
if not exist out goto END
|
||||
rmdir/s /q out
|
||||
:END
|
||||
echo Cleanup Executed successfully.
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
@echo off
|
||||
if exist out goto continue
|
||||
|
||||
:cleanup
|
||||
call cleanup.bat
|
||||
goto gen
|
||||
:gen
|
||||
mkdir out
|
||||
cd ..\..\
|
||||
svn log --xml -v svn://games.ques.to/ss3d/ss3d/trunk > Tools\statsvn\out\svn.log
|
||||
cd Tools\statsvn\out
|
||||
java -jar ..\statsvn.jar -threads 5 -exclude "Lidgren.Network/**:Media/**" -include "**/*.cs:**/*.xml" svn.log ..\..\..\
|
||||
cd ..
|
||||
goto end
|
||||
|
||||
:continue
|
||||
SET /P ANSWER=stat output dir is not empty. Continue (Y/N)?
|
||||
if /i {%ANSWER%}=={y} (goto cleanup)
|
||||
if /i {%ANSWER%}=={Y} (goto cleanup)
|
||||
goto end
|
||||
:end
|
||||
@echo off
|
||||
if exist out goto continue
|
||||
|
||||
:cleanup
|
||||
call cleanup.bat
|
||||
goto gen
|
||||
:gen
|
||||
mkdir out
|
||||
cd ..\..\
|
||||
svn log --xml -v svn://games.ques.to/ss3d/ss3d/trunk > Tools\statsvn\out\svn.log
|
||||
cd Tools\statsvn\out
|
||||
java -jar ..\statsvn.jar -threads 5 -exclude "Lidgren.Network/**:Media/**" -include "**/*.cs:**/*.xml" svn.log ..\..\..\
|
||||
cd ..
|
||||
goto end
|
||||
|
||||
:continue
|
||||
SET /P ANSWER=stat output dir is not empty. Continue (Y/N)?
|
||||
if /i {%ANSWER%}=={y} (goto cleanup)
|
||||
if /i {%ANSWER%}=={Y} (goto cleanup)
|
||||
goto end
|
||||
:end
|
||||
|
||||
Reference in New Issue
Block a user