# ffmpegthumbnailer を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop でインストール

ffmpegthumbnailer のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:ffmpegthumbnailer
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install ffmpegthumbnailer
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ffmpegthumbnailer
```

  証拠: MacPorts ports tree: multimedia/ffmpegthumbnailer/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add ffmpegthumbnailer
```

  証拠: Alpine Linux edge package indexes: ffmpegthumbnailer from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install ffmpegthumbnailer
```

  証拠: Debian stable package indexes: ffmpegthumbnailer from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install ffmpegthumbnailer
```

  証拠: Fedora Rawhide package metadata: ffmpegthumbnailer from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#ffmpegthumbnailer
```

  証拠: nixpkgs package indexes: pkgs/by-name/ff/ffmpegthumbnailer/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S ffmpegthumbnailer
```

  証拠: Arch Linux sync databases: ffmpegthumbnailer from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install ffmpegthumbnailer
```

  証拠: openSUSE Tumbleweed package metadata: ffmpegthumbnailer from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/ffmpegthumbnailer
```

  証拠: Scoop official bucket manifest trees: bucket/ffmpegthumbnailer.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:ffmpegthumbnailer
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/ffmpegthumbnailer>
- **バージョン:** 2.3.0
- **ソース概要:** Create thumbnails for your video files
- **ホームページ:** <https://github.com/dirkvdb/ffmpegthumbnailer>
- **リポジトリ:** <https://github.com/dirkvdb/ffmpegthumbnailer>
- **ライセンス:** GPL-2.0-or-later
- **ソースアーカイブ:** <https://github.com/dirkvdb/ffmpegthumbnailer/archive/refs/tags/v2.3.0.tar.gz>
- **最終更新:** 2026-06-22T14:03:20-07:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- ffmpegthumbnailer (cli)
- ffmpegthumbnailer (エイリアス)

## 依存関係

- ffmpeg
- jpeg-turbo
- libpng

## ビルド依存関係

- cmake
- pkgconf

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 2.3.0
- マネージャ更新日: 2026-06-22
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/dirkvdb/ffmpegthumbnailer
- 検出された最新: v2.3.0 (最新)
## プロジェクトの歴史と使われ方

ffmpegthumbnailer is a small FFmpeg-based thumbnail generator for video files, designed for file managers and other desktop software that need quick previews.

### プロジェクトの歴史

The project describes itself as a lightweight video thumbnailer that uses FFmpeg to decode frames, with supported formats depending on how FFmpeg was built. Its early changelog starts at version 1.0 as the initial FFmpegThumbnailer release, and version 1.2.0 added libffmpegthumbnailer so applications could use it as a library instead of only a command-line tool.

The 2.x line modernized the project around a C++ library namespace, C API changes, CMake, and GitHub hosting. Later releases focused on practical desktop-thumbnailer concerns: rotation metadata, embedded image metadata, raw RGB output, command-line argument checks, compatibility with newer FFmpeg, and an optional audio thumbnailer.

### 採用の歴史

ffmpegthumbnailer was adopted in package managers because it fills a narrow but recurring desktop need: produce thumbnails for arbitrary video formats using the same codec coverage FFmpeg already provides. Homebrew packages the single ffmpegthumbnailer executable, and the project also exposes a library for applications that want thumbnail generation directly.

### 使われ方

Typical use is either direct CLI thumbnail generation or integration by a file manager/desktop thumbnail service. Because it delegates decoding to FFmpeg, its practical media coverage follows the FFmpeg build options available on the system.

### パッケージ好きにとっての重要性

This is the kind of package maintainers like to keep boring: a tiny binary, a library, FFmpeg plus libpng dependencies, and a clear job. Its recurring build fixes against newer FFmpeg releases are the main maintenance story.

### タイムライン

- 1.0: Initial FFmpegThumbnailer release.
- 1.2.0: Added libffmpegthumbnailer library access.
- 2.0.10: Migrated to GitHub and CMake.
- 2016: Version 2.2.0 added embedded image metadata preference.
- 2024: Version 2.2.3 fixed builds against newer FFmpeg and compilers.
- 2025: Version 2.3.0 added an optional audio thumbnailer.

### Related projects

- FFmpeg supplies the decoding layer. File managers and desktop thumbnail services are the main integration targets.

### ソース

- <https://github.com/dirkvdb/ffmpegthumbnailer/blob/master/README>
- <https://github.com/dirkvdb/ffmpegthumbnailer/blob/master/ChangeLog>
- <https://github.com/dirkvdb/ffmpegthumbnailer/releases>
- <https://formulae.brew.sh/formula/ffmpegthumbnailer>


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ffmpegthumbnailer
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 他のパッケージマネージャ記録

