Search found 1208 matches

Go to advanced search

by xtophe
09 Oct 2009 17:20
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Floating point exception when transcoding
Replies: 6
Views: 2831

Re: Floating point exception when transcoding

Hmmm i 'm no gdb expert.

I would send sigkill and then do a backtrace of all threads (thread apply all bt (Ithink))
The infinite loop is surely a bug maybe the dsame as the floating point

You can also try to run in valgrind and see if you can get a backtrace
by xtophe
09 Oct 2009 17:17
Forum: VLC media player for Linux and friends Troubleshooting
Topic: DVB Rolloff?
Replies: 7
Views: 839

Re: DVB Rolloff?

I think you should post the patch to vlc-devel@ videolan.org (and here).
So that people find it f they do a search. And if it's clean it should be incorporated in next vlc release
by xtophe
09 Oct 2009 11:50
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Scene or Snapshot using command line help
Replies: 7
Views: 4409

Re: Scene or Snapshot using command line help

having vlc running continously seems inefficient.

What about:
while true; do vlc mms://.... :stream-time=120 --video-filter=scene ...... vlc:quit ; mv "last jpeg" construction-`date`.jpg; sleep 600; done
by xtophe
09 Oct 2009 11:45
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Floating point exception when transcoding
Replies: 6
Views: 2831

Re: Floating point exception when transcoding

Add --enable-debug in your configure line if not already present and get a bactrace with gdb
by xtophe
06 Oct 2009 12:14
Forum: VLC media player for Linux and friends Troubleshooting
Topic: help fixing a broken install
Replies: 5
Views: 728

Re: help fixing a broken install

does vlc -vvv --no-plugins-cache --list |grep avcodec produces any warning (in yellow) ? Does it lists avcodec ?
by xtophe
06 Oct 2009 12:12
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Installing vlc 0.8.6a on Debian lenny
Replies: 1
Views: 379

Re: Installing vlc 0.8.6a on Debian lenny

Well first we could try debugging the problem you have with 0.8.6.h

Then you can add the etch repo to your /etc/apt/sources.list and force the version of vlc in apt-get install
by xtophe
06 Oct 2009 12:10
Forum: VLC media player for Linux and friends Troubleshooting
Topic: native wma breaks with recent ffmpeg
Replies: 6
Views: 1361

Re: native wma breaks with recent ffmpeg

Also noting that decoding in ffmpeg itself and mplayer builds also work fine no matter what the -r , ffmpeg fiddles with the code and mplayer syncs to it You should have told us that in the first message. While I certainly can't speak for ffmpeg, why should they be responsible to keep their code co...
by xtophe
06 Oct 2009 12:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Capturing from a Soundblaster Audigy
Replies: 2
Views: 428

Re: Capturing from a Soundblaster Audigy

What vlc version do you use?

For me it looks like you use pulseaudio on top of ALSA and so should use the alsa:// module in 1.0.x or the v4l2 module in 0.9.x
by xtophe
05 Oct 2009 15:15
Forum: VLC media player for Linux and friends Troubleshooting
Topic: help fixing a broken install
Replies: 5
Views: 728

Re: help fixing a broken install

reinstall libavcodec libavutil libavformat libswscale and libpostproc
by xtophe
02 Oct 2009 18:38
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Got audio, no video
Replies: 2
Views: 553

Re: Got audio, no video

Could you do the following command in a terminal: " vlc -vvv --no-plugins-cache --list --color |grep -i ffmpeg"

And report ant warning (yellow) lines

and if it lists ffmpeg or avcodec in the last part
by xtophe
02 Oct 2009 18:36
Forum: VLC media player for Linux and friends Troubleshooting
Topic: avc1 error with VLC when playing videos
Replies: 4
Views: 2201

Re: avc1 error with VLC when playing videos

vlc -vvv --no-plugins-cache --list |grep avcodec.

Most likely you installed some new libavcodec libraries from a PPA which are not compatible.
by xtophe
01 Oct 2009 23:18
Forum: VLC media player for Linux and friends Troubleshooting
Topic: not able to get vlc working
Replies: 6
Views: 6561

Re: not able to get vlc working

