Thread: VLC run error
View Single Post
Old 29th May 2008
mfaridi's Avatar
mfaridi mfaridi is offline
Spam Deminer
 
Join Date: May 2008
Location: Afghanistan
Posts: 320
Default

Quote:
Originally Posted by BSDfan666 View Post
@mfaridi, type: % vlc -v /home/mostafa/movie/T.avi and see what it prints out, again, ignore the Quicktime information.

Also, paste the output of: % ffmpeg -i /home/mostafa/movie/T.avi to help us identify the audio/video codec in use.

Thanks.

EDIT: You're using OpenBSD 4.2? Why? If you insist.. there was an Xorg errata which fixed a crippling bug, VLC was one of those applications that flaked out.

Apply ftp://ftp.openbsd.org/pub/OpenBSD/pa...006_xorg.patch and recompile Xenocara.. (It might be easier to just upgrade to 4.3..).
thanks when I type
Code:
vlc -v /home/mostafa/movie/The.avi
after sometimes I see this error and VLC can not play this movie

Code:
VLC media player 0.8.6c Janus
vlc:/usr/local/lib/vlc/codec/libquicktime_plugin.so: undefined symbol 'NewHandleClear'
[00000264] avi private warning: unknown chunk (not loaded)
zsh: segmentation fault (core dumped)  vlc -v /home/mostafa/movie/T.avi
and when I type this command

Code:
ffmpeg -i /home/mostafa/movie/The.avi
I see this message

Code:
FFmpeg version SVN-r8862, Copyright (c) 2000-2007 Fabrice Bellard, et al.
  configuration: --enable-shared --cc=cc --disable-opts --enable-liba52 --enable-pp --enable-gpl --enable-pthreads --disable-debug --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libogg --enable-libvorbis --enable-libtheora --enable-x264 --extra-libs=-L/usr/local/lib --extra-cflags=-I/usr/local/include
  libavutil version: 49.4.0
  libavcodec version: 51.40.4
  libavformat version: 51.12.1
  built on Aug 15 2007 20:46:19, gcc: 3.3.5 (propolice)
Input #0, avi, from '/home/mostafa/movie/T.avi':
  Duration: 01:40:06.9, start: 0.000000, bitrate: 977 kb/s
  Stream #0.0: Video: mpeg4, yuv420p, 640x352, 25.00 fps(r)
  Stream #0.1: Audio: mp3, 48000 Hz, stereo, 112 kb/s
Must supply at least one output file
Reply With Quote