"hermit crabs"

This commit is contained in:
nik gaffney 2019-08-12 15:32:02 +02:00
parent e59c50a8a1
commit 38cc5f1ca5

View file

@ -12,29 +12,29 @@ This particular slitscan provides some slightly configurable scaffolding around
* installation, configuration, operation, etc * installation, configuration, operation, etc
install (mac)... install (mac)...
#+BEGIN_SRC shell #+BEGIN_SRC text
brew install ffmpeg drracket brew install ffmpeg drracket
git clone https://github.com/zzkt/slitscan.git git clone https://github.com/zzkt/slitscan.git
#+END_SRC #+END_SRC
install (debian/ubuntu)... install (debian/ubuntu)...
#+BEGIN_SRC shell #+BEGIN_SRC text
sudo apt install ffmpeg racket sudo apt install ffmpeg racket
git clone https://github.com/zzkt/slitscan.git git clone https://github.com/zzkt/slitscan.git
#+END_SRC #+END_SRC
simple transform... simple transform...
#+BEGIN_SRC shell #+BEGIN_SRC text
racket slitscan.rkt -v -i <input.mp4> racket slitscan.rkt -v -i <input.mp4>
#+END_SRC #+END_SRC
transform at 1080p and delete working files, with minimal command line noise... transform at 1080p and delete working files, with minimal command line noise...
#+BEGIN_SRC shell #+BEGIN_SRC text
racket slitscan.rkt --width 1920 --height 1080 --loglevel quiet --cleanup -i <input.mp4> racket slitscan.rkt --width 1920 --height 1080 --loglevel quiet --cleanup -i <input.mp4>
#+END_SRC #+END_SRC
options... options...
#+BEGIN_SRC shell #+BEGIN_SRC text
slitscan [ <option> ... ] slitscan [ <option> ... ]
where <option> is one of where <option> is one of
-v, --verbose : various verbose messages -v, --verbose : various verbose messages