Search found 25 matches

Go to advanced search

by tsr
10 Feb 2008 22:19
Forum: General VLC media player Troubleshooting
Topic: seeking and stopping via commandline arguments
Replies: 1
Views: 341

seeking and stopping via commandline arguments

Hi :) i want to use vlc to extract audio from a video file. using sout to write a file works just fine. but i also need to seek to a certain position where the "ripping" begins, as well as specify where it stops. mplayer has the commandline arguments "-ss" and "-endpos"...
by tsr
11 Sep 2007 15:20
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Installing vlc on ubuntu 6.06LTS offline PC? How??
Replies: 5
Views: 1038

Re: Installing vlc on ubuntu 6.06LTS offline PC? How??

1) is there any version of vlc contained in that original ubuntu 6.06 LTS cd and how can I install it. If I can get it installed will it be sufficient to play dvds or I will have to install some codecs, libraries or "regionset"s? where from and how? Frankly, I have no idea whether VLC is ...
by tsr
08 Aug 2007 12:15
Forum: Coffee Corner
Topic: Can you help me?
Replies: 2
Views: 1358

Re: Can you help me?

wtf ? i hope im not making a fool of myself by replying to a bot.
of course its the director that directed, amongst other movies, "bad taste". you can look up the rest on imdb.com.
by tsr
08 Aug 2007 12:04
Forum: VLC media player for Linux and friends Troubleshooting
Topic: theora performance
Replies: 7
Views: 1079

Re: theora performance

oh, thanks for the input. i now remember that i got the info about theora being in a "development" state from xiph.org, but i confused it with ffmpeg. either way, i have not yet heard from either source about an optimized theora encoder. so is it really true that my servers CPU should be a...
by tsr
07 Aug 2007 04:54
Forum: VLC media player for Linux and friends Troubleshooting
Topic: theora performance
Replies: 7
Views: 1079

theora performance

Hi guys. :) Its been a couple of years that I have been using VLC to fulfill my streaming needs, and I have not been able to get over the fact that my server does not have enough CPU power to stream theora video on the fly. I know that theora has been in an experimental (i.e. "lets develop it f...
by tsr
07 Aug 2007 04:36
Forum: General VLC media player Troubleshooting
Topic: Opening files that are *currently* being downloaded..
Replies: 2
Views: 493

Re: Opening files that are *currently* being downloaded..

Hi Hortus, yes, that is often possible. How ? Simply open the file using VLC. If that doesn't work out of the box, then it is very likely that it wont work in any other way. At the moment two reasons for it not to work come into my mind. The first one is that it might be a file format which is not s...
by tsr
07 Aug 2007 04:22
Forum: General VLC media player Troubleshooting
Topic: different output video/audio
Replies: 4
Views: 722

Re: different output video/audio

yes, what you are trying to do is possible. the "streaming howto" that you can can find under "documentation" on the videolan.org homepage tells you basically all you need to know, but its a bit hard to get into when you don't know where to begin. i'll try to keep it short: you n...
by tsr
27 Nov 2006 03:50
Forum: VLC media player for Linux and friends Troubleshooting
Topic: CPU load increases constantly
Replies: 2
Views: 1009

have you tried using recent versions of VLC's dependencies ? trying to use VLC 0.8.6 might do the trick as well, but both suggestions are a shot into the blue.
if you only relay a stream on your machine, then maybe alternative software, such as icecast, might do the trick for you as well.
by tsr
27 Nov 2006 03:45
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Trying to Install VLC.. help
Replies: 1
Views: 883

what about yum install videolan-client ? i've heard of people having problems with that, tho. since im not a fedora expert, you might want to google for "+vlc +yum.conf". if you seriously want to compile everything on your own, then have a look at the "*nix Compile HOWTO" at http...
by tsr
26 Nov 2006 03:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Solved: Compiling latest VLC SVN / ffmpeg under Debian Sarge
Replies: 4
Views: 2188

hehe, seems like i checked it out just some hours too early ;)
by tsr
25 Nov 2006 00:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Solved: Compiling latest VLC SVN / ffmpeg under Debian Sarge
Replies: 4
Views: 2188

apparently the latest ffmpeg revisions don't not like VLC very much (i tried using it on yesterdays trunk checkout as well as on 0.8.6).
it looks like compatibility broke on november 13th.

ffmpeg revision 6329 works fine, tho. :)
by tsr
24 Nov 2006 15:24
Forum: VLC media player for Linux and friends Troubleshooting
Topic: plays only up to 7 sec then stop
Replies: 5
Views: 1853

VLC 0.8.6 is in the Edgy Universe repository (vlc_0.8.6-svn20061012.debian-1ubuntu1_i386.deb). Can you maybe post your Apache2 logfile entries that VLC is creating when trying to play something ? :) And... is your webserver accessible from the web somehow ? If so, could you post a link to an example...
by tsr
24 Nov 2006 07:01
Forum: Web and scripting
Topic: launch vlc from php using a flow as source
Replies: 6
Views: 4148

