Search found 893 matches

Go to advanced search

by Sigmund
10 Feb 2005 12:42
Forum: VideoLAN
Topic: VLC Architecture
Replies: 1
Views: 2331

There are some documentation on developers.videolan.org, but not very much. Your best bet is probably to explain here what you want to do, and we will give you pointers in the right direction.
by Sigmund
06 Feb 2005 08:41
Forum: VLC stream-output (sout)
Topic: stream to file, who can help me
Replies: 3
Views: 1257

the mpeg4ip project have a tool to add hinting information to mp4 files. Take a look at that
by Sigmund
06 Feb 2005 08:40
Forum: VLC media player Feature Requests
Topic: Playing MPEG-2 transport streams from a file
Replies: 3
Views: 2768

It is a fault in the stream. A spec compliant mpeg2 transport stream contain at least a few more pids than you mentioned. These are reffered to as PAT and PMT, at least. These contain information about the other pids, which one belong together etc, and one could argue that mplayer and xine is buggy ...
by Sigmund
04 Feb 2005 23:58
Forum: General VLC media player Troubleshooting
Topic: Access_output module
Replies: 14
Views: 1367

run from commandline the following command:
vlc -vvv --reset-plugins-cache --color

It should give a yellow line complaining about unresolved symbols in your plugin, it will contain the symbol that is missing, and this could be useful to figure out what to link with.
by Sigmund
04 Feb 2005 08:42
Forum: General VLC media player Troubleshooting
Topic: Help with the Source Code!
Replies: 1
Views: 178

it depends all on what kind of input, and how you plan to send the es. Please be a bit more precise when asking such questions.
by Sigmund
03 Feb 2005 08:48
Forum: VideoLAN
Topic: Error running vlc on WMV file
Replies: 3
Views: 2431

and it will have NO effect on vlc whatsoever and your posting is SO off topic.

As to the questions, these files most probably use windows media DRM. There is nothing vlc can do about these files.
by Sigmund
03 Feb 2005 08:43
Forum: General VLC media player Troubleshooting
Topic: Access_output module
Replies: 14
Views: 1367

sorry, I thought the module was called "directory", a bit tired here. just change "directory" into the name of your module in previous post
by Sigmund
03 Feb 2005 08:41
Forum: General VLC media player Troubleshooting
Topic: Access_output module
Replies: 14
Views: 1367

try --sout "std{access=directory,mux=ts,url=mydirectory}"

What exactly does this module do?
by Sigmund
02 Feb 2005 08:37
Forum: General VLC media player Troubleshooting
Topic: vlc 0.82--what happened with Playlist~?
Replies: 4
Views: 624

it's a known problem, and will be fixed before the release. (Or rather the release will be delayed till it is fixed)
by Sigmund
01 Feb 2005 09:33
Forum: General VLC media player Troubleshooting
Topic: Subtitle dshow filter for H+
Replies: 1
Views: 317

VLC do not have this conversion. Basically what is needed for this conversion is the following: 1: Render the text into an offscreen picture buffer 2: Convert buffer to YUV with alpha channel 3: Reduce the number of colors to 4 4: replace the buffer with palette indexes for each of these 4 colors 5:...
by Sigmund
30 Jan 2005 14:39
Forum: VideoLAN
Topic: Audio filter to reduce noise
Replies: 3
Views: 30795

vlc have no noice reduction functionality, not can vlc take advantage of ffdshow or AC3(whatever that might be). Noise shouldn't be handled in the player, you should use some audio processing program to fix that in my oppinion
by Sigmund
26 Jan 2005 23:34
Forum: Coffee Corner
Topic: Getting info from command line
Replies: 2
Views: 5740

The following little script gets info on a stream or file from vlc from command line. It's not pretty, but it might be enough for your needs. Otherwise it would be cool to have a proper implementation of this so feel free to go ahead on that project. #!/bin/bash (sleep 3; echo info;echo quit)|vlc -I...
by Sigmund
26 Jan 2005 12:53
Forum: VLC stream-output (sout)
Topic: Error with SDP URL
Replies: 2
Views: 1386

