← Graph

FFmpeg

tool 10 connections

Ubiquitous open-source command-line tool for video/audio transcoding and processing. Used as the transcoding engine throughout the talk. Supports per-input custom arguments, presets (ultrafast…ultraslow), H.264 profiles, pixel format selection, and can transcode either a local file or a remote URL (downloading on the fly). Also provides ffprobe for inspecting media metadata (can approximate duration from bitrate/size when duration is missing, which may be off by several seconds). Has a documented history of security vulnerabilities that can compromise the host server.

category
tool
The pipeline uses ffmpeg as the transcoding engine; most tips are ffmpeg-specific.
about
FFmpeg tool
Question concerns security of the ffmpeg process.
about
FFmpeg tool
Tip applies to ffmpeg stream copy.
about
FFmpeg tool
Implemented via ffmpeg flags.
about
FFmpeg tool
Concerns ffmpeg's ultrafast…ultraslow presets.
Security recommendation for running ffmpeg.
tool ffprobe
related_to
FFmpeg tool
ffprobe ships as part of the ffmpeg project.
person Michal Matyas
uses
FFmpeg tool
Used ffmpeg as the transcoding engine on the media platform.
uses
FFmpeg tool
streamio-ffmpeg wraps the ffmpeg command line.
uses
FFmpeg tool
carrierwave-video shells out to ffmpeg to transcode.

Provenance

Read by
15 extractions