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.

learn more… | top users | synonyms

0
votes
1answer
26 views

libx264.dll exposes function x264_encoder_open_130, shouldnt this be x264_encoder_open?

I checked in my version of x264 dll file that the open function is named 'x264_encoder_open_130' and 130 happens to be the specific build number of x264 that i use. I build using minGW on windows and ...
0
votes
1answer
32 views

How to achieve 2 pass encoding using x264?

is there a parameter in the x264_param_t structure or do I have to send frames to x264 dll twice.. ? Because I just use encoder_encode function and that returns nal units . Im guessing it should be ...
-1
votes
0answers
40 views

How to build ffmpeg and x264 for iOS 6.0?

Here's my configuration: ./configure --enable-libx264 --enable-gpl --extra-cflags=-I/usr/local/include --extra-ldflags=-L/usr/local/lib --disable-doc --disable-ffmpeg --disable-ffplay ...
0
votes
0answers
89 views

Rebuilding opencv and ffmpeg with x264 results in java.lang.UnsatisfiedLinkError

I've followed the readme file included with the cppjars zip file from javacv, I'm able to successfully build the libraries but when i run my app with the new .so files i get a ...
0
votes
1answer
75 views

Decode h264 stream with ffmpeg introduces a delay, how to avoid?

I'm working on some code that encodes a video feed, sends it over UDP to a client that then decodes the stream. It working fine using a x264 encoder, my only problem is that when i call ...
0
votes
1answer
76 views

is this right when i use the x264?

is this right to use the new x264 api ,i want to get a frame ,and encode it with x264,then save it to a .264 file? but i do not know is this is right ? picIn.img.plane[0] = pInBuffer ; ...
0
votes
2answers
45 views

x264_encoder_open always return null

