[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Error extraño vlc en debian



On 30/08/13 01:00, Maykel Franco wrote:
2013/8/30 jors<jors@enchufado.com>:
On 29/08/13 22:31, Maykel Franco wrote:

El día 27 de agosto de 2013 15:50, Camaleón<noelamac@gmail.com>   escribió:

El Tue, 27 Aug 2013 12:00:26 +0200, Maykel Franco escribió:

El día 26 de agosto de 2013 18:31, Camaleón<noelamac@gmail.com>
escribió:


(...)

Puedes darle más verbosidad a la salida con:

vlc -vv archivo.avi

Así verás qué biblioteca no encuentra o no puede cargar.


Manda la salida de ese comando que, aunque es muy verboso, seguramente te
dirá qué archivo está buscando para el códec.

¿Tienes el VLC de Debian o descargado de VLC?


Me descargué la última versión porque debian no suele estar a la última,
pero aún así en opensuse también me pasaba y lo instale desde los
repos...Puede ser que en función de la distro metan las dependencias de
esos codec o no...Imagino...


Ok... pues más raro aún que te dé problemas si tienes la última
versión :-?

Saludos,

--
Camaleón


--
To UNSUBSCRIBE, email to debian-user-spanish-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org
Archive: [🔎] pan.2013.08.27.13.50.13@gmail.com">http://lists.debian.org/[🔎] pan.2013.08.27.13.50.13@gmail.com


Ahí va:

0x7f22dce1d008] main decoder debug: looking for decoder module: 30
candidates
[0x7f22dce1d008] main decoder debug: no decoder module matching "any"
could be loaded
[0x7f22dce1d008] main decoder debug: TIMER module_need() : 5.901 ms -
Total 5.901 ms / 1 intvls (Avg 5.901 ms)
[0x7f22dce1d008] main decoder error: no suitable decoder module for
fourcc `h264'. VLC probably does not support this sound or video
format.
[0x7f22dce1d008] main decoder debug: killing decoder fourcc `h264', 0
PES in FIFO
[0x7f22dce1d008] main decoder debug: looking for decoder module: 30
candidates
[0x7f22dce1d008] main decoder debug: no decoder module matching "any"
could be loaded
[0x7f22dce1d008] main decoder debug: TIMER module_need() : 0.271 ms -
Total 0.271 ms / 1 intvls (Avg 0.271 ms)
[0x7f22dce1d008] main decoder error: no suitable decoder module for
fourcc `mp4a'. VLC probably does not support this sound or video
format.
[0x7f22dce1d008] main decoder debug: killing decoder fourcc `mp4a', 0
PES in FIFO
[0x7f22dce1d008] main demux meta debug: looking for meta reader
module: 2 candidates
[0x7f22dce1d008] lua demux meta debug: Trying Lua scripts in
/home/maykel/.local/share/vlc/lua/meta/reader
[0x7f22dce1d008] lua demux meta debug: Trying Lua scripts in
/usr/lib64/vlc/lua/meta/reader
[0x7f22dce1d008] lua demux meta debug: Trying Lua playlist script
/usr/lib64/vlc/lua/meta/reader/filename.luac
[0x7f22dce1d008] lua demux meta debug: Trying Lua scripts in
/usr/share/vlc/lua/meta/reader
[0x7f22dce1d008] main demux meta debug: no meta reader module matching
"any" could be loaded
[0x7f22dce1d008] main demux meta debug: TIMER module_need() : 0.625 ms
- Total 0.625 ms / 1 intvls (Avg 0.625 ms)
[0x7f22e4000b78] main input debug:

