Blu Ray and HD-DVD Playback Status: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 72: Line 72:
H.264 implementation does not support PAFF.<br>
H.264 implementation does not support PAFF.<br>
Native VC-1 implementation does not decode all samples correctly.<br>
Native VC-1 implementation does not decode all samples correctly.<br>
For MPEG-2, hardware acceleration via xvmc is available.
For MPEG-2, hardware acceleration via [[XvMV]] is available.


http://svn.mplayerhq.hu/soc/eac3/
http://svn.mplayerhq.hu/soc/eac3/
*for eac3 decoder + patch for ffmpeg
*for eac3 decoder + patch for ffmpeg
==See also==
* [[X-Video Motion Compensation|X-Video Motion Compensation (XvMC)]], the [[X11]] equivalent
* [[Video Acceleration API |Video Acceleration API (VA API)]]

Revision as of 04:20, 7 January 2008

last updated july 9 2007

latest svn is reccomended.

HD-DVD/bluray disc decryption is not supported yet.

This page only details playing the files ripped using other programs.


Codec FFmpeg (de)muxer MPlayer (de)muxer Works? Status?
H.264 hddvd native yes yes yes yes
VC-1 hddvd native and binary yes yes yes yes
MPEG-2 hddvd native yes yes yes yes
EAC3 hddvd audio yes yes yes works in soc repo
hddvd subtitles yes unknown unknown in progress
DVD menus native and libmpeg2 ?? dvd menu patch menu background movie displayed with dvdnav:// there is only so much free time :)

Note:
H.264 implementation does not support PAFF.
Native VC-1 implementation does not decode all samples correctly.
For MPEG-2, hardware acceleration via XvMV is available.

http://svn.mplayerhq.hu/soc/eac3/

  • for eac3 decoder + patch for ffmpeg


See also