Page 1 of 1

Wow, a squeezed canvas ...

Posted: 30 May 2010 00:26
by ralf.butler
Hi there,

I love vlc, know all key strokes and therefore really don't want to miss it on my system. But after I updated to ubuntu lucid I see the following:

Image

This suppose to be the live stream of the oil spill. I have this squeezy problem with all kind of videos. It doesn't seems to be a codec specific issue, neither a vlc issue (I guess). I believe it is os dependant. Did I perhaps install a bad package? I removed libavutil* and all dependant packages and reinstalled vlc. But still the same result.

Help is very much appreciated.

Thanks,
Ralph

Re: Wow, a squeezed canvas ...

Posted: 31 May 2010 00:55
by xtophe
definitively look like a bad libavutil bug.

Check dpkg -l libavutil\*
Only libavutil49 should be in "ii" state

Re: Wow, a squeezed canvas ...

Posted: 31 May 2010 01:06
by ralf.butler
Hi xtophe,

It is :(

$ dpkg -l libavutil\*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-======================================-======================================-============================================================================================
un libavutil-dev <none> (no description available)
rc libavutil-extra-49 4:0.5.1-1ubuntu1 ffmpeg utility library
un libavutil-unstripped-49 <none> (no description available)
ii libavutil49 4:0.5.1-1ubuntu1 ffmpeg utility library

Thanks anyway!