Ciao, Ok, after i have compiled mplayer and all its dependencies with gcc 2.95.3, now the encode phase works ok and , best of all, now, the encoding speed is around 15-16fps, before, with mplayer compiled with gcc 3.0.4, crash (see my previous messages) and its performance were very poor (MAX 9-10 fps!). -- PayPal: https://www.paypal.com/refer/pal=sztrash40libero.it ICQ: 3813299 2212WU/2.04yrs Saluti, Stefano Zamprogno
having trouble compiling with both XviD and libavcodec, using: ./configure --cc=gcc-3.0.4 --with-xvidcore=/usr/src/xvid/xvidcore/build/generic/libcore.a make on linking all objects to make mplayer it bombs with: =================== /usr/src/xvid/xvidcore/build/generic/libcore.a(quant_matrix.o)(.data+0x20): multiple definition of `default_intra_matrix' libavcodec/libavcodec.a(mpeg12.o):/usr/src/MPlayer-20020322/libavcodec/mpeg12.c:63: first defined here /usr/bin/ld: Warning: size of symbol `default_intra_matrix' changed from 128 to 64 in /usr/src/xvid/xvidcore/build/generic/libcore.a(quant_matrix.o) collect2: ld returned 1 exit status make: *** [mplayer] Error 1 =================== everything's installed ok i presume, well avcodec is certainly fine and i followed all the instructions on installing XviD. If i don't specfiy --with-xvidcore= then it picks up the libxvidcore.so that xvid installed, from it's make install. Also... there doesn't seem to be any documentation on how to actually encode using XviD. it says it faster than divx4 and all that, but doesn't seem to say anywhere how to use the thing. chris
=================== /usr/src/xvid/xvidcore/build/generic/libcore.a(quant_matrix.o)(.data+0x20): multiple definition of `default_intra_matrix' libavcodec/libavcodec.a(mpeg12.o):/usr/src/MPlayer-20020322/libavcodec/mpeg12.c:63: first defined here /usr/bin/ld: Warning: size of symbol `default_intra_matrix' changed from 128 to 64 in /usr/src/xvid/xvidcore/build/generic/libcore.a(quant_matrix.o) collect2: ld returned 1 exit status make: *** [mplayer] Error 1 ===================
hmm, i just edited the XviD sourcecode, and changed that matrix name. compiled... but still...
Also... there doesn't seem to be any documentation on how to actually encode using XviD. it says it faster than divx4 and all that, but doesn't seem to say anywhere how to use the thing.
does the codecs.conf file need editing or something? oh, and also the standard codecs.conf gives me a syntax error: videocodec cvid info "Cinepak Video (native codec)" status working fourcc cvid,CVID driver cinepak out YV12 out YUY2 out BGR32,BGR24 line 298 which ever one that is... it's for that codec tho. chris
participants (2)
-
Chris Phillips -
Stefano Z.