i don't what is an option for vlc. I compile till i have no errors. If i have an error, i gg it and if i don't find it, i come here. The mp4v error is at launch and i'd like to know why, VLC don't say how to solve it. What options are you talking about? now i understand why my previous tests worked:...
i come back because i don't find. I try lots of things but nothing works if i look my previous test, i had: sh-4.1# vlc --plugin-path=/usr/local/lib/vlc --list |grep ffmpeg VLC media player 1.1.10 The Luggage (revision exported) avcodec Désentrelaceur ffmpeg avcodec Encodeur audio/vidéo ffmpeg avfor...
i have found the sound problem, it's due to my distro so i try to re-do what i have done to have the vlc interface running an avi mp4v movie and... i haven't succeeded, vlc doesn't find the mpv4 codec So here is what i've done: i re-load my distro, extract sources of vlc-1.1.11.tar.bz2, ffmpeg-HEAD-...
ok, i have the image now, i dl some lib dev deb and reconfigure ffmpeg with --enable-swscale
i have no sound neither acceleration, but it seems to go in a better way, i will find the solution
if it works, i will do a tuto
i have still some problems with the postproc option. What does it work for?
i'm trying a vlc (1.1.10) released for my distro (puppy) i have just installed (nothing has been installed but vlc) but it doesn't work, the display is very bad: http://www.murga-linux.com/puppy/viewtopic.php?mode=attach&id=45776 sh-4.1# vlc /mnt/sda1/shadok.avi VLC media player 1.1.10 The Lugga...
i found vlc1.1.10 for my distro , but i propose to continue this topic for posterity So, ./configure --disable-lua --enable-avcodec --enable-postproc --enable-qt4 --disable-skins2 --enable-run-as-root returns partially: ... checking for AVCODEC... yes checking libavcodec/avcodec.h usability... yes c...
i reconfigure ffmpeg with --enable-gpl --enable-postproc and vlc with --enable-postproc but the blue line in the last post is still there the codec problem is still there too, i'm still searching... --> ffmpeg: ./configure --disable-yasm --enable-gpl --enable-postproc --> vlc export PKG_CONFIG_PATH=...
look at xcb.pc, the place where it's stored, the .so, i don't remember exactly what, but there is something wrong, compare to the other .pc... and try to install some xcb packages
so i have sh-4.1# vlc --plugin-path=/usr/local/lib/vlc --list |grep ffmpeg VLC media player 1.1.11 The Luggage (revision exported) and sh-4.1# ffmpeg -codecs |grep g4 FFmpeg version 0.6-4:0.6-2ubuntu4, Copyright (c) 2000-2010 the FFmpeg developers built on Oct 5 2010 09:49:10 with gcc 4.4.5 configur...
ok, i have the interface (qt4) and i configure with ./configure --disable-lua --enable-avcodec --disable-postproc --enable-qt4 --disable-skins2 --enable-run-as-root before i have taped export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/Trolltech/Qt-4.4.3/lib/pkgconfig i launch with vlc --plugin-pa...
here is no ffmpeg.pc in /usr/lib/pkgconfig, so i copy the .pc file i find in the ffmpeg source directory: they have the same name of library in /usrlib: avcodec, avutil, swscale... i have installed qt4 (qt4-dev-tools_4.7.3-7_i386.deb) and postproc (51) but configure doesn't find them. In fact i have...
i have taken source of ffmpeg from the first link 'snapshot' of http://ffmpeg.org/download.html (why is it called 'snapshot'?) thx to http://wiki.videolan.org/Configure, i have sh-4.1# ./configure --disable-lua --disable-avcodec --disable-postproc --disable-skins2 --enable-qt4 --enable-ffmpeg --with...
if i try to open an image or a movie, it says it needs some decoder (mpv4, mjpg... Decoders and codec are not presents in the source? i don't find anything interesting, VLC is known not to need codec...
ok there was solething wrong in xcb-shm.pc i had to install-xcb xv, install xcb-util-keysyms-0.3.8.tar.gz and libvlc5, libvlccore4 during the checking configuration, there was some warnings because of a lack of some libraries. Is it useless to look for these libraries? now i launch sh-4.1# vlc --plu...
i've found the package libxcb-shm0-dev_1.7-3_i386.deb in which there is libxcb-shm.so. The installation seems to work but the problem is still there. What did you hear with 'set some variables manually'?
ok, i've loaded a better distro and the compilation go further, there are some warnings because of wrong checks, some library lack (if some lacks of library don't stop compilation, is it necesseray to look for the .so?, some do and i have to do ./configure --disable-lua --disable-avcodec --disable-p...
the command ./configure --disable-nls did the same result. I imagine i have to compile the kernel if i upgrade the glibc, no? Toutou is the french version of puppy linux whose glibc version is 2.11.1 (toutou: 2.6.1),is that enough?
hello i'm trying to compile VLC1.1.11, there are some check and then it doesn't succeed, it says my glibc needs to be updated and "Buggy GNU/libc (version 2.5 - 2.7) present. VLC would crash; there is no viable work-around for this". I've tried with VLC1.0.0, i have the same problem. I use...
hello i'm trying to get a fullscreen webcam capture but i don't succeed ok, i see the capture in a 640*480 windowed capture with mediaPlayer.playMedia("dshow://", ":dshow-size=640*480"); i have found several ways to increase the size of the window: mediaPlayer.addVideoOutputEvent...
hi i'm trying to use jvlc and i have some problems with the mouse listener which is lied to the canvas (lied to mediaPlayerFactory VLC works with) if i don't launch the video with the line "mediaPlayer.play();", the mouse listener works fine. as soon as the line "mediaPlayer.play();&q...
i get one answer: for myplayer.java, i have to put the film at the root of the eclipse project. And it doesn't need vlc 1.2.0, vlc1.1.10 is enough
For VlcTest.java, no way because it seems to work for linux
I have heard of people having problems with accented characters in filenames on vlc+Windows before, maybe that's your problem. no, but i put the avi at the root of the eclipse project and it works now, the way "F:/CINEMA/" is a problem for the mediaPlayer.playMedia() function... Is there ...