this post was submitted on 16 Aug 2023
27 points (100.0% liked)

Free and Open Source Software

17683 readers
160 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 8 points 1 year ago
[–] [email protected] 6 points 1 year ago* (last edited 1 year ago)

Don't do it often, but if I need to pull a particular loop from a video or something, ffmpeg works perfectly fine.

You can use LosslessCut or Avidemux or something to trim the video to the few seconds you want to loop and then do the rest with ffmpeg. Technically, you can do it all with ffmpeg, but LosslessCut is just a nice GUI for that exact purpose (pretty sure it uses ffmpeg as a backend).

Actually, LosslessCut may be able to export to GIF, but I think I tried once and had issues with that. Could be misremembering.

Need to add in some flags and filters with ffmpeg, though, otherwise it just straight converts it to the absolute highest quality in the highest resolution and at the same source framerate, which leaves you with a massive file.

I'm not certain about editing actual GIF files. ImageMagick might help there, and I know you can throw a GIF into GIMP and make changes there, but it's really cumbersome.

For creating new GIFs entirely out of unique static images? No idea, unfortunately. Never done that, I don't think.

[–] [email protected] 5 points 1 year ago
[–] [email protected] 5 points 1 year ago

I skip over gifs. I use OBS to record MP4s and cut them up with OpenShot. I use Spectacle as a snipping tool screenshot thing.

[–] [email protected] 5 points 1 year ago

GIMP opens each frame of the GIF as a layer. It's probably not a good choice for longer GIFs though.

[–] [email protected] 2 points 1 year ago

Imagemagick + ecosia/google

[–] [email protected] 1 points 1 year ago

I use normally just use EZGIF (an old-fashioned web tool), but I happen to also have Adobe Fireworks CS4 (which is from 2008) on an old MacBook for more advanced editing.

There's probably a good FOSS tool out there, but I don't edit or even create GIFs often enough to bother looking.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

To make brand new gifs: DaVinci Resolve, because it is super easy to add captions, and then convert to gif with ffmpeg. To modify existing gifs: GIMP

[–] [email protected] 1 points 1 year ago

ScreenToGif