Is that on sid ?

Try with --v4l2-use-libv4l2
by xtophe
01 Oct 2009 14:39
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Cannot read several video streams
Replies: 4
Views: 1202

Re: Cannot read several video streams

Something is wrong with your libavcodec or the avcodec module of vlc.
What's your ffmpeg version ? So you have seevral libavcodec installed ?
What does ffmpeg -formats says
by xtophe
01 Oct 2009 14:36
Forum: VLC media player for Linux and friends Troubleshooting
Topic: copilation errors with vlc-1.1.0-git
Replies: 11
Views: 1898

Re: copilation errors with vlc-1.1.0-git

Hi, Thanks for the answer. I tried with --disable-skins2, the compilation is OK, but huum, when I launch the cvlc programm, I see no video (even with the --fullscreen option) run vlc -vvv, read the messages or paste them here I writed about the subtitles problemes here : http://forum.videolan.org/v...
by xtophe
01 Oct 2009 14:36
Forum: VLC media player for Windows Troubleshooting
Topic: sound and subtitles in vlc 0.9.9, 1.0.0 and 1.0.1
Replies: 7
Views: 967

Re: sound and subtitles in vlc 0.9.9, 1.0.0 and 1.0.1

As it woks in 1.1.0, we need to find out what commit fix it and backport it to the 1.0-bugfix branch.

Reading the log on the ts demuxer should be a good starting point
by xtophe
01 Oct 2009 14:28
Forum: VLC media player for Linux and friends Troubleshooting
Topic: not able to get vlc working
Replies: 6
Views: 6561

Re: not able to get vlc working

Try with the v4l2 module rather than v4l
by xtophe
01 Oct 2009 14:25
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC 1.02 Bug : Segmentation Fault (Core Dump) Upon Sort
Replies: 7
Views: 1016

Re: VLC 1.02 Bug : Segmentation Fault (Core Dump) Upon Sort

Could you install the vlc-dbg package and produce a backtrace with gdb
by xtophe
30 Sep 2009 16:18
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Compiling vlc 1.0.2 with ffmpeg
Replies: 2
Views: 593

Re: Compiling vlc 1.0.2 with ffmpeg

Did you compile FFmpeg yourself ? if yes did you do "make install" ? If no, are you sure vlc configure and vlc at runtime pick that version of FFmpeg ? does ffmpeg -formats list mp2v for encoding ? The debugs line before "cannot open encoder" could be interesting. Also note for y...
by xtophe
30 Sep 2009 16:02
Forum: VLC media player for Linux and friends Troubleshooting
Topic: copilation errors with vlc-1.1.0-git
Replies: 11
Views: 1898

Re: copilation errors with vlc-1.1.0-git

Hmmm yes. It's missing from the tarballs. Either use git (or download the file from gitweb) or disable skins2 at configure time.

What's the subtiltles pb, btw ? What's your libass version ?
by xtophe
30 Sep 2009 11:51
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How to view a video with a filter
Replies: 2
Views: 350

Re: How to view a video with a filter

vlc --list |grep invert will tell you if the filter is present

and vlc --video-filter invert to use it
by xtophe
29 Sep 2009 15:24
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Problem with VLC 0.9.9.a on Ubuntu
Replies: 3
Views: 563

Re: Problem with VLC 0.9.9.a on Ubuntu

You need to upgrade to 1.0.x to have the video embedded in the controler
by xtophe
28 Sep 2009 15:50
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Mlp/Trhd on ubuntu/linux
Replies: 5
Views: 2188

Re: Mlp/Trhd on ubuntu/linux

It seems that your vlc installation is buggy.

check: dpkg -l "*vlc*"

check that all package installed (line staring by ii) are of the same version.
delete your plugins cache (~/.cache/vlc)
by xtophe
28 Sep 2009 12:06
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Where to get the "friends to compile" VLC on ubuntu
Replies: 4
Views: 1107

Re: Where to get the "friends to compile" VLC on ubuntu

to make it completly explicit: automake and libtool (and aclocal but normally it's in the same package as automake)

And about AM_PATH_LIBGCRYPT, you need to install libgcrypt-dev

Go to advanced search