Top "Ffmpeg" questions

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

FFMPEG (libx264) "height not divisible by 2"

I am trying to encode a .mp4 video from a set of frames using FFMPEG using the libx264 codec. This …

ffmpeg h.264 libx264
HTTP Live Streaming, FFMPEG & FFSERVER, and iPhone OS 3

In iPhone OS 3, Apple has introduced HTTP Live Streaming which should allow live streaming of video from the internet. I …

iphone streaming ffserver ffmpeg video-streaming
webm to mp4 conversion using ffmpeg

When I try to convert a webm file to mp4 the output is very very choppy and it appears as …

ffmpeg webm libx264 vp8
What does 'Past duration X.XXX too large' mean?

When encoding H.264 using ffmpeg I get the following type of warnings en masse: Past duration 0.603386 too large Past duration 0.614372 …

ffmpeg
Solid FFmpeg wrapper for C#/.NET

I have been searching the web for some time for a solid FFmpeg wrapper for C#/.NET. But I have …

c# .net video ffmpeg video-processing
How can I get the resolution (width and height) for a video file from a linux command line?

I've been digging through the mplayer/mencoder and ffmpeg documentation and I can't seem to come up with anything. I'm …

linux command-line video ffmpeg resolution
Using FFMPEG to losslessly convert YUV to another format for editing in Adobe Premier

I have a raw YUV video file that I want to do some basic editing to in Adobe CS6 Premiere, …

ffmpeg yuv
ffmpeg override output file if exists

I am creating a clip from an audio file .FLAC with a start and end time, here is my command. …

php ffmpeg
GPU-accelerated video processing with ffmpeg

I want to use ffmpeg to accelerate video encode and decode with an NVIDIA GPU. From NVIDIA's website: NVIDIA GPUs …

video ffmpeg nvidia
Capture Windows screen with ffmpeg

The ffmpeg is cross-platform and very powerful software to handle video/audio or to stream it. On Linux ffmpeg can …

windows ffmpeg screen-capture