Groups | Search | Server Info | Login | Register


Groups > comp.editors > #106826

Re: What freeware do you use to record the screen to animated GIF?

From Paul <nospam@needed.invalid>
Newsgroups alt.comp.os.windows-10, alt.comp.freeware, comp.editors
Subject Re: What freeware do you use to record the screen to animated GIF?
Date 2025-07-17 09:39 -0400
Organization A noiseless patient Spider
Message-ID <105auff$1cqs6$1@dont-email.me> (permalink)
References <1056p6l$dg4$1@nnrp.usenet.blueworldhosting.com> <1057fuc$iuan$1@dont-email.me> <1057od5$l23t$1@dont-email.me> <1057va2$m9vg$1@dont-email.me> <1059l6a$117np$3@dont-email.me>

Cross-posted to 3 groups.

Show all headers | View raw


On Wed, 7/16/2025 9:55 PM, Lawrence D'Oliveiro wrote:
> On Wed, 16 Jul 2025 12:35:45 +0200, Herbert Kleebauer wrote:
> 
>> 28.07.2020  21:51        66.956.800 ffmpeg.exe
>>
>> Large, but no external libraries necessary, anything is static linked.
> 
> As you may have noticed, I do my own builds. This allows me to use 
> combinations of build options that cannot (legally) be redistributed as 
> prebuild packages.
> 

Gyan builds them, and there are no pretenses about the religion of
the linked DLLs (statically linked).

I suppose we need to have a Betty Crocker display of the config
line from your tool, versus a Gyan build.

*******

latest release   version: 7.1.1    2025-03-03  the latest release build (that is not a Nightly)

ffmpeg-release-full.7z            .ver .sha256 = e5bbf665b9a43219d97a15c2dd2cdeb9b11bcb689d88a2177c4f754b4e20f793

Name: ffmpeg-7.1.1-full_build.7z
Size: 54252413 bytes (51 MiB)
SHA256: E5BBF665B9A43219D97A15C2DD2CDEB9B11BCB689D88A2177C4F754B4E20F793

Extracted

Name: ffmpeg.exe
Size: 148,234,240 bytes (141 MiB)
SHA256: B1383F5D07470D503EDECDAEE4BDDC5891E986E916A698299B357F79CFE445FD

*******

Run it.

PS D:\> .\ffmpeg.exe
ffmpeg version 7.1.1-full_build-www.gyan.dev Copyright (c) 2000-2025 the FFmpeg developers
  built with gcc 14.2.0 (Rev1, Built by MSYS2 project)
  configuration: --enable-gpl
                 --enable-version3
                 --enable-static
                 --disable-w32threads
                 --disable-autodetect
                 --enable-fontconfig
                 --enable-iconv
                 --enable-gnutls
                 --enable-lcms2
                 --enable-libxml2
                 --enable-gmp
                 --enable-bzlib
                 --enable-lzma
                 --enable-libsnappy
                 --enable-zlib
                 --enable-librist
                 --enable-libsrt
                 --enable-libssh
                 --enable-libzmq
                 --enable-avisynth
                 --enable-libbluray
                 --enable-libcaca
                 --enable-libdvdnav
                 --enable-libdvdread
                 --enable-sdl2
                 --enable-libaribb24
                 --enable-libaribcaption
                 --enable-libdav1d
                 --enable-libdavs2
                 --enable-libopenjpeg
                 --enable-libquirc
                 --enable-libuavs3d
                 --enable-libxevd
                 --enable-libzvbi
                 --enable-libqrencode
                 --enable-librav1e
                 --enable-libsvtav1
                 --enable-libvvenc
                 --enable-libwebp
                 --enable-libx264
                 --enable-libx265
                 --enable-libxavs2
                 --enable-libxeve
                 --enable-libxvid
                 --enable-libaom
                 --enable-libjxl
                 --enable-libvpx
                 --enable-mediafoundation
                 --enable-libass
                 --enable-frei0r
                 --enable-libfreetype
                 --enable-libfribidi
                 --enable-libharfbuzz
                 --enable-liblensfun
                 --enable-libvidstab
                 --enable-libvmaf
                 --enable-libzimg
                 --enable-amf
                 --enable-cuda-llvm
                 --enable-cuvid
                 --enable-dxva2
                 --enable-d3d11va
                 --enable-d3d12va
                 --enable-ffnvcodec
                 --enable-libvpl
                 --enable-nvdec      \___ The Linux release doesn't have these, but you can easily
                 --enable-nvenc      /    build from source on Ubuntu, the tree is nicely aligned, and the dev- packages are there for it
                 --enable-vaapi
                 --enable-libshaderc
                 --enable-vulkan
                 --enable-libplacebo
                 --enable-opencl
                 --enable-libcdio
                 --enable-libgme
                 --enable-libmodplug
                 --enable-libopenmpt
                 --enable-libopencore-amrwb
                 --enable-libmp3lame
                 --enable-libshine
                 --enable-libtheora
                 --enable-libtwolame
                 --enable-libvo-amrwbenc
                 --enable-libcodec2
                 --enable-libilbc
                 --enable-libgsm
                 --enable-liblc3
                 --enable-libopencore-amrnb
                 --enable-libopus
                 --enable-libspeex
                 --enable-libvorbis
                 --enable-ladspa
                 --enable-libbs2b
                 --enable-libflite
                 --enable-libmysofa
                 --enable-librubberband
                 --enable-libsoxr
                 --enable-chromaprint
  libavutil      59. 39.100 / 59. 39.100
  libavcodec     61. 19.101 / 61. 19.101
  libavformat    61.  7.100 / 61.  7.100
  libavdevice    61.  3.100 / 61.  3.100
  libavfilter    10.  4.100 / 10.  4.100
  libswscale      8.  3.100 /  8.  3.100
  libswresample   5.  3.100 /  5.  3.100
  libpostproc    58.  3.100 / 58.  3.100