`file:///home/maykel/Public%20Agent%20E%20109%20-%20Anthina%20HD%201080p/puba.e109.anthina.mov'
successfully opened
[0x1c0a448] qt4 interface debug: IM: Setting an input
[0x7f22e4000b78] main input debug: EOF reached
[0x1be5408] main playlist debug: finished input
[0x7f22dce24e98] main demux debug: removing module "mp4"
[0x7f22dce24e98] mp4 demux debug: freeing all memory
[0x7f22dc001c78] main stream debug: removing module "stream_filter_record"
[0x7f22dce20038] main access debug: removing module "filesystem"
[0x7f22e4000b78] main input debug: Program doesn't contain anymore ES
[0x1be5408] main playlist debug: dead input
[0x1be5408] main playlist debug: changing item without a request (current
0/1)
[0x1be5408] main playlist debug: nothing to play
[0x1c0a448] qt4 interface debug: IM: Deleting the input


Yo estoy usando la versión de testing (2.0.8) y pude reproducir éste [1]
video correctamente (contenedor mp4 y codec h264 para el video). Las lineas
probablemente interesantes:

[0x7f44d0c0c728] main decoder debug: looking for decoder module: 31
candidates
[0x7f44d0c0c728] avcodec decoder debug: libavcodec initialized (interface
0x352300)
[0x7f44d0c0c728] avcodec decoder debug: trying to use direct rendering
[0x7f44d0c0c728] avcodec decoder debug: allowing 3 thread(s) for decoding
[0x7f44d0c0c728] avcodec decoder debug: ffmpeg codec (H264 - MPEG-4 AVC
(part 10)) started
[0x7f44d0c0c728] avcodec decoder debug: using frame thread mode with 3
threads
[0x7f44d0c0c728] main decoder debug: using decoder module "avcodec"
[0x7f44d0c0c728] main decoder debug: TIMER module_need() : 28.427 ms - Total
28.427 ms / 1 intvls (Avg 28.427 ms)
[0x7f44d0c06188] main decoder debug: looking for decoder module: 31
candidates
[0x7f44d0c06188] main decoder debug: using decoder module "faad"
[0x7f44d0c06188] main decoder debug: TIMER module_need() : 0.531 ms - Total
0.531 ms / 1 intvls (Avg 0.531 ms)

Parece que carga los módulos avcodec y faad, y vlc efectivamente los tiene:

$ vlc -l | grep "faad\|avcodec"
VLC media player 2.0.8 Twoflower (revision 2.0.8a-0-g68cf50b)
   faad                   Decodificador de audio AAC (usando libfaad2)
VLC media player 2.0.8 Twoflower (revision 2.0.8a-0-g68cf50b)
   avcodec                Decodificador de audio/vídeo FFmpeg

Y supongo que éste es su sitio:

$ ls -lh /usr/lib/vlc/plugins/codec/ | grep "264\|faad\|avcodec"
-rw-r--r-- 1 root root  87K ago  1 14:53 libavcodec_plugin.so
-rw-r--r-- 1 root root  15K ago  1 14:53 libfaad_plugin.so
-rw-r--r-- 1 root root  43K ago  1 14:53 libx264_plugin.so

A ver qué te sale a tí, pero todo indica que te faltan.

[1] http://www.808.dk/pics/video/gizmo.mp4

Salut,
jors



--
To UNSUBSCRIBE, email to debian-user-spanish-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org
Archive: [🔎] 521FCDBF.7060001@enchufado.com">http://lists.debian.org/[🔎] 521FCDBF.7060001@enchufado.com



Gracias por contestar:

linux:~ # ls -lh /usr/lib64/vlc/plugins/codec/ | grep "264\|faad\|avcodec"
linux:~ #

Efectivamente no sale nada

Ojo porque en mi host no existe ese path a pesar de user la arquitectura amd64. Es /usr/lib/ en lugar de /usr/lib64/.

En el caso del paquete de Debian, esas librerias compartidas (.so) forman parte del paquete vlc [1] y vlc-nox [2][3] para stable.

[1] http://packages.debian.org/search?searchon=contents&keywords=libavcodec_plugin.so&mode=path&suite=stable&arch=any

[2] http://packages.debian.org/search?searchon=contents&keywords=libfaad_plugin.so&mode=path&suite=stable&arch=any

[3] http://packages.debian.org/search?searchon=contents&keywords=libx264_plugin.so&mode=path&suite=stable&arch=any

Salut,
jors


Reply to: