A Small Waterfall
This is just off the trail for Chittenango Falls, as another stream enters the gorge.
Saturday November 6, 2010 — Chittenango Falls State ParkThis is just off the trail for Chittenango Falls, as another stream enters the gorge.
Saturday November 6, 2010 — Chittenango Falls State ParkHeading back to the cesspool after a nice few days up in the Adirondacks, after taking NY 30 down to US 20. Cloudy day but more adventures to come, just watch your speed down that hill.
Sunday November 26, 2017 — Guilderland, New YorkInterstate 70 and 81 Interchange.
Sunday November 12, 2023I was wondering how to set up yt-dlp to download an audio track from Youtube as an Mp3, then play it in vlc once it was finally downloaded. After a bit of playing I found this command works well with yt-dlp.
yt-dlp -x --audio-format mp3 -P "/home/andy/Desktop/" -o "%(title)s.%(ext)s" --exec "vlc {}" [HREF]
Normally, though for videos I don’t want to download and save the full video as audio, so I use this command to stream the video to vlc.
yt-dlp -f b --simulate --embed-subs --write-sub --write-auto-sub --sub-lang "en.*" --exec video:'vlc --play-and-exit --meta-title=%(title)#q %(url)#q' [HREF]