[x264-devel] multi-process encoding problem
Alex Jurkiewicz
alex at jurkiewi.cz
Tue Jan 31 01:05:20 CET 2012
Hi,
On Tue, Jan 31, 2012 at 1:02 AM, aviad rozenhek <aviadr1 at gmail.com> wrote:
> we re-transcoded the video without using vbv constraints, but still got the
> same hiccup in playback :-(
It's not that the VBV constraints were causing the hiccup, but that
your method of multi-process encoding can't guarantee VBV-compliant
output, which is a problem you didn't seem aware of.
I'm not familiar with the process of combining h264 streams like you
suggest. If you think the decoding/resizing step is the bottleneck,
have you considered doing that outside x264 in a multi-threaded
process and piping raw video into x264?
Alex
More information about the x264-devel
mailing list