Search found 13 matches

Go to advanced search

by MAK
26 Oct 2007 08:05
Forum: VLC stream-output (sout)
Topic: Playing http stream, transcoding and writing to a file
Replies: 6
Views: 971

Re: Playing http stream, transcoding and writing to a file

hello

this syntax works for me in Mozilla/IE 0.8.6b

Code: Select all

:sout=#transcode{vcodec=DIV3,vb=1024,scale=1}:duplicate{dst=display,dst=std{access=file,mux=ogg,dst=C:\\test.ogg}}
this this post viewtopic.php?f=16&t=41353
with this code i've got only audio, no video
by MAK
25 Oct 2007 17:09
Forum: VLC stream-output (sout)
Topic: Playing http stream, transcoding and writing to a file
Replies: 6
Views: 971

Re: Playing http stream, transcoding and writing to a file

i'm transporting tv (video and audio)
with the sample

Code: Select all

:sout=#transcode{vcodec=DIV3,vb=1024,scale=1}:duplicate{dst=display,dst=std{access=file,mux=ogg,dst=C:\\test.ogg}}
i've got only audio stream (in the "display" and in the file)
i need a file when a copy of a stream, but transcoded
by MAK
25 Oct 2007 16:38
Forum: VLC stream-output (sout)
Topic: Playing http stream, transcoding and writing to a file
Replies: 6
Views: 971

Re: Playing http stream, transcoding and writing to a file

i need to play stream without transcoding (in original quality), but write stream encoded

i've tested your code, and i've got only audio, and no video stream
by MAK
25 Oct 2007 15:05
Forum: VLC stream-output (sout)
Topic: Playing http stream, transcoding and writing to a file
Replies: 6
Views: 971

Playing http stream, transcoding and writing to a file

Hi. I'm using mozilla plugin and activex I've got stream and i need to play it, at the same time i've got to trancode this stream and write to a file When i'm just playing it and writing to a file (without trancoding) - it works, but when i'm trying to transcode - i've got 0 bytes file Please help, ...
by MAK
21 Mar 2007 13:39
Forum: VLC media player for Windows Troubleshooting
Topic: Playlist, russian titles
Replies: 5
Views: 1017

system lang - russian
vlc lang - russian, english
by MAK
21 Mar 2007 10:11
Forum: VLC media player for Windows Troubleshooting
Topic: Playlist, russian titles
Replies: 5
Views: 1017

i'm talking not about subtitles
i've got "empty" strings in playlist, where is the item title in russian
by MAK
20 Mar 2007 10:36
Forum: VLC media player for Windows Troubleshooting
Topic: Playlist, russian titles
Replies: 5
Views: 1017

Playlist, russian titles

Good day.

I'm using vlc 0.8.6
When i'm loading playlist with russian titles, they are not displayed.
can any one help?
by MAK
26 Feb 2007 21:50
Forum: VLC media player Feature Requests
Topic: Support for Cyrillic names (Non-Ascii)
Replies: 11
Views: 4913

i've got same problem, using vlc 0.9.0 (2007-02-09) and vlc 0.8.6 when playing files with russian names
by MAK
29 Dec 2006 15:14
Forum: Web and scripting
Topic: Usage of libvlc.dll in C#
Replies: 67
Views: 77914

Can any one help me: what plugins i must include from plugins to my solution to play most videos without installed codecs?
by MAK
29 Dec 2006 08:13
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX + Visual C++
Replies: 10
Views: 3265

thanx
by MAK
27 Dec 2006 13:58
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX + Visual C++
Replies: 10
Views: 3265

The 2nd parameter needs to be a zero-length SAFEARRAY of BSTRs wrapped in a VARIANT... when i'm trying to use something like that (found on forum) VARIANT v; long pos = 0; LPSAFEARRAY pSA = SafeArrayCreateVector(VT_VARIANT, 0, 1); _variant_t var(_bstr_t(":file-caching=1000")); SafeArrayPu...
by MAK
27 Dec 2006 13:03
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX + Visual C++
Replies: 10
Views: 3265

i'd prefer to use c# (.net) too, but problem is .net framework. the reason is that there are a lot of users that don't want to download ~20mb (.net framework) to use ~200kb program and can you send me .h, .def files to use with .dll (i can't port it correctly from delphi (VLD)) (or maybe you can hel...
by MAK
26 Dec 2006 16:29
Forum: VLC media player for Windows Troubleshooting
Topic: ActiveX + Visual C++
Replies: 10
Views: 3265

ActiveX + Visual C++

Hi. I'm trying to create video player base on vlc, but i've got some problems I'm creating vlc activex dynamically bStat = m_vlc.CreateControl("VideoLAN.VLCPlugin.1", "", WS_VISIBLE, rc, this, 5000, NULL, FALSE, NULL); Then i'm getting interface CComQIPtr<IVLCControl> pVlc; HRESU...

Go to advanced search