seems like your vlc lacks the livedotcom module. If you compiled it yourself make sure you have live.com sources installed and that you tell configure where they are. If you use packaged vlc try to ask whoever made the packages to include that
by Sigmund
25 Jan 2005 16:35
Forum: VLC media player Feature Requests
Topic: Lossless video and audio output
Replies: 5
Views: 3232

I think you can use huffyuv in vlc as well, it's just not in the drop down box because it's too obscure. Manually edit the transcode line to use it. the fourcc is HFYU
by Sigmund
25 Jan 2005 08:40
Forum: VideoLAN
Topic: Please tell me required files for video LAN for windows os
Replies: 2
Views: 893

Can you please tell me what the required parts for me ford granada to run is, both forward and reverse.
by Sigmund
20 Jan 2005 14:47
Forum: Coffee Corner
Topic: mp3/wma/... from stdin; 2x16x44.1 raw to stdout
Replies: 7
Views: 7296

The following incarnation should work: vlc ~/musikk/Track\ 07.ogg --sout "#transcode{acodec=s16l,channels=2,rate=44100}:std{access=file,mux=raw,url=-}" -q --intf dummy vlc:qui however the rate part is not implemented yet, so output rate will be whatever the input rate is. Alternatively you...
by Sigmund
19 Jan 2005 23:23
Forum: VLC media player Feature Requests
Topic: possible bug: vlc opens 3 windows when playing .wmv file
Replies: 2
Views: 1002

It is not a bug. For files with several video tracks vlc by default opens all. You can select which one to use in the video track menu.
by Sigmund
15 Jan 2005 15:57
Forum: VLC stream-output (sout)
Topic: how to make VLC streaming out looply?
Replies: 1
Views: 494

--input-repeat=-1
by Sigmund
22 Dec 2004 11:12
Forum: VLC stream-output (sout)
Topic: where to Download VLC Java Plugin for browsers - Windows
Replies: 6
Views: 1713

use the .exe installer, it will ask you if you want to install the mozilla plugin as well.
by Sigmund
17 Dec 2004 19:06
Forum: VideoLAN
Topic: fb video output error !
Replies: 1
Views: 734

Are you trying to use the fb video output? perhaps you need to pass something sensible to --fbdev
by Sigmund
17 Dec 2004 18:57
Forum: VLC media player Feature Requests
Topic: Default playback language...
Replies: 3
Views: 1736

this is on our todo, and will hopefully me done in time for next release
by Sigmund
14 Dec 2004 15:05
Forum: VLC media player Feature Requests
Topic: Dirac video codec
Replies: 17
Views: 9468

it's supposed to be like this:
vlc input --sout "#transcode{venc=dirac{quality=5}}:std{access=file,mux=ogg,url=outfile.ogg}"

or like this
vlc input --sout "#transcode{vcodec=drac}:std{access=file,mux=ogg,url=outfile.ogg}"

latter will not let you specify options to the encoder
by Sigmund
14 Dec 2004 12:21
Forum: VLC media player Feature Requests
Topic: Dirac video codec
Replies: 17
Views: 9468

trying to help gibalou out here: *first get latest vlc sources via svn *run the bootstrap script *run configure with --enable-dirac (among other options you might want) *make now from a command line you could run something like this: vlc input --sout "#transcode{vcodec=dirac{quality=5}}:std{acc...
by Sigmund
13 Dec 2004 16:34
Forum: General VLC media player Troubleshooting
Topic: socks proxy
Replies: 3
Views: 1213

socks proxy support has been added in the development release. I do not however know if socks proxy supports udp
by Sigmund
13 Dec 2004 08:47
Forum: General VLC media player Troubleshooting
Topic: preload names in playlist?
Replies: 2
Views: 377

it has been implemented in the development version. Will probably be included in the next release

Go to advanced search