Giter Club home page Giter Club logo

alttp-notes's Introduction

What This Is

The project is to have a text-based dump of everything I know about A Link to the Past. I acknowledge that this is unlikely to ever materialize, but I think it will be fun and useful to do anyway. This is inspired in part by Gwern's approach to a web of living essays.

Why

Well, I need notes for myself, so why not upload them?

Additionally, text-based information on this game is terribly lacking. I could edit the wiki, but it turns out that the pressure of writing something that matches my internal bar of "good enough for the wiki" prevents me from writing anything at all.

There is a vast amount of information out there, including in my own head, that exists only in video form and/or discord chatlogs. Videos are great for some things but incredibly inefficient in many ways. Also I just don't really like learning from videos. So the idea is to have a place for text explainers.

The Process

Right now, the process is that I will write a page whenever I feel like doing so, up to whatever quality standard I feel inspired to reach that day. If you have anything you want me to write up, please ask me and I will probably do it.

At some point I would like to organize the info better. Maybe I'll reach a point where I have a build process that fixes up links and images and shit. Maybe it'll just be a mess of markdown forever. No promises.

You can contribute by writing up a page of your own and providing a PR. Assuming it is correct and legible I will probably accept it; completeness is not required.

Making Images/GIFs

Mostly, I've been doing a brief recording in OBS, trimming the video to size using the built-in Photos app on windows, chopping out the overlay stuff using VLC, and converting to gif on ezgif.com. This suuuuuuuuuucks but I don't feel like writing software for windows OR WSL, and tooling sucks, so whatever.

VLC steps:

  1. Go to Media -> Convert/Save
  2. Select the relevant file
  3. Click "Convert/Save" or select Convert from the little dropdown on that button
  4. Select the "gameplay-from-stream-recording" conversion profile. Its settings:
  5. Encapsulation: mp4/mov
  6. Video codec: mp4, 9k bitrate, filters "video cropping filter" checked
  7. The "video cropping filter" parameters are set by going to "tools" -> "Preferences" -> selecting "all" in the bottom left, finding "video -> filters -> croppadd" and setting the values to: * top: 10 * bottom: 12 * left: 13 * right: 497
  8. Then select a destination file and do the conversion.

ezgif steps:

  1. Go to ezgif.com
  2. Select Video to GIF (this is default option anyway it looks like)
  3. Upload the video file VLC output
  4. The trim should already be right
  5. Size: 480xAUTO seems good
  6. Frame rate: 20. 25 does not divide 30 so there's no point.

ffmpeg steps:

  1. given a bunch of images from, e.g., bizhawk screencaps:
  2. something like ffmpeg -i up/%02d.png -vf palettegen -y up_palette.png to generate a palette
  3. something like ffmpeg -v debug -framerate 4 -i up/%02d.png -i up_palette.png -lavfi paletteuse -y up_slash.gif to generate the actual gif

alttp-notes's People

Contributors

foxlisk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.