Skip to content

Instantly share code, notes, and snippets.

View intuol's full-sized avatar
💭
experimenting...

intuol intuol

💭
experimenting...
View GitHub Profile
@intuol
intuol / freestuff_filenames.md
Last active August 28, 2022 22:26
Common "Free Stuff" Movie/TV Show Filenames

"Free Stuff" Movie/TV Filenames

Common P2P Filename: Show.Name.S01E01.Episode.Name(optional).Quality(1080p, 720p).Source(HDTV, BluRay, WEB-DL).AudioCodec(DD5.1, AAC2.0, DDP5.1).VideoCodec(x264, H.264)-GroupName(BTN, NOGRP)

Common Scene Filename: Show.Name.S01E01.Episode.Name(optional).Quality(1080p, 720p).Source(HDTV, BluRay, WEB).VideoCodec(x264, H.264)-GroupName(iND)

nhjm449/DerpyNews Filename: Show Name 101 Episode Name (Quality.Source.AudioCodec.VideoCodec.) [449/derpyhooves];

@intuol
intuol / install-python.bash
Last active November 24, 2022 03:24 — forked from sumanthratna/install-python.bash
How to install Python 3.9.4 on Linux without sudo access.
# adapted from https://web.archive.org/save/https://randomwalk.in/python/2019/10/27/Install-Python-copy.html Edited by intuol.
wget https://www.python.org/ftp/python/3.9.4/Python-3.9.4.tgz
tar zxfv Python-3.9.4.tgz
rm Python-3.9.4.tgz
find ./Python-3.9.4/Python -type d | xargs chmod 0755
cd Python-3.9.4
./configure --prefix=$PWD/Python-3.9.4/Python
make
make install
export PATH=$CWD:$PATH # adds python3.9.4 to PATH
@intuol
intuol / adobeanimatecam.md
Last active July 13, 2023 15:39
An explanation on why you shouldn't use Adobe Animate's built-in camera.

Do NOT use Adobe Animate's built-in camera.

You might be asking, why the hell not? Here's an explanation as to why.

History

External SWF Converters

Before 2011-2013, there were many poor options when it came to rendering Flash animations. The then named Adobe Flash had their old .AVI, .MOV, and image exports (Which I'm pretty sure TV studios used this option). However, these did not work well with ActionScript and Movie Clips. What's worse, the .MOV exports had frame drops depending on the animation. Sure there was external .SWF converters at the time, though all it did was screen record the video which resulted in numerous frame drops. Not to mention, logos if you didn't pay for the converter.

Enter Kurst's SWF Renderer and Swivel. Developed in 2011 and 2013 respectively, both of them supported Movie Clips and ActionScript. Plus, there was absolutely no frame drop in both software. Swivel is completely free, however Kurst's SWF Renderer was not (their older version was).

Adobe Animate Built-In