Top "Ffmpeg" questions

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

Convert video with ffmpeg using gpu

I have video sharing site and convert video with ffmpeg but it take a lot of time for converting. how …

video ffmpeg gpu video-processing video-conversion
How to extract time-accurate video segments with ffmpeg?

This is not a particularly new question area around here, but I've tried what's been suggested there without much luck. …

video ffmpeg video-editing
Im getting error "deprecated pixel format used, make sure you did set range correctly using ffmpeg".. can someone check my code below?

This is my code using ffmpeg I want to have video thumbnail but I'm not familiar in ffmpeg can someone …

php ffmpeg ffmpeg-php
How to use hardware acceleration with ffmpeg

I need to have ffmpeg decode my video(e.g. h264) using hardware acceleration. I'm using the usual way of …

c++ c ffmpeg hardware-acceleration
Creating a video from a single image for a specific duration in ffmpeg

How do I generate a movie using ffmpeg using a single image (image1.png) for a duration of 15 seconds with …

video ffmpeg
Generating movie from python without saving individual frames to files

I would like to create an h264 or divx movie from frames that I generate in a python script in …

python numpy ffmpeg matplotlib x264
How to split a video using FFMPEG so that each chunk starts with a key frame?

We need to split a large live WMV video feed in small chunks all of the same size. We made …

video ffmpeg split keyframe
ffmpeg convert without loss quality

I need convert all videos to my video player (in website) when file type is other than flv/mp4/webm. …

ffmpeg loss
How to convert flv to avi using ffmpeg high quality

Need to convert flv files to avi or mov, trying out ffmpeg but the output quality is terrible. How can …

linux flash video ffmpeg flash-video
Can ffmpeg convert audio from raw PCM to WAV?

I can convert wav file to pcm ffmpeg -i file.wav -f s16le -acodec pcm_s16le file.pcm …

audio ffmpeg wav pcm