This repository has been archived on 2023-05-28. You can view files and clone it, but cannot push or open issues or pull requests.
old-website/views/encode.ejs

86 lines
4.6 KiB
Text

<!DOCTYPE html>
<html lang="en">
<head>
<%- include("pieces/html-head.ejs") %>
</head>
<body>
<div class="main">
<%- include("pieces/header.ejs") %>
<div class="tll small-margin-inside">
<h2>encodes</h2>
<details>
<summary><b>NOTE</b></summary>
<p class="no-margin">this page gets a little nerdy, italicized words have definitions available by hovering over them.</p>
</details>
<hr>
<p>
i enjoy obscure media and media restoration. i collect home recorded VHS tapes and i'm looking to eventually collect casettes of radio recordings too!
</p>
<p>
with all of that said, i like to release <span class="definition" title="A release of media.">encodes</span>!
i do so for obscure media that hasn't seen a
<span title="A release to home media (VHS, DVD, Blu-ray, CD, etc.)" class="definition">official home release </span>
in decades or ever, really.
</p>
<p>
i might occasionally do an encode for things that already have a home release within recent years but that's probably because the home release is,
in my opinion, bad.
</p>
<hr>
<p>here are some of my releases :)</p>
<div class="tll small-margin-inside">
<div class="block">
<h2>nightmare ned restoration</h2>
<p>
<details>
<summary>relatively simple restoration of an ABC saturday morning cartoon.</summary>
<hr>
<p class="no-margin">
i used ffmpeg for the majority of the episodes, cropping out the black bars and cutting out the commericals. i did use
some
<span class="definition" title="MySpleen is a torrent tracker dedicated to comedy material, with particular focus on Adult Swim, Comedy Central, Cartoon Network, and any content that is not available for purchase anywhere.">Myspleen</span>
<span class="definition" title="Releases of media.">rips</span> given to me by a friend of mine. I, then, cropped out any black bars and took out any
commericals and bumpers left in the tapes. <br><br>
in one of the episodes, i switched sources between the title card and episode itself because one of the rips didn't have a title card.<br><br>
you can read the rips mediainfo here: <a href="https://files.gay/f/3pH9G/raw">mediainfo (for episode 1)</a>
</p>
</details>
</p>
<hr>
<p>
<b>download here</b>:
<ul>
<li>archive.org: <a href="https://archive.org/download/nightmare-ned-complete-hq/nightmare-ned-complete-hq_archive.torrent">torrent</a>, <a href="https://archive.org/compress/nightmare-ned-complete-hq/formats=MATROSKA&file=/nightmare-ned-complete-hq.zip">direct download</a></li>
<li>youtube.com: <a href="https://www.youtube.com/playlist?list=PL7we7ucNtYkcWzqGHRAFiwgMw3Jtb5sYW">playlist</a></li>
</ul>
<i>I also released this on private forum Snahp, if you have access to that forum, search "Nightmare Ned COMPLETE x265"</i>
</p>
</div>
<div class="block">
<h2>bear in the big blue house restoration</h2>
<p>
<details>
<summary>restoration of the show's episodes missing from disney+</summary>
<hr>
<p class="no-margin">
bear in the big blue house is a playhouse disney show. i didn't grow up with cable in all honesty but the show
has almost always interested me since i discovered youtube rips of it.<br><br>
i was really glad to hear the show finally got an almost complete release on disney plus recently, however there
are a few episodes missing from the official release. this is where i come in. i'm releasing high quality versions of these
episodes soon.<br><br>
<b>current status</b>: <i style="color: hotpink;">i'm fetching high quality audio and video versions of these episodes on the web at the moment, check back later :3</i>
</p>
</details>
</p>
<hr>
<p>
<b>download here</b>:
<i class="no-margin">tba, as this project is still in progress</i>
</p>
</div>
</div>
</div>
<%- include("pieces/footer.ejs") %>
</div>
</body>
</html>