this is my code x264_param_default(&m_X264Param) ; nRet = x264_param_default_preset(&m_X264Param,"medium","zerolatency") ; if (nRet) { return -1; } if (cpMain == Param.nProfile) { ...
1
vote
0answers
96 views

How to set x264 baseline profile with libav in C++

I am writing a small tool, which converts a video into a raw h264 file. These files shall be played later by a SIP phone. I have the following code: eccx->pix_fmt = PIX_FMT_YUV420P; ...
0
votes
0answers
137 views

Decoding realtime h264 stream using ffmpeg.Do I need to set zero-lantancy to ffmpeg.How to set it

I write something like realtime video conference application. I use x264 library to encode a realtime video data, Then I put the data to another end throughout the network. I want to decode ...
0
votes
0answers
157 views

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 using ffmpeg library to encode and decode. To build static library with x264 I have ...
0
votes
1answer
107 views

Error compiling and building DashEncoder code and how to play the .mpd file when generated

I'm trying to build the DashEncoder code which I downloaded from github https://github.com/slederer/DASHEncoder. Well, I followed all the instructions given in the how to compile dash file. installed ...
0
votes
1answer
102 views

Compile x264 with Thread Support for Android Platform

I've been tryin' to compile x264 for Android with Thread Support...But with no success... I've managed to compile the same without thread support...The configure command is as follows : ./configure ...
1
vote
1answer
187 views

x264 library speed - Altivec vs SSE4 -

I have simple cheap dualcore intel-3ghz-debian and access to super-expensive powerPc7-Aix. And after few days of strugle, i compiled libx264 and tested it on both computers: GCC: library x264 on ...
-1
votes
1answer
110 views

Reducing the bit rate is dropping the audio stream [closed]

I'm a newbie to the ffmpeg, x264 commands and conversion. So please bear w/ me. I've a H.264 content w/ very high bit rate and I'm using ffmepg, x264 commands to reduce the bit rate. The bit rate is ...
0
votes
0answers
188 views

compiling x264 on centos 5.9

I get the follwoing error while trying to compile x264 on centos 5.9. If anyone can help i'll much appreciate it : gcc -o x264 x264.o input/input.o input/timecode.o input/raw.o input/y4m.o ...
1
vote
2answers
367 views

Video encoding and keyframes

I am transcoding a video frame by frame and using x264+ffmpeg to encode. The original video plays fine, but the first few frames of my transcoded vide show grey artefacts. I understand this is because ...
1
vote
2answers
365 views

write x264_encoder_encode output nals to h264 file

I'm trying to do a life stream software. What I'm trying is to use x264's lib to encode to h264 on server side and ffmpeg to decode on client side. After some failed attemps of doing it directly I ...
0
votes
1answer
541 views

X264 & ARM encoding on Android

I recently built a Video encoding class that runs on Android using ffmpeg and native code. I am surprised by the time it takes to encode a video, about 1 frame / second at best. I have tried with x264 ...
0
votes
1answer
472 views

How to write NALs produced by x264_encoder_encode() using ffmpeg av_interleaved_write_frame()

I have been trying to produce a "flv" video file in the following sequence: av_register_all(); // Open video file if (avformat_open_input(&pFormatCtx, "6.mp4", NULL, NULL) != 0) return -1; ...
0
votes
1answer
466 views

h264 ffmpeg: How to initialize ffmpeg to decode NALs created with x264

I have encoded some frames using x264, using x264_encoder_encode and after that I have created AVPackets using a function like this: bool PacketizeNals( uint8_t* a_pNalBuffer, int a_nNalBufferSize, ...
3
votes
1answer
380 views

What format_name to use in avformat_alloc_output_context2?

Can anyone produce a readable H264 file from this FFMPEG tutorial example? The only thing I have changed is the output format on line 350: avformat_alloc_output_context2(&oc, NULL, "h264", ...
0
votes
1answer
197 views

FFMPEG x264 encoding on Android - error with lookahead

I am using FFMPEG + x264 on Android to encode YUV420 frames to a video file. I use the following code on each frame to encode them: avcodec_encode_video2(gVideoWriteCodecCtx, &packet, ...
0
votes
0answers
1k views

Compile FFMPEG + x264 - undefined references

I have been trying to find a solution online for a couple of days with no luck. I am using Ubuntu and trying to compile the latest FFMPEG stable version (1.0.1) with x264 support. I made sure I ...
1
vote
0answers
216 views

How to encode Chrome OS compatible H.264 video with ffmpeg + x264? [closed]

When I encode videos with ffmpeg + x264 and try to play them on Chrome OS the audio is OK but the video is just grey with random looking stuff at the top. The videos play fine in VLC though. The ...
2
votes
1answer
1k views

How to write a Live555 FramedSource to allow me to stream H.264 live

I've been trying to write a class that derives from FramedSource in Live555 that will allow me to stream live data from my D3D9 application to an MP4 or similar. What I do each frame is grab the ...
1
vote
0answers
52 views

Restrict bandwidth usage in cloud game server

I am working on cloud game server development. During the testing of some games, there is a spike observed of around 10 MBps. Normally game consumes 4~6 MBps network bandwidth. Is there any way to ...
1
vote
1answer
300 views

NDK r8c warning for asm objects regarding “Cortex-A8 erratum” - should I be worried?

Question: What is the meaning of this warning? If there are no real-life consequences, I can live with it for a while... But I am concerned with what will happen if our program gets loaded on one of ...
0
votes
1answer
226 views

convert exr filesequence with ffmpeg and x264 [closed]

When i convert a exr sequence into quicktime mov file using ffmpeg and x264 codec it codes the video but in quicktime player and windows media player its just black! but when i open it up with vlc i ...
0
votes
1answer
163 views

Where ffmpeg flags like CODEC_FLAG2_BPYRAMID are located?

I'm developing on using VS2010 with ffmpeg and tried the code from here. But VS says that it cannot find ...
0
votes
1answer
150 views

Dump libx264 encoding parameters in ffmpeg

Is it possible to get a list of parameter values used in libx264 while encoding a stream? I am using a ffmpeg binary to encode.
2
votes
1answer
191 views

how to reduce the size of the moov atom in mp4 files

For fast streaming, I would like to know how to reduce the size of moov atom (sometimes 2-6 MB). Are there any settings in ffmpeg or x264? I understand the need to reduce the frequency of keyframes, ...
0
votes
1answer
700 views

gstreamer muxing with x264enc

I am trying to convert a DVD to mkv file with gstreamer. The pipeline I use is: gst-launch -evv multifilesrc location="VTS_01_%d.VOB" index=1 ! dvddemux name=demuxer \ matroskamux name=mux ! ...
0
votes
1answer
540 views

Noobs approach to automate x264 cmd

so here is my script to loop through specific video extensions » add a manual profile » generate necessary *.bat & finally a final 'loader' batch file to execute previous *.bat files sequentially ...
0
votes
0answers
130 views

Bitrate variation in x264 encode? [closed]

Under win732bit The following picture is the analysis of bitrateviewer from 2 different encodings: After learning a great deal I want to ask some basic questions Are the jitters (huge variation of ...
0
votes
0answers
377 views

How to use x264 for encoding with ffmpeg?

I tryed to use ffmpeg for encoding video/ But it fails on initialization of AVCodecContext annd AVCodec. What I do: _codec = avcodec_find_encoder(CODEC_ID_H264); _codecContext = ...
0
votes
1answer
87 views

Is it possible to force I_PCM mode in x264?

I need to use I_PCM mode in all blocks for some of I frames in video being compressed using x264. I know those frames will take a huge amount of space, but it is a requirement to keep them as faithful ...
3
votes
1answer
321 views

Faster encoding of realtime 3d graphics with opengl and x264

I am working on a system that sends a compressed video to a client from 3d graphics that are done in the server as soon as they are rendered. I already have the code working, but I feel it could be ...
1
vote
0answers
998 views

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 ffmpeg2pass-2.log My setup is to do a single first pass and then ...
10
votes
1answer
797 views

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 for this that were documented worked, but had inefficiencies. The solution that I ...
1
vote
1answer
367 views

speeding up x264 encoding (C++ code with libavcodec)

I am trying to capture windows screen (continuous screen shots) and encode them into x264. For that I am using avcodec_encode_video2 function available with libavcodec. However, it takes a huge amount ...
1
vote
1answer
1k views

x264 rate control

We are using the x264 encoder in a video conferencing project, we have the basic streaming video working, however, we are having trouble understanding how the various rate control settings determine ...
0
votes
0answers
256 views

libx264 2 pass encoding with mbtree option, first pass fails

I'm working on an application which uses libx264. When doing 2-pass encodes, if the mbtree option is enabled, the 1st pass doesn't seem to put anything into the stats files: ...
0
votes
1answer
79 views

Get output data from x264vfw filter

I need get H264 stream from x264 encoder and make some kind of live streaming server. Client will connect to the server, then via rtsp recieve video. How can I get data from x264vfw output pin? In ...
0
votes
2answers
595 views

Compiling ffmpeg: how to force it to link to a specific libx264?

I'm trying to compile the newest version of ffmpeg (in CentOS 5.3). I first downloaded the latest version of libx264, compiled it with --enable-static and installed it in /usr/local/. However, when I ...
1
vote
1answer
2k views

“Unknown encoder: libx264” error in Debian Squeeze

I built and installed FFMPEG as said here. But when I do this command to run the video: ffmpeg -i "source.mkv" -an -b 700k -r 25 -vcodec libx264 "output.mp4" I get this error: unknow encoder : ...
1
vote
2answers
180 views

x264 with multiple passes specify location of temporary file?

So, my situation is like this. I have three x264 commands with 3 passes I want to run in parallel: x264 -p 1 ... x264 -p 1 ... x264 -p 1 ... Then I want to run the second pass in parallel: x264 -p ...
0
votes
1answer
57 views

What, if any, guarantees are there for when `nalu_process` will be called?

In particular, can a call to x264_encoder_encode return before every nalu_process callback associated to it has returned? Someone in #x264 suggested it's settings-dependent; I'm talking here about the ...
6
votes
1answer
2k views

Trouble syncing libavformat/ffmpeg with x264 and RTP

I've been working on some streaming software that takes live feeds from various kinds of cameras and streams over the network using H.264. To accomplish this, I'm using the x264 encoder directly (with ...
0
votes
1answer
4k views

fresh ffmpeg on 10.04 Could Not Find Codec Parameters [closed]

ffmpeg version git-2012-07-24-93342de Copyright (c) 2000-2012 the FFmpeg developers built on Jul 24 2012 23:55:41 with gcc 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1) configuration: --enable-libfaac ...
1
vote
2answers
214 views

x264 threading latency

Hy everbody, I wonder why sliceless threading (http://akuvian.org/src/x264/sliceless_threads.txt) in x264 leads to latency? If I have for example 2 threads the first encode one frame and the second ...

1 2 3