hi,
after experimenting with some test videos in 1080p (24fps) or 720p (50
fps) hd resolution I'm wondering if there are some limitations (ffmpeg
itself, or webkit) in chrome (used chrome 15, 16 dev or various canary
builds up to 17 on windows 7) that make it hard to play hd content
without some more or less noticeable "lags". These lags can be
recognized as some kind of a judder effect, especially in scenes with
slow motions.
All files were encoded as h264 in 1080p and are embedded via html5
video. Some examples are the Sintel trailer (
http://ftp.nluug.nl/ftp/graphics/blender/apricot/trailer/sintel_trailer-1080p.mp4
) or Big Buck Bunny in mp4 format.
The computer itself should be powerful enough to playback these kind
of video files without any problems, even if everything is software
decoding. The computer has a quadcore intel i5-650 cpu and 4 gb of
ram. When you are looking at the task manager, cpu load is always at
around 30 % while playback.
Chrome itself doesn't report any dropped frames via
videoElem.webkitDroppedFrameCount (tested with video-statistics.html
from
http://www.opensource.apple.com/source/WebCore/WebCore-7534.48.3/manual-tests/video-statistics.html).
Has anyone experienced some similar issues with hd video in chrome? It
seems to be some kind of a general limitation. A mac version of chrome
(15 or canary) on a totally different machine has the same problems
with judder (the mac used is a mac pro quad xeon 2,66 ghz with 15 gb
ram). So the hardware shouldn't really be the problem.
It seems to me that this a general chrome issue?
Has anyone some tips e.g. for video encoding for hd content to avoid
this judder effect? Or has anyone experienced similiar issues?
Benedikt