Universal media converter
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

Use -h to get full help or, even better, run 'man ffmpeg'
PS D:\>

I think there is something missing from there, but it's likely not a build
priority in either ecosystem.

   Paul

Back to comp.editors | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

What freeware do you use to record the screen to animated GIF? Marion <marion@facts.com> - 2025-07-15 23:45 +0000
  Re: What freeware do you use to record the screen to animated GIF? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-07-16 05:49 +0000
  Re: What freeware do you use to record the screen to animated GIF? Herbert Kleebauer <klee@unibwm.de> - 2025-07-16 08:13 +0200
    Re: What freeware do you use to record the screen to animated GIF? JJ <jj4public@outlook.com> - 2025-07-16 14:40 +0700
      Re: What freeware do you use to record the screen to animated GIF? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-07-16 10:13 +0200
        Re: What freeware do you use to record the screen to animated GIF? candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-07-16 19:20 +0000
          Re: What freeware do you use to record the screen to animated GIF? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-07-17 02:01 +0000
            Re: What freeware do you use to record the screen to animated GIF? candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-07-17 07:00 +0000
    Re: What freeware do you use to record the screen to animated GIF? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-07-16 08:37 +0000
      Re: What freeware do you use to record the screen to animated GIF? Janis Papanagnou <janis_papanagnou+ng@hotmail.com> - 2025-07-16 11:13 +0200
        Re: What freeware do you use to record the screen to animated GIF? gazelle@shell.xmission.com (Kenny McCormack) - 2025-07-16 09:42 +0000
        Re: What freeware do you use to record the screen to animated GIF? "Carlos E.R." <robin_listas@es.invalid> - 2025-07-16 19:44 +0200
          Re: What freeware do you use to record the screen to animated GIF? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-07-17 01:57 +0000
      Re: What freeware do you use to record the screen to animated GIF? Herbert Kleebauer <klee@unibwm.de> - 2025-07-16 12:35 +0200
        Re: What freeware do you use to record the screen to animated GIF? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-07-17 01:55 +0000
          Re: What freeware do you use to record the screen to animated GIF? Paul <nospam@needed.invalid> - 2025-07-17 09:39 -0400
            Re: What free software do you use to record the screen to animated GIF? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-07-18 05:40 +0000
      Re: What freeware do you use to record the screen to animated GIF? Paul <nospam@needed.invalid> - 2025-07-16 10:45 -0400
        Re: What freeware do you use to record the screen to animated GIF? Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-07-17 01:56 +0000
    Re: What freeware do you use to record the screen to animated GIF? Marion <marion@facts.com> - 2025-07-16 19:38 +0000
      Re: What freeware do you use to record the screen to animated GIF? Herbert Kleebauer <klee@unibwm.de> - 2025-07-16 22:16 +0200
        Re: What freeware do you use to record the screen to animated GIF? Marion <marion@facts.com> - 2025-07-16 20:26 +0000

csiph-web