A dedicated and highly opinionated website about nostalgic games that left a lasting impression on me.
Go to file
wgroeneveld 874aade0cf ion fury post, gfonts local hosts, sass fixes 2020-06-01 09:52:47 +02:00
archetypes initial commit 2018-05-14 07:41:47 +02:00
content ion fury post, gfonts local hosts, sass fixes 2020-06-01 09:52:47 +02:00
layouts/shortcodes ion fury post, gfonts local hosts, sass fixes 2020-06-01 09:52:47 +02:00
static ion fury post, gfonts local hosts, sass fixes 2020-06-01 09:52:47 +02:00
themes/jefklak-creative-portfolio ion fury post, gfonts local hosts, sass fixes 2020-06-01 09:52:47 +02:00
.gitignore minor tweaks to layout and content 2020-05-25 16:53:30 +02:00
LICENSE Initial commit 2018-05-12 09:40:00 +02:00
README.md ion fury post, gfonts local hosts, sass fixes 2020-06-01 09:52:47 +02:00
config.toml ion fury post, gfonts local hosts, sass fixes 2020-06-01 09:52:47 +02:00
jefklakscodex.sublime-project initial commit 2018-05-14 07:41:47 +02:00

README.md

see jefklakscodex.com

Converting/ripping

Jpegs

find . -name "*.jpg" -exec convert {} -sampling-factor 4:2:0 -strip -quality 85 -interlace JPEG -colorspace sRGB {} ;

Twitter videos

  • Use youtube-dl --no-check-certificate [m3u8link]. Requires ffmpeg to be installed.
  • Cut/convert with https://ezgif.com/video-to-mp4/ instead of ffmpeg - faster!