PHPDoc, but specifically working with PHPStorm IDE.
/**
* Array of datetimes like [DateTime(), DateTime()]
*
* @var DateTime[]
*/
:again | |
if "%~1" == "" GOTO done | |
ffmpeg.exe -i "%~1" -t 00:00:15 "%~n1_clip%~x1" | |
SHIFT | |
GOTO again | |
:done |
15 second clip
ffmpeg -i in.mp4 -t 00:00:15 in_15s.mp4
clip to exact frames
ffmpeg.exe -i in.mp4 -vf "select=between(n\,100\,395),setpts=PTS-STARTPTS" -an out.mp4
Batch file that you can drag and drop multiple files onto and execute commands. Loops through all files, calls ffmpeg with file as input, and file with "_clip" inserted before the extension.
:again
if "%~1" == "" GOTO done
D:\Applications\ffmpeg\bin\ffmpeg.exe -i "%~1" -t 00:00:30 "%~n1_clip%~x1"
SHIFT
GOTO again
const SKIP_START = ['\t', '@', ';']; | |
const SKIP_WORDS = [ | |
'<control>', | |
'<not a character>', | |
'MODIFIER', | |
'LEFT-TO-RIGHT', | |
'RIGHT-TO-LEFT', | |
'FORMATTING', | |
'SPACE', | |
'COMBINING', |
HOLD "e" TO PICK UP ALL ITEMS ON THE GROUND
Wiki: https://nightingale-labs.com/nightingale/gear-calculator/
Augments that give bonuses: https://www.reddit.com/r/nightingale/comments/1b07ybt/list_of_augments_that_have_bonus_effects/
1 million damage build: https://www.reddit.com/r/nightingale/comments/1b16woh/build_for_over_1mil_damage/
Crafting spreadsheet: https://docs.google.com/spreadsheets/d/1AWNBvvgZErfGYX_rLLnQ_9-BlNl6-G0--XmxTgZj4Tc/edit#gid=0