|
More site info...
The VideoLAN Forums - forum.videolan.org | Site profile
|
|
Site profile page for http://forum.videolan.org.
This report page has aggregated and summarized the online discussions from the Message Board located at http://forum.videolan.org.
This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional site profile information for http://forum.videolan.org is also shown in the following divisions:
1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity table on The VideoLAN Forums:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
615
|
1,999
|
6,160
|
|
Post:
|
925
|
3,081
|
9,607
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for The VideoLAN Forums (http://forum.videolan.org)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
The VideoLAN Forums posting activity graph:
|
|
http://forum.videolan.org Alexa graph:
|
Top authors on The VideoLAN Forums during last week:
user's latest post:
Codec Error: Use Windows Media...
Published (2009-11-08 14:57:00)
is it posible that the movie that i downloaded from utorrent doesn't work beacuse it's not in the cinemas yet?? Wrong forum. Release date doesn't matter unless file is DRM-protected which is quite rare in proper releases (videos spiced up with Trojan downloaders can contain DRM).
user's latest post:
Black/White & jolted video
Published (2009-11-08 19:26:00)
Yeah, Debian multimedia ships buggy packages which break VLC. Blame Debian multimedia.
user's latest post:
converting .avi file
Published (2009-11-08 15:24:00)
AVI is not a video format but a container. What your DVD player can't deal with is the video codec used inside this AVI container. DVD players usually have no problems with MPEG4-ASP format which is used by the popular Xvid and Divx codecs. VLC might not be the easiest way to convert your file. You may want to try AviDemux for doing the conversion.
user's latest post:
Skin implementing?
Published (2009-11-05 20:29:00)
it should work..............but if it is not working den remove it from add or remove programs and then reinstall it.
user's latest post:
Process to customize no. of...
Published (2009-11-05 23:07:00)
hiiii first of all Right-click Start, select Properties, click Customize and choose the number of recent programs to be shown in the Start Menu and the number of items displayed in Jump Lists from the Start Menu Size section below......
user's latest post:
VLC 1.0.3 FLV Glitch
Published (2009-11-08 23:31:00)
jhuizi wrote: Hi, I have the same on windows 7. Just went back to 1.0.2 which works fine. Yes, I also had the problem with 1.0.3 on Windows 7, and with 2-3 second distortion on seeking WMV files, whereas 1.0.2 is fine. This has been mentioned on other threads in the Windows forum: viewtopic.php?f=14&t=67618 viewtopic.php?f=14&t=67559 viewtopic.php?f=14&t=65472
user's latest post:
Using svg text renderer in 1.0.2
Published (2009-11-07 11:08:00)
I'm going over /modules/misc/modules.c but can't get any debug output to the log file, if I'm changing this file, should I compile the whole application or compiling inside 'src' is enough?
user's latest post:
Transcoding video files to flash...
Published (2009-11-08 16:08:00)
hmm.. yes it can be done. this an internal project or external? you'd need a pretty beefy box to do it if its going to sit directly on the internet. You would need to make a shell call to vlc to convert your file, and then a webpage to view it.
user's latest post:
Not supported M3U in UTF-8 codepage
Published (2009-10-31 21:40:00)
Another bug. VLC 1.0.3 reads the playlist encoded in CP1251 for Russian language, but remains in the UTF-8.
|
|
|
Top 10 active forums on The VideoLAN Forums during last week:
|
|
Top 10 forums on The VideoLAN Forums:
VLC media player for Windows
- 46,025 posts
|
General VLC media player discussion
- 12,298 posts
|
VLC media player for Linux and friends
- 11,088 posts
|
VLC stream-output (sout)
- 8,163 posts
|
VLC media player for Mac OS X
- 8,116 posts
|
Feature Requests
- 7,535 posts
|
Web and scripting
- 3,152 posts
|
Coffee Corner
- 1,824 posts
|
Skins
- 1,550 posts
|
VLM
- 1,248 posts
|
|
|
|
|
Latest active threads on The VideoLAN Forums:
Started 1 day, 4 hours ago (2009-11-09 15:36:00)
by thannoy
Try this: Code: Select all TvVlc.playlist.add(" dvb-t://", "foo title", ":dvb-frequency=514000000 :dvb-bandwidth=8") TvVlc.playlist.play() or try around this: Code: Select all TvVlc.playlist.add("dvb-t://frequency=514000000") TvVlc.playlist.play()
Started 1 day, 4 hours ago (2009-11-09 15:27:00)
by thannoy
The best way I know is to use firebug extension alongside firefox webbrowser. A good habit is to refer to the standards, so reading ECMA-262 is a good start too. HTML interactions are covered by w3c. Some links: - http://getfirebug.com/ - http://www. ecma-international.org/publi ... MA-262.pdf - http://www.w3.org/TR/REC-DOM-Level-1/ec ... nding.html - http://www.w3.org/TR/DOM-...
Started 1 day, 4 hours ago (2009-11-09 15:19:00)
by thannoy
The first step is to compile VLC without any modification. Then modify it to enable sout. Your best entry points are those links: - Git - Developers_Corner - irc channel #videolan on freenode Modification is then very easy, just browse the code for "change_safe" and you will understand how to modify the code to fit your needs. NB: as you may already know, VLC in itself can not be cause such...
Started 1 day, 4 hours ago (2009-11-09 15:13:00)
by thannoy
Since this window depends on the graphical interface, you can try to ask VLC to not load the QtGUI by adding a -I parameter -I dummy should be fatal for the bug report dialog You can also load the CLI using -I rc .
Started 2 days, 19 hours ago (2009-11-08 00:14:00)
by kdh
thoughtreactor wrote: I'm in the process of adding on to our case management system. One of the things I want to do is allow the user to add videos. This is a web-based case management system so I was wanting to embed the videos into a web page. I don't want to go through and convert every single video to flash. Is it possible to feed VLC a file (standard XviD encoded AVI) and have it ...
Started 5 days, 3 hours ago (2009-11-05 16:18:00)
by Discord
I have a pretty similar problem, altough I need to overlay graphics (in flash). Any ideas on how to synchronize two streams (not necessary with VLC ... actually we're not using VLC at all, I just found this with google) would be appreciated. My project uses a video (semi) livestream and a second stream for graphics/text informations. Our current approach is to encode the video stream with ...
Started 1 day, 4 hours ago (2009-11-09 15:02:00)
by thannoy
What happened if you ask VLC to render the stream in a loop? Code: Select all vlc streamURL --loop or Code: Select all vlc sreamURL vlc://pause:1 --loop If it works, VLC will at least not reconnect when everything is going fine, which will lower the number of connexions/disconnexions.
Started 2 days, 19 hours ago (2009-11-08 00:10:00)
by truthy
same here. the vertical tearing is really annoying gonna revert back to v 1.0.2 until this is fixed in a later release. happens with the directx video output module. by now I should know better it's not the first time that something critical (or annoying) came up after updating to the latest version. don't get me wrong - I'm not complaining - I'm grateful for your nice piece of software ...
Started 1 day, 20 hours ago (2009-11-08 22:59:00)
by j-b
Probably broken in VLC. Wait for a bugfix.
|
|
Hot threads for last week on The VideoLAN Forums:
Started 1 week, 2 days ago (2009-11-01 14:28:00)
by VLC_help
You got the SVG .dll file?
Started 1 week, 3 days ago (2009-10-30 21:41:00)
by VLC_help
Started 4 days, 22 hours ago (2009-11-05 21:23:00)
by oao
i should add that: ASF files are set to be opened by vLC and I checked Mozilla plugin when installing VLC
Started 1 week, 1 day ago (2009-11-02 14:47:00)
by VLC_help
Some URL to video that does this?
Started 1 week, 4 days ago (2009-10-29 19:47:00)
by j-b
Started 1 week, 1 day ago (2009-11-02 14:34:00)
by VLC_help
Started 3 days, 7 hours ago (2009-11-07 12:05:00)
by Rémi Denis-Courmont
On the senders: Code: Select all vlc -- sout '#transcode{acodec=s16b,channels=2,samplerate=4410 0}:rtp{dst=IP,port-audio=5004}' where IP is the address of the receiver. On the receiver: Code: Select all vlc rtp://@:5004
Started 5 days ago (2009-11-05 19:14:00)
by VLC_help
Is there some short sample file you could share to us?
Started 1 week ago (2009-11-03 05:11:00)
by doomonyou
If you don't have 5.1 speakers but the computer is set to 5.1 then its doesn't work. I had the same issue. I don't know why it works that way.
Started 2 weeks ago (2009-10-27 13:32:00)
by Lotesdelere
Which version of VLC are you using ? And have you used the installer or the 7zip/ZIP package ?
|
|