beproudstandupcom / pyglet

Automatically exported from code.google.com/p/pyglet
0 stars 0 forks source link

Video aspect ratio issues with new media implementation #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
MPlayer & co. have a history of getting aspect ratios wrong. Sadly pyglet
now does too.

I have a 704x304 (2.32:1) video file that was converted from a DVD rip.

When pyglet plays this video it rescales to match what mplayer reports as
"Movie-Aspect is 3.37:1", which results in the 704x304 scaled to 1024x304.

Original issue reported on code.google.com by r1chardj0n3s on 16 Aug 2007 at 3:22

GoogleCodeExporter commented 9 years ago
This is way outside of scope of pyglet.  Sounds to me like a broken movie file, 
but if you're convinced it's not, file 
a bug against FFmpeg.

Original comment by Alex.Hol...@gmail.com on 16 Aug 2007 at 9:52