A dedicated and highly opinionated website about nostalgic games that left a lasting impression on me.
Go to file
Wouter Groeneveld cc3488f319 migrate to jam-my-stack npm 2021-03-05 14:12:49 +01:00
.yarn migrate to jam-my-stack npm 2021-03-05 14:12:49 +01:00
archetypes initial commit 2018-05-14 07:41:47 +02:00
content migrate to jam-my-stack npm 2021-03-05 14:12:49 +01:00
layouts wiz8 playthrough part 1 2021-02-07 15:13:37 +01:00
static trynton wiz8 playthrough update 2021-02-18 09:21:53 +01:00
themes/jefklak-creative-portfolio fix Feedly images displayed twice in RSS 2021-01-09 11:09:29 +01:00
.gitignore howlongtobeat js API and integration in sidebar 2020-12-09 09:00:00 +01:00
.yarnrc.yml migrate to jam-my-stack npm 2021-03-05 14:12:49 +01: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 fix RSS en lazyload imgs 2021-01-05 15:38:51 +01:00
jamstack-init.js migrate to jam-my-stack npm 2021-03-05 14:12:49 +01:00
jefklakscodex.sublime-project initial commit 2018-05-14 07:41:47 +02:00
package-lock.json howlongtobeat js API and integration in sidebar 2020-12-09 09:00:00 +01:00
package.json migrate to jam-my-stack npm 2021-03-05 14:12:49 +01:00
yarn.lock migrate to jam-my-stack npm 2021-03-05 14:12:49 +01: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!