• 1 Post
  • 13 Comments
Joined 1 month ago
cake
Cake day: July 15th, 2025

help-circle

  • Yeah, that’s annoying for sure. I just bought a handful of cables of known specs that “do it all” and it’s been pretty smooth sailing.

    They’re all 3ft or 6ft, 100 watt e-marked, and video capable The only one that’s not is my 10ft one - it’s “only” 100 watt rated but doesn’t do video and is limited to USB 2.0 speeds. I only use that one as a power cord for my laptop, though, and it’s bright red so it’s not like I’m gonna mistake it for anything else.

    So far, I haven’t had a need to upgrade anything to the new 240 W spec since I rarely use more than 65W.


  • I"m not so much against it (it was good enough in its time). I’ve just come to appreciate the mostly “universal” aspect of USB-C and being able to grab any cable from my bag without looking or digging and have it be the correct cable (all my cables are 100W and video capable, so no matter my need, it will be the right cable).

    In a lot of ways, I now see anything with less than USB-C as being like the old, oddly-sized barrel jack connectors. Yeah, it works. Yeah, it’s fine. But it’s also now an oddball cable I have to carry around.

    I’m old and resist the future in a lot of ways, but USB-C isn’t one of them lol.










  • Pretty much, yeah.

    Rather than jot down in a text file the various ffmpeg commands I use frequently…

    Raktajino@laptop:~/Downloads$ history | grep ffmpeg
       12  sudo apt install audacity gimp ffmpeg mplayer
      184  history | grep ffmpeg
      215  ffmpeg -i source.mkv -ss 629 -t 7 out.mkv
      217  ffmpeg -i out.mkv -s 0.5 -vf scale=1280:720 out.mp4
      218  ffmpeg -i out.mkv -ss 0.5 -vf scale=1280:720 out.mp4
      231  ffmpeg -i out.mp4 -vf "subtitles=out.srt" final.mp4
      503  ffmpeg -i toofat.wav toofat.mp3
      ...
      682  history | grep ffmpeg
      684  ffmpeg -i 1.gif -i 2.gif -filter_complex "[1:0] [2:0] concat=n=2" out.gif
      685  ffmpeg -i 1.gif -i 2.gif -filter_complex "[1:0] [2:0] concat=n=2:v=1" out.gif
      686  ffmpeg -i 1.gif -i 2.gif -filter_complex "[1:0] [2:0] concat=n=2:v=1" -map '[v]' out.gif
      687  history | grep ffmpeg
      688  ffmpeg -i 1.gif -i 2.gif -filter_complex "[0:0] 12:0] concat=n=2:v=1" -map '[v]' out.gif
      689  ffmpeg -i 1.gif -i 2.gif -filter_complex "[0:0] 1:0] concat=n=2:v=1" -map '[v]' out.gif
      690  ffmpeg -i 1.gif -i 2.gif -filter_complex "[0:0] [1:0] concat=n=2:v=1" -map '[v]' out.gif
      691  ffmpeg -i 1.gif -i 2.gif -filter_complex "[0:0] [1:0] concat=n=2"  out.gif
      694  history | grep ffmpeg