Top "X264" questions

x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC format, and is is released under the terms of the GNU GPL.

Unknown encoder 'libx264'

I installed ffmpeg 0.8.9 on ubuntu11 by ./configure --enable-gpl --enable-nonfree --enable-pthreads --enable-libfaac --enable-libmp3lame --enable-libx264 When I run it ffmpeg -y …

ubuntu ffmpeg x264 avconv
decode a mp4 video with gstreamer

I want to play a mp4 video in Gstreamer, but i got an error with the x264dec which is …

gstreamer h.264 video-processing decoding x264
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
h264 lossless coding

Is it possible to do completely lossless encoding in h264? By lossless, I mean that if I feed it a …

h.264 x264 lossless-compression
How does one encode a series of images into H264 using the x264 C API?

How does one use the x264 C API to encode RBG images into H264 frames? I already created a sequence …

c image h.264 x264
How to get h264 video info?

How can I get specific h264 video information from video file? I need to know profile (Baseline/Main/High) and …

video ffmpeg h.264 decoding x264
ffmpeg 10.04 Could Not Find Codec Parameters

I am getting an error while executing the command ffmpeg -i /path/to/video.mp4 : ffmpeg version git-2012-07-24…

android ffmpeg ubuntu-10.04 x264
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
Build FFMPEG with x264 for Android

I am trying to build FFMPEG with libx264 for Android. I can successfully build and use FFMPEG for Android but …

build android-ndk ffmpeg x264
How to encode a video from several images generated in a C++ program without writing the separate frame images to disk?

I am writing a C++ code where a sequence of N different frames is generated after performing some operations implemented …

c++ image video ffmpeg x264