|
|
5 лет назад | |
|---|---|---|
| Funscripta | 5 лет назад | |
| .gitignore | 5 лет назад | |
| Funscripta.sln | 5 лет назад | |
| LICENSE | 5 лет назад | |
| README.md | 5 лет назад | |
A little Windows Application for creating funscript files and/or converting them to the corresponding csv format.
You can now open a script or video-file directly via drag ‘n drop, send the file as first parameter or send a video file prefixed with -v and/or a script file prefixed with -s in cmd as parameter.
Prefixed parameters will take priority over the first parameter.
e.g.:
Funscripta.exe "C:\MyVideos\MyNiceVideo.mp4" or
Funscripta.exe -v "C:\MyVideos\MyNiceVideo.mp4" or
Funscripta.exe -s "C:\MyVideos\MyNiceVideo.csv" or
Funscripta.exe -v "C:\MyVideos\MyNiceVideo.mp4" -s "C:\MyScripts\MyNiceVideo.csv"