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.

High Quality Screen Capture with FFmpeg

I'm trying to figure out a command for high quality screen capture on REHL. I have tried various options, but …

video ffmpeg video-encoding screen-capture x264
how to use x264 encoder with directshow

i can't figure out how to use x264 with directshow. i installed many thinks that pretend to have x264 encoder …

video directshow directshow.net x264 libx264
How to optimize ffmpeg w/ x264 for multiple bitrate output files

The goal is to create multiple output files that differ only in bitrate from a single source file. The solutions …

ffmpeg x264
H264 Encoders other than ffmpeg x264

The iPhone app I am working on captures images in series within certain user-defined time interval, I am looking for …

iphone encoding ffmpeg h.264 x264
How to reduce latency when streaming x264

I would like to produce a zerolatency live video stream and play it in VLC player with as little latency …

c++ video vlc x264 libx264
Get frame type for specific frame using ffmpeg

I need to get the frame type (I/B/P) of a specific frame number for an x264 encoded movie. …

ffmpeg x264 ffprobe
How to use ffmpeg / x264 2-Pass encoding for multiple bitrate output files

While performing a 2-Pass encode to multiple output files I was receiving the error ratecontrol_init: can't open stats file 1 …

ffmpeg x264
How do you enable "veryfast" libx264 preset from code using libavcodec?

I'm using libx264 via ffmpeg (in a C++ program), and I need to know how to activate the "veryfast" preset. …

ffmpeg x264
avcodec_find_encoder(AV_CODEC_ID_H264) returns null

I am building an android application which will encode image captured from camera preview and later decode it. I am …

android ffmpeg x264 avcodec
x264 rate control

We are using the x264 encoder in a video conferencing project, we have the basic streaming video working, however, we …

video-streaming x264 bitrate