[MPlayer-users] Installation question

Gordon A. Campbell gordie at columbia.edu
Sun Jun 23 02:00:01 CEST 2002


Hello, First time user/installer here. I have succesfully been able to
install (thank you all very much). However, for my particular purpose of
using this tool, I have not yet been successful. My specific goal is to
extract a jpeg from a Quicktime movie. I am neither a Quicktime nor C
expert, but have been spent the day reading the installation guides and
this forum. So, I hope you'll be understanding in what may seem to others
as a simple goal. I believe I am missing the library for the ability to
create a JPEG. However, I do not know where to find it or where it needs
to be placed.  Also, there was not an (vo_jpeg.o) in the libvo file.
This is just a guess though, so please read on. Finally, after reading
many of the threads in this forum, I am well aware the
"stupid/dumbass/RTFM" questions are um, frowned upon. It is with deep
regret that I am asking for help. Thank you, gordie.


from config.mak

# video output
X_LIB = -L/usr/openwin/lib -lX11 -lXext -lsocket -lnsl       -lsocket
-lnsl
GGI_LIB =
MLIB_LIB =
MLIB_INC =
DXR2_INC =
DVB_INC =
PNG_LIB =
JPEG_LIB =
GIF_LIB =
SDL_LIB =
SVGA_LIB =
AA_LIB =


from command line:


 ******************************************
$ mplayer -vo jpeg -ss 1:56 -frames 1 some_movie.mov

MPlayer 0.90pre5-2.95.2 (C) 2000-2002 Arpad Gereoffy (see DOCS!)

Reading /p/tlc/gordie/.mplayer/codecs.conf: 34 audio & 94 video codecs
font: can't open file: /p/tlc/gordie/.mplayer/font/font.desc
font: can't open file: /usr/local/share/mplayer/font/font.desc
Using usleep() timing
Input config file /p/tlc/gordie/.mplayer/input.conf parsed : 50 binds

Playing some_movie.mov
Invalid video output driver name: jpeg
Use '-vo help' to get a list of available video drivers.

Exiting... (Fatal error)


$ mplayer -vo help


MPlayer 0.90pre5-2.95.2 (C) 2000-2002 Arpad Gereoffy (see DOCS!)

Available video output drivers:
        x11     X11 ( XImage/Shm )
        null    Null video output
        pgm     PGM file
        md5     MD5 sum
        mpegpes Mpeg-PES file
        yuv4mpeg        yuv4mpeg output for mjpegtools (to "stream.yuv")



>From the configure.log:

*********************************

============ Checking for JPEG support ============

#include <stdio.h>
#include <stdlib.h>
#include <setjmp.h>
#include <string.h>
#include <jpeglib.h>
int main(void) {
  return 0;
}

gcc    /tmp/mplayer-conf--13671.c -o /tmp/mplayer-conf--13671.o -ljpeg -lm
/tmp/mplayer-conf--13671.c:5: jpeglib.h: No such file or directory

ldd /tmp/mplayer-conf--13671.o
/usr/bin/ldd: /tmp/mplayer-conf--13671.o: cannot open file: No such file
or directory

Result is: no
##########################################






******************************************


Finally, as an experiment I tried a different output type to generate some
errors that I hoped would assist me.


$ mplayer -vo pgm -ss 1:00 -frames 1 psycho_1.mov


MPlayer 0.90pre5-2.95.2 (C) 2000-2002 Arpad Gereoffy (see DOCS!)

Reading /p/tlc/gordie/.mplayer/codecs.conf: 34 audio & 94 video codecs
font: can't open file: /p/tlc/gordie/.mplayer/font/font.desc
font: can't open file: /usr/local/share/mplayer/font/font.desc
Using usleep() timing
Input config file /p/tlc/gordie/.mplayer/input.conf parsed : 50 binds

Playing psycho_1.mov
Detected QuickTime/MOV file format!
--------------
MOV track #0: 467 chunks, 1748 samples
Image size: 240 x 180 (24 bpp)
Display size: 240 x 180
Fourcc: 3QVS  Codec: 'Sorenson Video 3'
--------------
MOV track #1: 233 chunks, 0 samples
Audio bits: 16  chans: 1  rate: 8790
Fourcc: 2MDQ
--------------
MOV track #2: 1 chunks, 0 samples
Generic track - not completly understood! (id: 2)
--------------
Clip info:
 name: Video Clip
 author: Prof. Larry Engel
 copyright: © 2001 CCNMTL / School of the Arts
Can't find codec for audio format 0x324D4451 !
*** Try to upgrade /p/tlc/gordie/.mplayer/codecs.conf from etc/codecs.conf
*** If it's still not OK, then read DOCS/codecs.html!
==========================================================================
Can't find codec matching selected -vo and video format 0x33515653 !
*** Try to upgrade /p/tlc/gordie/.mplayer/codecs.conf from etc/codecs.conf
*** If it's still not OK, then read DOCS/codecs.html!
==========================================================================


Exiting... (End of file)





More information about the MPlayer-users mailing list