Questions tagged [libx264]

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

It provides an C++ implementation for Linux, Windows and OSX to encode video streams in format.

libx264 official site is videolan and the source is available from the repository git://git.videolan.org/x264.git.

241 questions
-2
votes
1 answer

How is the FFMPEG x264 result bitrate calculated?

When encoding in x264 (libx264) there is a listing at the end showing different encoding stats. I noticed that the Bitrate is too high. I was wondering how this can be. Here is an example: frame=177719 fps= 24 q=-1.0 Lsize= 4768888kB…
secondplace
  • 518
  • 3
  • 8
  • 20
1 2 3
16
17