interzona / mplayer-ce

Automatically exported from code.google.com/p/mplayer-ce
0 stars 0 forks source link

Stream results in garbled display #392

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Adding the following stream using "loadfile" results in a garbled display
(mplayer version 0.75). The stream is played and audio is fine, but the
display is messed up in wierd way.

     <e name="Episode  1:24"   ok="loadfile
'http://downol.dr.dk/download/bonanza/08-03-2008/40263_512x384x400K.flv'"/>

The stream is provided using two other resolutions only one of which works:

Broken: (same display problem)
http://downol.dr.dk/download/bonanza/08-03-2008/40268_512x384x840K.flv
Good: (runs without problems)
http://downol.dr.dk/download/bonanza/08-03-2008/40261_720x540x1400K.flv

I hope you have time to take a look at it.

Cheers,
Martin Leopold

Original issue reported on code.google.com by martin.l...@gmail.com on 26 Aug 2009 at 9:25

GoogleCodeExporter commented 8 years ago
Looking through the bugs this seems to be a duplicate of bug 110 and bug 220

Original comment by martin.l...@gmail.com on 12 Sep 2009 at 4:30

GoogleCodeExporter commented 8 years ago
You need to look at the video codec within an .flv file. Your 720 example uses 
AVC 
which will play fine on the WII up to a resolution of 640. Your 512 example 
uses VP6 
which MPlayer breaks up when playing due to a problem.

Original comment by jhbel...@gmail.com on 15 May 2010 at 8:13