Top "Libx264" questions

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

How to encode H.264 video using FFmpeg C API and then open the output with a media player?

I'm trying to encode a H.264 video with the FFMPEG C API. I have successfully compiled and executed the decoding/…

c++ c ffmpeg h.264 libx264
What is the difference between libx264 and h264_nvenc?

I am trying to encode some videos but when I use the libx264 they don't work but change the codec …

ffmpeg h.264 libx264
Live555: X264 Stream Live source based on "testOnDemandRTSPServer"

I am trying to create a rtsp Server that streams the OpenGL output of my program. I had a look …

c++ stream live555 libx264
Creating a video from images using ffmpeg libav and libx264?

I am trying to create a video from images using the ffmpeg library. The images have a size of 1920x1080 …

ffmpeg h.264 video-encoding libav libx264
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 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
Why sliced thread affect so much on realtime encoding using ffmpeg x264?

I'm using ffmpeg libx264 to encode a 720p screen captured from x11 in realtime with a fps of 30. when I …

encoding ffmpeg libx264
ffmpeg libx264 AVCodecContext settings

I am using a recent windows (Jan 2011) ffmpeg build and trying to record video in H264. It is recording fine …

windows ffmpeg libavcodec libx264
How to use ffmpeg for streaming mp4 via websocket

I've written a sample in nodejs which streams some input to the client via websocket connection in mp4 format. On …

websocket ffmpeg video-streaming libx264 media-source