- Joined
- May 5, 2022
Since localbitcoin has suspended trading, any suggestions? I see Bisq but I have no experience with it.LocalBitcoins (for buying and selling)
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Since localbitcoin has suspended trading, any suggestions? I see Bisq but I have no experience with it.LocalBitcoins (for buying and selling)
ffmpeg can do this for you in a set and forget way.Previously, when I wanted to quickly clip a video on platforms like YouTube, Odysee, or Rumble, I would simply paste the URL into Streamable and create the clip using relavent timestamps. Streamable no longer allows users to do this as of a few months ago. Since then, I've been downloading the full videos (sometimes 4+ hour streams - very annoying), opening them in video editing software, clipping them down, and exporting those files. This process takes 20x longer than what I'd gotten used to on Streamable whern this was allowed.
What is a good solution for what I'm looking for? Whether it's a website, program, whatever, just so long as it works. Appreciate any input from you guys. Good looks.
What is a good solution for what I'm looking for?
Yep, you don't even need to download the whole file. From the FFMPEG tips and tricks thread:ffmpeg can do this for you in a set and forget way.
note: I have edited the quoted post to fix the command to includeUse youtube-dl to get the actual URL of the video first:
youtube-dl --get-url -f best --no-cache "<Video URL>"
Parameters:
The -g tells youtube-dl to get the actual URL for the video The -f specifies the format you can change this to whatever you want but I chose best here The --no-cache parameter means youtube-dl will request a new URL instead of relying on a cached one
Paste the URL you got from the above command into this ffmpeg command:
ffmpeg -ss <Start Time> -to <End Time> -i <URL From youtube-dl> out.mp4
Parameters:
- The -ss parameter is the time you want to start downloading the video at for example 00:00:30 starts at 30 seconds
- The -to parameter is the time you want to stop downloading the video at for example 00:01:40 stops downloading at 1 minute and 40 seconds
- The -i parameter it the URL you got from youtube-dl from the first command
-to
instead of -t
I didn't even know ffmpeg working with link you've gotta be kidding meYep, you don't even need to download the whole file. From the FFMPEG tips and tricks thread:
note: I have edited the quoted post to fix the command to include-to
instead of-t
I use yt-dlp and ffmpeg to clip directly from Rumble. This should theoretically work for any site supported by yt-dlp. This is the command I use (sub in your own timestamps, output path, and URL obviously):What is a good solution for what I'm looking for?
yt-dlp --ppa "ffmpeg:-c:v libx264 -pix_fmt yuv420p -crf 26 -preset slow -c:a copy" --force-keyframes-at-cuts --download-sections "*00:00:00-00:01:59" -S "res:720" -o path/to/folder/ClipTitle.%(ext)s URL
ffmpeg can do this for you in a set and forget way.
Yep, you don't even need to download the whole file. From the FFMPEG tips and tricks thread:
Good looking out. This is precisely the kind of solution I was hoping for when I made my post. Thanks, guysI use yt-dlp and ffmpeg to clip directly from Rumble.
Personally I use Fan Control. If it can detect and control your fans there's no good reason not to use it. A lot of versatile ways to adjust the fan curves, how fast they ramp up/down, and based on what conditions. Fine tuning your PC's fans for the right noise/thermal ratio under load is a must, right after finding a stable undervolt on your GPU.Asus Fan Control.
If you're on Linux,I have a bunch of files that are named something like this:
File1.DESCRIPTION File1.JPG File1.JSON File1.WebM File2.DESCRIPTION File2.JSON File2.WebM File2.WEBP File3.DESCRIPTION File3.JSON File3.MKV File3.WebM
Is there any program that I can use to sort them into folders like this:
File 1 File 2 File 3
There are hundreds of these files and I can't do it all manually.
mkdir File\ 1 && mv file1.* File\ 1/
I don't understand all of those options though so I'm just gonna keep it simple.Personally I use Fan Control. If it can detect and control your fans there's no good reason not to use it. A lot of versatile ways to adjust the fan curves, how fast they ramp up/down, and based on what conditions. Fine tuning your PC's fans for the right noise/thermal ratio under load is a must, right after finding a stable undervolt on your GPU.
Thanks a lot! For some reason my CPU's fan was running at 60% speed minimum, Fan Control has let me set it to 20% minimum and now its noise is barely perceptible from the other case fans, I feel like I've reduced my computer's noise by 3/4 for a 2°C difference. It's a lot more relaxing.Personally I use Fan Control. If it can detect and control your fans there's no good reason not to use it.
It's pretty straight forward. I've let it do its automatic calibration then I added auto fan curves (green + on the bottom right) and linked that curve to a temperature sensor before applying said curve to the related fan control.I don't understand all of those options though so I'm just gonna keep it simple.
Microsoft PowerToys, aside from a dozen of other useful little knick-knacks, also has something called FancyZones, which is probably what you're looking for. You can set up custom layouts, bind them to monitors, swap between them, set different window gaps or get rid of them altogether, and a whole bunch of other options.Is there a software that would let me make custom window snapping like when you bring it to the edge of the screen?
I swear I always get it installed and always resent not using any of the features so I skipped on it on this install. I remember being annoyed by the cursor finder because I'd always accidentally trigger it. Thanks for giving me a reason to get it installed again.Microsoft PowerToys, aside from a dozen of other useful little knick-knacks, also has something called FancyZones
You can disable everything you don't need. Nowadays you have a handy dashboard to toggle every module on and off.I remember being annoyed by the cursor finder because I'd always accidentally trigger it.
I swear I always get it installed and always resent not using any of the features so I skipped on it on this install. I remember being annoyed by the cursor finder because I'd always accidentally trigger it. Thanks for giving me a reason to get it installed again.
Seconding this, I do like the quick search feature when pressing Windows + Space. It makes switching between KDE Plasma (krunner) and Windooz 11 (work VM) seamless.You can disable everything you don't need. Nowadays you have a handy dashboard to toggle every module on and off
Personally, I rely on Keypirinha. It's closed source freeware that hasn't been updated in years and is missing some features that other keyboard launchers have, but every other alternative is lackluster, bloated and sluggish in comparison. Trust me, I've tried to switch numerous times and I always came back to Keypirinha. PowerToys Run misses a wide plugin ecosystem, and the only other alternative, Flow Launcher, is just awfully realized. Even slower than PT Run, installing plugins requires restarting the program where in Keypirinha it can reload everything on the fly, and some plugins I rely on in Keypirinha have no alternative on Flow Launcher.I do like the quick search feature when pressing Windows + Space.