Code Wiki
# ffmpeg
# chop time
ffmpeg -ss 00:00:00.0 -i INPUT.mkv -c copy -t 00:13:17.0 OUTPUT.mk
## ss start
## t duration
- line: program or language
- line: description
- -end line: code and explanation (must start with "##")
If a line startes with "#c", the following command is copied onto the clipboard and stays there till after you exited the program. In the terminal you can paste the command via the assigned paste shortcut.
import time,os,copy
import textwrap
import subprocess
import pyperclip