On Sun, 20 May 2012 23:59:48 +0200
Alexandre Ratchov <a...@caoua.org> wrote:

> This diff is supposed to make video smoother with the sndio
> backend. It also adds support for 24-bit encodings, makes use of
> the sndiod volume knob, removes the need for portaudio and makes
> sndio the default backend on OpenBSD.
> 
> I'm very interested in any regressions, and stuff that used to
> work, possibly with other backends, but that doesn't work with this
> one.
> 
> Comments? OK?
> 
> -- Alexandre
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/x11/vlc/Makefile,v

Hi Alexandre and ports,

I'm not sure if vlc played these before (I normally use mplayer) but .mkv and 
.webm files have no audio with these patches :-(

.avi .flv and .mp4 all played no problem.
 

File from http://www.youtube.com/watch?v=NIF8ij6BzzM gave the error message 
below:

$ vlc /data/radios_music/Lucy\ 9mm\ -\ Mohammed\ Ali.webm                       
                                     
VLC media player 2.0.1 Twoflower (revision 2.0.1-0-gf432547)
[0x2094fd158] main xml reader error: XML reader not found
[0x20132b058] main libvlc: Running vlc with the default interface. Use 'cvlc' 
to use vlc without interface.
MKV/Ebml Parser: m_el[mi_level] == NULL
MKV/Ebml Parser: Up cannot escape itself
[0x2094f9158] qt4 interface error: Unable to load extensions module
MKV/Ebml Parser: m_el[mi_level] == NULL
MKV/Ebml Parser: Up cannot escape itself
[0x217138258] main audio output error: cannot find filter for simple conversion
[0x217138258] main audio output error: couldn't create audio output pipeline
[0x205eb0858] main decoder error: failed to create audio output
$ 

$ vlc film/Anime/Full/Full.mkv 
VLC media player 2.0.1 Twoflower (revision 2.0.1-0-gf432547)
[0x2021c7158] main xml reader error: XML reader not found
[0x20215e258] main libvlc: Running vlc with the default interface. Use 'cvlc' 
to use vlc without interface.
MKV/Ebml Parser: m_el[mi_level] == NULL
MKV/Ebml Parser: Up cannot escape itself
[0x2021c6a58] qt4 interface error: Unable to load extensions module
MKV/Ebml Parser: m_el[mi_level] == NULL
MKV/Ebml Parser: Up cannot escape itself
[mpeg4 @ 0x20db2b800] Invalid and inefficient vfw-avi packed B frames detected
[0x204157058] main audio output error: cannot find filter for simple conversion
[0x204157058] main audio output error: couldn't create audio output pipeline
[0x20d16ac58] main decoder error: failed to create audio output
MKV/Ebml Parser: m_el[mi_level] == NULL
MKV/Ebml Parser: Up cannot escape itself
[0x204157058] main audio output error: cannot find filter for simple conversion
[mpeg4 @ 0x22dc59800] Invalid and inefficient vfw-avi packed B frames detected
[0x204157058] main audio output error: couldn't create audio output pipeline
[0x20d244858] main decoder error: failed to create audio output
$ 


Reply via email to