[FFmpeg-devel] H.264 MVC

compn tempn
Fri Jun 25 18:08:18 CEST 2010


On Fri, 25 Jun 2010 14:00:27 +0200, Peter Wimmer wrote:
>Hi,
>
>I would like to do the H.264 Multi View Coding implementation to allow
>playback of Blu-ray 3D format. Before I start, I want to ask if anybody is
>already working on it or has submitted patches that implement parts of this
>task.

here is ffmpeg's bug tracker on the subject (includes sample)
https://roundup.ffmpeg.org/issue1933
i dont know of anyone working on it yet.


>My goal is to implement a MVC decoder for the Stereoscopic Player, which I
>need quite urgently. FFmpeg is the obvious choice for such a project, thus
>my interest to add MVC to FFmpeg.
>
>I hope to get some suggestions and feedback from this list, because I'm
>neighter familiar with FFmpeg nor with MVC yet. The issues I'm thing about
>are:

nvidia has 3d bluray support on windows. you might want to ask stephen
warren @ nvidia if they are working on ffmpeg support for linux? or
check the nvidia linux forums for talk about 3d.

somewhat related: there are some patches for mplayer to support
stereoscopic 3d (not bluray 3d) on mplayer-dev-eng list which are
either implemented in the filter system or the vo itself. it might be
wise to use the libavfilter system within ffmpeg to display the two
images at once. but i have no idea if its the preferred or even
possible method.

good luck
-compn



More information about the ffmpeg-devel mailing list