Search found 12 matches

Go to advanced search

by ssssssssssss
26 Jun 2009 10:08
Forum: VLC stream-output (sout)
Topic: Aspect ratio wrong when muxing H264 video to TS
Replies: 5
Views: 1619

Aspect ratio wrong when muxing H264 video to TS

Hi, I have an mkv file muxed with H.264 video and AAC audio. The mkv file looks good as I specified the aspect ratio in mkvmerge tool. But after I convert it to TS file (keep the original tracks :sout-all), the aspect ratio always change to 5/4 even the video width and height info are correct. vlc X...
by ssssssssssss
22 Jun 2009 05:16
Forum: VLC stream-output (sout)
Topic: How to add DVB sub to transport stream?
Replies: 2
Views: 1566

Re: How to add DVB sub to transport stream?

Yeah, I managed to get it working in the same way. It can be displayed by VLC, but it appears to be white dotted picture on set top box. Still don't know why...
by ssssssssssss
09 Jun 2009 12:33
Forum: VLC stream-output (sout)
Topic: How to add DVB sub to transport stream?
Replies: 2
Views: 1566

How to add DVB sub to transport stream?

Hi, I have to add dvb subtitles to transport stream. I've googled all over the net with no luck. I know VLC can play ts files with dvb subtitles. But I don't know how to encode this kind of file. After reading the release note, It seems like dvb encoding is supported. And I can't find enough info he...
by ssssssssssss
19 Jan 2008 08:32
Forum: Web and scripting
Topic: Usage of libvlc.dll in C#
Replies: 67
Views: 78372

Re:

Hi,
here is a sample for c#.

I have also written a wrapper in managed c++ (assembly)! If you want, i can mail you the project!

ciao Odysee
Hi, could you share it with me ?
My Email: wanliyou@gmail.com
Thanks!
by ssssssssssss
29 Nov 2007 04:23
Forum: Web and scripting
Topic: VLC 0.9.0 vlc.playlist.items.count is not correct?
Replies: 2
Views: 1220

Re: VLC 0.9.0 vlc.playlist.items.count is not correct?

And another question:

Specified "freetype-font" is OK in the first few seconds, but will be NOT availabale soon.
Is it a bug?
by ssssssssssss
29 Nov 2007 04:19
Forum: Web and scripting
Topic: How to get onchange from vlc.input.state
Replies: 3
Views: 1500

Re: How to get onchange from vlc.input.state

Sorry, I don't know.
by ssssssssssss
26 Nov 2007 08:49
Forum: Web and scripting
Topic: VLC 0.9.0 vlc.playlist.items.count is not correct?
Replies: 2
Views: 1220

Re: VLC 0.9.0 vlc.playlist.items.count is not correct?

BTW: Is "playlist.stop()" perform asynchronously or not?
=========================================================
OK, I found the document now:

IDLE/CLOSE : 0,
OPENING : 1,
BUFFERING : 2,
PLAYING : 3,
PAUSED : 4,
STOPPING : 5,
ERROR : 6
by ssssssssssss
26 Nov 2007 05:11
Forum: Web and scripting
Topic: How to get onchange from vlc.input.state
Replies: 3
Views: 1500

Re: How to get onchange from vlc.input.state

I think there is no native callback for this state changes. You can add a timer to check it yourself in every 100ms.
by ssssssssssss
26 Nov 2007 05:01
Forum: Web and scripting
Topic: VLC 0.9.0 vlc.playlist.items.count is not correct?
Replies: 2
Views: 1220

VLC 0.9.0 vlc.playlist.items.count is not correct?

I'm using VLC0.9.0 mozilla plugin. And I found that vlc.playlist.items.clear() will not change the count attribute asynchronously. BTW, I waited for 10 second to see if the only one item had been cleared, so I think it must be something wrong. May I use the deprecated version "vlc.playlist.clea...
by ssssssssssss
14 Nov 2007 12:37
Forum: General VLC media player Troubleshooting
Topic: Testing the VLC media player Mozilla/Firefox plugin
Replies: 14
Views: 26058

Re: Testing the VLC media player Mozilla/Firefox plugin

var vlc = document.getElementById('vlc'); var mrl = "file://c:/movie/01.mkv"; var name = "dd"; var options = "--sub-track=0"; var item = vlc.playlist.add(mrl, name, options); vlc.playlist.playItem(item); ========================================= 0.8.6c command-line inte...
by ssssssssssss
14 Nov 2007 11:27
Forum: General VLC media player Troubleshooting
Topic: Testing the VLC media player Mozilla/Firefox plugin
Replies: 14
Views: 26058

Re: Testing the VLC media player Mozilla/Firefox plugin

firefox 2.0.0.9
vlc 0.8.6c

<embed id="video" version="VideoLAN.VLCPlugin.2" type="application/x-vlc-plugin"/>

"video.subtitle" not available

Anyone knows why?

Go to advanced search