[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bino-list] raw_height glitch
From: |
Martin Lambers |
Subject: |
Re: [Bino-list] raw_height glitch |
Date: |
Tue, 20 Sep 2011 20:52:45 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Thunderbird/3.1.13 |
Hi Vittorio!
On 20/09/11 15:10, Vittorio Giovara wrote:
> I'm using bino to decode some hd stereo file and I believe bino is
> reporting a wrong video size.
> In fact, in a 1920x1080 video raw_width and raw_height are reported
> respectively as 1920 and 1088.
Do other players report the correct size?
> Those additional 8 lines are due to the fact that 1080 is not a multiple
> of the macroblock size (16) and they shouldn't be presented to the video
> surface (at leat for h264); most likely this is a bug in ffmpeg/libav,
> but is there any workaround we could apply to bino?
Most likely not. Bino has to believe what it is told by ffmpeg/libav;
how should it know when this information is wrong? If it really is a
ffmpeg/libav bug, you probably need to use a fixed version of that.
Martin