- Debian apt - ffmpegthumbnailer - 2.2.3-2: normalized package name match | Debian stable package indexes: ffmpegthumbnailer from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | fast and lightweight video thumbnailer | https://github.com/dirkvdb/ffmpegthumbnailer
- Debian apt - libffmpegthumbnailer-dev - 2.2.3-2: normalized package name match | Debian stable package indexes: libffmpegthumbnailer-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | development files for ffmpegthumbnailer | https://github.com/dirkvdb/ffmpegthumbnailer
- Debian apt - libffmpegthumbnailer4v5 - 2.2.3-2: normalized package name match | Debian stable package indexes: libffmpegthumbnailer4v5 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | shared library for ffmpegthumbnailer | https://github.com/dirkvdb/ffmpegthumbnailer
- Nix - ffmpegthumbnailer: normalized package name match | nixpkgs package indexes: pkgs/by-name/ff/ffmpegthumbnailer/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - ffmpegthumbnailer - 2.2.2+git20240104+dfsg-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: ffmpegthumbnailer from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | fast and lightweight video thumbnailer | https://github.com/dirkvdb/ffmpegthumbnailer
- Ubuntu apt - libffmpegthumbnailer-dev - 2.2.2+git20240104+dfsg-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libffmpegthumbnailer-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | development files for ffmpegthumbnailer | https://github.com/dirkvdb/ffmpegthumbnailer
- Ubuntu apt - libffmpegthumbnailer4v5 - 2.2.2+git20240104+dfsg-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libffmpegthumbnailer4v5 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | shared library for ffmpegthumbnailer | https://github.com/dirkvdb/ffmpegthumbnailer
- apk - ffmpegthumbnailer - 2.2.4-r0: normalized package name match | Alpine Linux edge package indexes: ffmpegthumbnailer from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Lightweight video thumbnailer that can be used by file managers | https://github.com/dirkvdb/ffmpegthumbnailer
- apk - ffmpegthumbnailer-dev - 2.2.4-r0: normalized package name match | Alpine Linux edge package indexes: ffmpegthumbnailer-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Lightweight video thumbnailer that can be used by file managers (development files) | https://github.com/dirkvdb/ffmpegthumbnailer
- apk - ffmpegthumbnailer-doc - 2.2.4-r0: normalized package name match | Alpine Linux edge package indexes: ffmpegthumbnailer-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Lightweight video thumbnailer that can be used by file managers (documentation) | https://github.com/dirkvdb/ffmpegthumbnailer
- dnf - ffmpegthumbnailer - 2.3.0-3.fc45: normalized package name match | Fedora Rawhide package metadata: ffmpegthumbnailer from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Lightweight video thumbnailer that can be used by file managers | https://github.com/dirkvdb/ffmpegthumbnailer
- dnf - ffmpegthumbnailer-devel - 2.3.0-3.fc45: normalized package name match | Fedora Rawhide package metadata: ffmpegthumbnailer-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development files for ffmpegthumbnailer | https://github.com/dirkvdb/ffmpegthumbnailer
- dnf - ffmpegthumbnailer-libs - 2.3.0-3.fc45: normalized package name match | Fedora Rawhide package metadata: ffmpegthumbnailer-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Library for ffmpegthumbnailer | https://github.com/dirkvdb/ffmpegthumbnailer
- pacman - ffmpegthumbnailer - 2.3.0-1: normalized package name match | Arch Linux sync databases: ffmpegthumbnailer from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Lightweight video thumbnailer that can be used by file managers | https://github.com/dirkvdb/ffmpegthumbnailer
- zypper - ffmpegthumbnailer - 2.2.3-1.8: normalized package name match | openSUSE Tumbleweed package metadata: ffmpegthumbnailer from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Video thumbnailer that can be used by file managers | https://github.com/dirkvdb/ffmpegthumbnailer
- zypper - libffmpegthumbnailer-devel - 2.2.3-1.8: normalized package name match | openSUSE Tumbleweed package metadata: libffmpegthumbnailer-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Development files for ffmpegthumbnailer | https://github.com/dirkvdb/ffmpegthumbnailer


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [ffmpeg](https://pkg.so/ja/brew/ffmpeg/) - Runtime dependency declared by Homebrew.
- [libpng](https://pkg.so/ja/brew/libpng/) - Runtime dependency declared by Homebrew.
- [jpeg-turbo](https://pkg.so/ja/brew/jpeg-turbo/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [cmake](https://pkg.so/ja/brew/cmake/) - Build dependency declared by Homebrew.
- [geeqie](https://pkg.so/ja/brew/geeqie/) - Popular package that depends on this formula.
- [ffms2](https://pkg.so/ja/brew/ffms2/) - Shares pkgdb curated category or tags: cli, ffmpeg, media, video.
- [ab-av1](https://pkg.so/ja/brew/ab-av1/) - Shares pkgdb curated category or tags: cli, ffmpeg, media, video.
- [libvmaf](https://pkg.so/ja/brew/libvmaf/) - Shares pkgdb curated category or tags: cli, media, video.
- [ffmpeg-full](https://pkg.so/ja/brew/ffmpeg-full/) - Shares pkgdb curated category or tags: cli, media, video.
- [libaacs](https://pkg.so/ja/brew/libaacs/) - Shares pkgdb curated category or tags: cli, media, video.
- [dvr-scan](https://pkg.so/ja/brew/dvr-scan/) - Shares pkgdb curated category or tags: cli, media, video.
- [ffmpeg2theora](https://pkg.so/ja/brew/ffmpeg2theora/) - Shares pkgdb curated category or tags: cli, media, video.
- [epeg](https://pkg.so/ja/brew/epeg/) - Both packages work with overlapping file formats or content types. Shared terms: cli, image, jpeg, jpeg-turbo, media.

## Combined YAML source

View the package source record on GitHub. [combined/ffmpegthumbnailer.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ffmpegthumbnailer.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
