this post was submitted on 08 Aug 2024
1501 points (99.1% liked)

Programming

17318 readers
55 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

Friend who is not a software person sent me this tweet, which amused me as it did them. They asked if "runk" was real, which I assume not.

But what are some good examples of real ones like this? xz became famous for the hack of course, so i then read a bit about how important this compression algorithm is/was.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 19 points 2 months ago (1 children)

It's okay you can just say FFmpeg

Also Linux

Also CoreJS

Also

[–] [email protected] 1 points 2 months ago (1 children)

sure? i tried 8bit transparent grayscale png generation and it turns out imagemagick produces images the kindle can display and ffmpeg fucks them up majorly and they wont show on kindle. ffmpeg is nice though.

[–] [email protected] 7 points 2 months ago* (last edited 2 months ago) (1 children)

FFmpeg is basically the only piece of audio/video conversion software in widespread use. Everything uses it under the hood. Microsoft Teams used it to stream your webcam. VLC uses it to play video. If you've ever uploaded your video to an online service to convert it to a different file format or codec, chances are the server that processed it did so using FFmpeg.

I have also noticed that FFmpeg kind of sucks at generating stills for reasons I'm not sure about though.

[–] [email protected] 2 points 2 months ago

i know. i use ffmpeg for grading, keying etc in scripts...love it. but it is not good at stills.