Top "Ffmpeg" questions

Only questions about programmatic use of the FFmpeg libraries, API, or tools are on topic.

FFMPEG mp4 from http live streaming m3u8 file?

How Can I extract mp4 from http live streaming m3u8 file? I Tried this command below: ffmpeg -i {input …

ffmpeg http-live-streaming
Retrieving and Saving media metadata using FFmpeg

I want to read the metadata in media files and then save that metadata in a text/xml file, so …

ffmpeg metadata media
How can I extract a good quality JPEG image from a video file with ffmpeg?

Currently I am using this command to extract the images: ffmpeg -i input.mp4 output_%03d.jpeg But how can …

video ffmpeg graphics computer-vision
OCI runtime exec failed: exec failed: (...) executable file not found in $PATH": unknown

I have dockerized an app which has ffmpeg installed in it via libav-tools. The app launches without problem, yet the …

docker ffmpeg
Fetch frame count with ffmpeg

Does anyone know how to fetch the number of total frames from a video file using ffmpeg? The render output …

video ffmpeg
How to dump raw RTSP stream to file?

Is it possible to dump a raw RTSP stream to file and then later decode the file to something playable? …

file ffmpeg save rtsp
Using FFmpeg in .net?

So I know its a fairly big challenge but I want to write a basic movie player/converter in c# …

c# video ffmpeg
ffprobe or avprobe not found. Please install one

i want to add tags to mp3 converted by youtube-dl & ffmpeg : youtube-dl -o '/Output/qpgTC9MDx1o.mp3…

youtube ffmpeg centos ffprobe
How do I enable FFMPEG logging and where can I find the FFMPEG log file?

I want to be able to log FFMPEG processes because I am trying to work out how long a minute …

file logging encoding ffmpeg capacity-planning
How to get video duration, dimension and size in PHP?

I want to know how to get the duration, dimension and size of uploaded video file in PHP. The file …

php video ffmpeg duration