🤓
Geeking Out
Pinned Loading
-
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!!:
-
Extract and Add AC3 audio stream
Extract and Add AC3 audio stream 1:: Extract main audio track as AC3 for mkvtoolnix adding2:: Opens mvktoolnix with original mkv file to then add ac3 manually3:: Recommended: create Scripts folder in your user folder and then copy MKVToolnix portable there4:: This will retain all original video/audio/subtitle streams and make ac3 versions of5:: all audiostreams in mka form and then open mkvtoolnix with said files to then multiplex. -
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-dlp3:: Set yt-dlpLOC to where yt-dlp.exe resides4:: yt-dlp set to embed thumbnails and metadata5:: set to force US geolocation and use best quality options -
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:
2sudo su
3apt-get update
4apt-get install python-pip python-dev gcc
5apt-get install python-setuptools
-
My-Home-Assistant-Card-Tips
My-Home-Assistant-Card-Tips PublicRepo with home assistant card code and examples
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


