Skip to content
View seamonkey420's full-sized avatar
🤓
Geeking Out
🤓
Geeking Out
  • USA

Block or report seamonkey420

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. FFMPEG Example Commands FFMPEG Example Commands
    1
    :: Dec 2024, Seamonkey420
    2
    :: This is just a note for myself on some common ffmpeg commands i use for scripting.
    3
    :: Used in my .cmd/.bat script files on mkv files. 
    4
    :: change %~1 to a proper variable, otherwise you can add commands to a batch file and then drag files to file to run!
    5
    :: add this to top of batch files!!:
  2. Extract and Add AC3 audio stream Extract and Add AC3 audio stream
    1
    ::  Extract main audio track as AC3 for mkvtoolnix adding
    2
    ::  Opens mvktoolnix with original mkv file to then add ac3 manually
    3
    ::  Recommended: create Scripts folder in your user folder and then copy MKVToolnix portable there
    4
    ::  This will retain all original video/audio/subtitle streams and make ac3 versions of 
    5
    ::  all audiostreams in mka form and then open mkvtoolnix with said files to then multiplex.
  3. Easy batch file to just download a s... Easy batch file to just download a single youtube video or playlist via YT-DLP. Update variables to where yt-dlp is saved and where you want videos saved to.
    1
    :: -------------------------------------------------------------
    2
    :: Quick way to download youtube vids via yt-dlp
    3
    :: Set yt-dlpLOC to where yt-dlp.exe resides
    4
    :: yt-dlp set to embed thumbnails and metadata
    5
    :: set to force US geolocation and use best quality options
  4. Rerns OSMC GPIO button service (cust... Rerns OSMC GPIO button service (customized for NESPi Case and OSMC by seamonkey420)
    1
    #1. Install RPi.GPIO. Open up Putty and run these commands:
    2
    sudo su
    3
    apt-get update
    4
    apt-get install python-pip python-dev gcc
    5
    apt-get install python-setuptools
  5. My-Home-Assistant-Card-Tips My-Home-Assistant-Card-Tips Public

    Repo with home assistant card code and examples