Search found 82 matches

Go to advanced search

by Trax
26 Apr 2007 01:52
Forum: VLC media player for Windows Troubleshooting
Topic: Watch HD x264 format
Replies: 3
Views: 745

The codec in question is H.264 also known as MPEG4 part 10 or AVC. VLC can en-code this using the x264 library and de-code this using FFmpeg library. So when you want to increase performance for viewing in your case then you have to be somewhere else: Preferences, Input / Codecs, Demuxers, Other cod...
by Trax
26 Apr 2007 01:41
Forum: VLC media player for Windows Troubleshooting
Topic: Unable to play MMS stream from CNN-IBN Live
Replies: 4
Views: 2832

works with 0.9.0. probably related to the fact that this is not a true mms stream but some sort of redirect (reflector).
by Trax
26 Apr 2007 01:35
Forum: VLC media player for Windows Troubleshooting
Topic: help!Why I cann't find libgcrypt-devel of cygwin?
Replies: 1
Views: 341

it's libgcrypt and it's under Libs.
by Trax
06 Mar 2007 08:52
Forum: VLC media player for Windows Troubleshooting
Topic: VLC on windows to DSS on Unix? Is this possible?
Replies: 9
Views: 1429

You don't use std but the rtp module (and no need for the duplicate either) so something like this..

:sout=#transcode{vcodec=DIV1,vb=1024,scale=1}:rtp{port-video=1240,dst=192.168.22.182,ttl=64,sdp="file:///test.sdp"}

Then place the .sdp file on DSS
by Trax
04 Mar 2007 21:36
Forum: VLC media player for Windows Troubleshooting
Topic: VLC on windows to DSS on Unix? Is this possible?
Replies: 9
Views: 1429

As you said indeed you create the .sdp file locally and put it on the DSS server. Various improvements have been made in the development/nightly builds to create proper sdp files. VLC server itself cannot do RTSP-TCP streaming yet (clients do support RTSP-TCP), so for that you can rely on a DSS serv...
by Trax
04 Mar 2007 21:31
Forum: VLC stream-output (sout)
Topic: Can VLC do 2-pass transcoding?
Replies: 3
Views: 1338

Experimental multipass encoding with x264 should be available as of 20070305 in the nightly builds. There's no way of doing multipass from the GUI in one go yet but basically you need to set up a 1st and 2nd pass using the x264 options, whilst using the generated stats file. Multipass only works wit...
by Trax
26 Jan 2007 14:27
Forum: VLC media player for Windows Troubleshooting
Topic: Cygwin environment broken
Replies: 7
Views: 4879

I've added a new howto to the wiki which should cover the existing problems with Cygwin and work with latest svn again: http://wiki.videolan.org/Win32CompileCygwin
by Trax
14 Jan 2007 05:21
Forum: VLC media player for Windows Troubleshooting
Topic: Movies are skipping when watched over the network
Replies: 4
Views: 573

Maybe increasing --file-caching.
by Trax
14 Jan 2007 05:16
Forum: VLC media player for Windows Troubleshooting
Topic: VLC has encountered a problem and needs to close
Replies: 3
Views: 1034

Could be the system is too slow and can't keep up.. or there is some timing/buffering issue on the input. Try lowering resolution and quality settings and increase input caching (i.e. --file-caching 5000 for 5 sec. of file cache or --udp-caching 5000 for udp input etc.)
by Trax
14 Jan 2007 05:14
Forum: VLC media player for Windows Troubleshooting
Topic: Blue screen or restart of computer
Replies: 2
Views: 554

Also make sure you have reset your preferences. You can try disabling some hardware acceleration or use the Direct3D video mode (see Quick Settings in Programs shortcut). I don't think --disable-screensaver was fixed in OpenGL mode yet..
by Trax
14 Jan 2007 05:10
Forum: VLC media player for Windows Troubleshooting
Topic: x264
Replies: 2
Views: 733

VLC doesn't use any codec packs. So either it works or it doesn't and there's nothing to change about that :wink:

VLC uses FFmpeg library to decode H.264.
by Trax
14 Jan 2007 04:55
Forum: VLC media player for Windows Troubleshooting
Topic: Streaming to Helix Server.
Replies: 3
Views: 977

