28 lines
698 B
Org Mode
28 lines
698 B
Org Mode
#MODE: -*- org -*-
|
|
|
|
* Info
|
|
|
|
- ~original.gif~ is the original image
|
|
- ~drawing.svg~ is a vector of the important parts
|
|
- ~lain.xcf~ contains all ~source_images~ and masking to produce ~lain.png~
|
|
- ~lain.png~ is combined with 6 frames of ~stage1-%02d.png~ to produce ~stage2-%02d.png~
|
|
- ~stage2-%02d.png~ is merged into ~lain.mp4~ with ~ffmpeg~
|
|
|
|
* Usage
|
|
#+BEGIN_SRC
|
|
mpv --loop=inf --vo=vdpau lain.mp4
|
|
#+END_SRC
|
|
|
|
* Source Images
|
|
No idea where these came from. I guess around the net. Google.
|
|
You could probably reverse image search.
|
|
|
|
* Dependencies
|
|
- cc
|
|
- mpv (for viewing)
|
|
- make
|
|
- imagemagick
|
|
- libcairo2-dev
|
|
- gimp (for editing xcf)
|
|
- inkscape (for editing svg)
|