Code: Select all

su apache mkdir ~/.gnome
?

... just a wild guess.
by tsr
24 Nov 2006 06:43
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Transcoding on the fly
Replies: 1
Views: 948

Re: Transcoding on the fly

1. Is it possible to transcode avi on the fly? yes. :) 2. Can anyone help me do it? Hmmm, not me. But here's my two cents: Once you configured VLC to correctly open the source (no matter if its a DVD or an avi file), then you can process the video according to the VLC output formats. VLC is "d...
by tsr
24 Nov 2006 06:18
Forum: VLC media player for Linux and friends Troubleshooting
Topic: n00b no video unless I select :sout=#duplicate{dst=display}
Replies: 2
Views: 1034

δεν μπορώ να σας βοηθήσω.
by tsr
24 Nov 2006 06:06
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Stopping a command line VLC stream
Replies: 3
Views: 1531

not sure if it helps, but here's my bash script that I use to rip various streams: /usr/local/bin/mplayer -quiet -dumpstream -dumpfile ~/rip/$filename $url 2>> /dev/null >> /dev/null & echo $! >/tmp/$filename.pid sleep $length && kill `cat /tmp/$filename.pid` this can be applied to VLC j...
by tsr
24 Nov 2006 05:49
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Force VLC to select lower bandwidth stream ?
Replies: 2
Views: 2238

Hi Mat, try selecting VIEW / PLAYLIST in your VLC window, and check if you can select your stream of choice. to me it sounds as if you are dealing with playlists, which, in turn, point to the actual stream addresses. if you ever encounter a stream URL which begins with "http://", then try ...
by tsr
24 Nov 2006 05:17
Forum: VLC media player for Linux and friends Troubleshooting
Topic: avi converted to mp4 missing audio
Replies: 1
Views: 4358

you might want to have a look at this: http://diveintomark.org/archives/2006/08/30/ipod-video-howto i have not tried this myself, but superficially it seems to me that this might at least hint you in the right direction. personally i rarely use vlc as an encoder. i love vlc for its capabilities as a...
by tsr
24 Nov 2006 05:08
Forum: VLC media player for Linux and friends Troubleshooting
Topic: plays only up to 7 sec then stop
Replies: 5
Views: 1853

Re: plays only up to 7 sec then stop

Hi crux, I followed the instructions in ubuntuguide.org for editing the repositories then installed automatix2 still according to ubuntuguide then used automatix2 to install some applications including vlc. The version that was installed is vlc 0.8.6. I have no idea what there is wrong between VLC a...
by tsr
24 Nov 2006 04:59
Forum: VLC media player for Linux and friends Troubleshooting
Topic: I have a question about codec...kkk
Replies: 4
Views: 1169

why reinvent the wheel ? the VLC team implemented the relatively new version of the wmv codec, and that has probably been a more complicated job than you imagine. :) alternatively you might want to get the very latest mplayer, though. it supports the latest wmv formats as well, and it shouldn't be m...
by tsr
24 Nov 2006 04:53
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC will not run
Replies: 7
Views: 2555

Hi namesake :) Are you sure you installed VLC with synaptic ? I am on Ubuntu (6.10 / Edgy) myself, and the official version in the repositories is 0.8.6 (not 0.8.4 !). Have you tried an "apt-get update" / "apt-get upgrade", in case you recently upgraded from dapper to edgy ? I re...
by tsr
24 Nov 2006 04:40
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error while compiling : undefined reference to `VLC_Version'
Replies: 5
Views: 1978

hmm, i cant give you an out-of-the-box solution, either. but i guess you ran the bootstrap and configure scripts, because otherwise you would not have come this far. what seems strange to me is that the compile error (its a compile error, right?) occurs within one of the source files that belongs to...
by tsr
24 Nov 2006 04:18
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC API
Replies: 1
Views: 959

first of all, sorry... i dont know any good tutorial on this topic. :/ but what exactly are you trying to do ? do you need support for a broad variety of codecs in your player, or do you supply those video files yourself (i.e. can you choose the codecs that need to be played back, yourself?) ? if yo...
by tsr
24 Nov 2006 04:12
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Solved: Compiling latest VLC SVN / ffmpeg under Debian Sarge
Replies: 4
Views: 2188

Solved: Compiling latest VLC SVN / ffmpeg under Debian Sarge

Hi guys, for some time I have been trying to get an at least moderately current version of VLC running on my debian sarge dedicated server. this sounds a little dramatic, but I am having serious problems getting this nice thing to run properly. my latest attempt was grabbing the latest versions of t...

Go to advanced search