Top "Libx264" questions

C/C++ library that encode video streams into H.264/MPEG4 AVC format

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
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
How to encode h.264 with libavcodec/x264?

I am attempting to encode video using libavcodec/libavformat. Audio works great, but when I try to encode video I …

c x264 libavcodec libx264 libav
Encoding H.264 CBR videos with FFmpeg

I'm trying to encode a video with ffmpeg into H.264 (via the libx264 library) with a constant bit rate. I …

ffmpeg h.264 libx264
How to resolve "ERROR: libx264 not found"?

I needed to install ffmpeg with libx264 support for enabling H.264 encoding . I installed libx264 successfully using the below script …

android android-ndk ffmpeg libx264
GStreamer x264enc not found

I installed GStreamer-0.10 and all modules (base, good, bad, ugly, ffmpeg) according to these instructions (browse through by clicking prev/…

ubuntu x264 libx264 gstreamer
Encoding for fastest decoding with ffmpeg

Encoding with ffmpeg and libx264, are there presets or flags that will optimize decoding speed? Right now it seems that …

ffmpeg libx264
very low latency streaminig with ffmpeg using a webcam

I'm trying to configure ffmpeg to do a real-time video streaming using a webcam. The ffmpeg encoder command I use …

ffmpeg video-streaming live-streaming video-encoding libx264
streaming H.264 over RTP with libavformat

I've been trying over the past week to implement H.264 streaming over RTP, using x264 as an encoder and libavformat …

c++ h.264 rtp libavformat libx264
OpenCV VideoWriter using ffmpeg with "Could not open codec 'libx264'" Error

I am new to OpenCV, and I want write Mat images into video using VideoWriter on Ubuntu 12.04. But when constructing …

opencv ffmpeg ubuntu-12.04 h.264 libx264