I followed this tutorial :
viewtopic.php?f=13&t=47431
In order to use the graphical interface I use the following configure options :
./configure '--prefix=/opt/vlc-git-gui' '--build=i386-linux' '--enable-qt4' '--enable-wxwidgets' '--enable-activex' '--disable-vcdx' '--disable-cddax' '--disable-mozilla' '--enable-gtk' '--disable-hal' '--disable-libcdio' '--enable-skins2' '--disable-portaudio' '--enable-nls' '--enable-ffmpeg' '--with-ffmpeg-faad' '--with-ffmpeg-mp3lame' '--with-ffmpeg-faac' '--with-ffmpeg-zlib' '--with-ffmpeg-a52' '--with-ffmpeg-theora' '--with-ffmpeg-vorbis' '--enable-theora' '--enable-faad' '--enable-twolame' '--enable-dv' '--enable-dvdread' '--enable-live555' '--enable-caca' '--enable-goom' '--enable-real' '--enable-realrtsp' '--enable-mkv' '--enable-shout' '--enable-dvb' '--enable-dvbpsi' '--enable-v4l' '--enable-dvdnav' '--enable-a52' '--enable-libmpeg2' '--enable-vorbis' '--enable-flac' '--enable-sout' '--enable-ogg' '--enable-vlm' '--enable-mad' '--enable-libtool' '--enable-shared' '--enable-x264' '--enable-shared-libvlc' 'build_alias=i386-linux'
everything is ok when I run vlc with the qt interface.
When I run the following command, I am getting a flotting point exception:
Code: Select all
./vlc v4l:///dev/video0 :v4l-adev="/dev/dsp1" :v4l-norm=3 :v4l-frequency=-1 --sout '#transcode{vcodec=mp4v,vb=768,scale=1,acodec=mp3,ab=128,channels=2,soverlay}:duplicate{dst=display,dst=std{access=file,mux=ts,dst="/home/agussi/vlc.mpeg"}}'
Does the command line change between vlc 0.8.6 and vlc 0.9.0 ?
thanks for your help