I'd recommend staying away from Helix as far as possible. The universal file format imho is a myth. The only thing that seems to work is Real. Personally I've had problems with mpeg1, mpeg2, mpeg4, wmv, Helix in combination with Flip4Mac. Helix wmv support is based on reverse engineering and my gues...
by Trax
14 Jan 2007 04:51
Forum: VLC media player for Windows Troubleshooting
Topic: How to play a video in a new window?
Replies: 1
Views: 482

settings, preferences, advanced, select advanced options, deselect allow one instance when starting from file
by Trax
10 Jan 2007 16:03
Forum: VLC media player for Windows Troubleshooting
Topic: VideoLan cannot play a MMS:// stream that WMP can
Replies: 1
Views: 1035

DRM is not supported. The "individualization" proces which is done in windows media player just isn't there in VLC, this is a requirement in DRM. Sometimes VLC is able to decode but then shows the encrypted (garbled) video..
by Trax
25 Dec 2006 19:17
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.8.6 : Strange dot grid with internet Streaming
Replies: 10
Views: 1289

There is already a trouble ticket on the issue: https://trac.videolan.org/vlc/ticket/948
by Trax
17 Dec 2006 12:03
Forum: VLC media player for Windows Troubleshooting
Topic: Multicast with vlc
Replies: 1
Views: 726

Re: Multicast with vlc

"main error : cannot prefill buffer"
This one means there is no data coming in.. (could be firewall issue, or no multicast enabled network etc.)
by Trax
17 Dec 2006 12:01
Forum: VLC media player for Windows Troubleshooting
Topic: 0.9.0 won't start
Replies: 2
Views: 864

There's a problem with starting 0.9.0 on win32 if sub autodetect is on (which it is by default). Try turning it off using this option in commandline: --no-sub-autodetect-file
by Trax
12 Dec 2006 12:47
Forum: VLC media player for Windows Troubleshooting
Topic: red/blue pixel problem 0.8.5
Replies: 6
Views: 1340

Try one of the other video output modules, there is now Direct3D, DirectX and OpenGL. You can select them on win32 through the Quick Settings shortcuts in the Programs menu.
by Trax
09 Dec 2006 13:44
Forum: VLC media player for Windows Troubleshooting
Topic: ASF, MOV, WMV Files
Replies: 5
Views: 1020

Try resetting your preferences and/or try: http://downloads.videolan.org/pub/video ... 0.8.6-rc1/

The final release should be just around the corner..
by Trax
09 Dec 2006 12:18
Forum: VLC media player for Windows Troubleshooting
Topic: ASF, MOV, WMV Files
Replies: 5
Views: 1020

Nothing extra like codec packs is used at all. VLC comes with its internal codecs. On Windows VLC is able to use the .dll from Windows Media to decode WMV files through the so called dmo (direct media objects) method but if you use a recent version (0.8.6 development or newer) it includes recent FFm...
by Trax
09 Dec 2006 12:15
Forum: VLC media player for Windows Troubleshooting
Topic: Windows Media Encoder Problem MBR
Replies: 3
Views: 954

VLC does not fully support MBR (multi bitrate). For streaming this has the side effect of all data coming in (noticable by the "packet loss" warnings produced by data from the 2nd stream) and sometimes it will show all individual video streams when opened from file.. On Windows you could t...
by Trax
09 Dec 2006 12:11
Forum: VLC media player for Windows Troubleshooting
Topic: VLC & codecs problems.
Replies: 5
Views: 1380

Using K-lite would be like blindly taking all the pills you can find in a cabinet for just heaving a headache and hoping for the best.. And VLC comes with its own internal codecs so installing codec packs won't help. If this is indeed MPEG4 part 10 / H.264 / AVC (with all quality turned on) then it ...
by Trax
03 Dec 2006 23:52
Forum: VLC media player for Windows Troubleshooting
Topic: Request for windows version of VLC
Replies: 4
Views: 933

Re: Request for windows version of VLC

-The volume bar is not very precise. (And you cannot remote it whis the middle mouse button) -When you click somewhere further, it jump to a part. Both are related to a current limitation in the wxWidgets interface (jumps to 10% intervals) and is being addressed in the upcoming 0.9.0 version in a b...
by Trax
03 Dec 2006 22:30
Forum: VLC media player Feature Requests
Topic: CBR mode in x264
Replies: 6
Views: 13796

Try using qcomp=0.01
by Trax
01 Dec 2006 08:52
Forum: VLC media player for Windows Troubleshooting
Topic: Skins 2 doesn't work properly
Replies: 2
Views: 681

Or not allow the interface to be switched when a video is in play mode :D

Go to advanced search