Search found 9 matches

Go to advanced search

by darianmiller
07 Dec 2006 23:04
Forum: VLC media player for Windows Troubleshooting
Topic: Change black background color to another?
Replies: 1
Views: 667

Change black background color to another?

When playing a video that doesn't fill the parent window (using the DLL interface), the window is filled in with black. Is there a way to dictate which color the background should be filled in with?

Thanks!

Darian
by darianmiller
07 Dec 2006 21:38
Forum: VLC media player for Windows Troubleshooting
Topic: How To - play multiple videos with DLL interface?
Replies: 4
Views: 891

How To - play multiple videos with DLL interface?

I'm assuming one LoadLibrary call and then a VLC_Create() for each instance to create? And then a corresponding VLC_CleanUP() and VLC_Destroy() for each handle created? If I do this, I get an exception on the second VLC_Destroy(). What's the recommended way of doing this - the main thread with two V...
by darianmiller
08 Nov 2006 00:32
Forum: VLC media player for Windows Troubleshooting
Topic: Command line flip transcode, display flipped, not file
Replies: 9
Views: 1609

There's plenty of good documention, it just gets overly complicated with all the command line options. There must be a better way to simplify things but I can't imagine one...other than perhaps a command line builder front-end. A gui app just to output the correct command line options....or, spit ou...
by darianmiller
08 Nov 2006 00:29
Forum: VideoLAN Server and miniSAPserver
Topic: Advice needed - view stream + send offsite for archiving
Replies: 1
Views: 2813

No takers? I know there's some video storage server rental places that might be a good spot to dump all this video, but just wondering how people are handling it now. I can't imagine streaming it over the net in real time as I have no idea how many unicast broadcast sessions would be happening at th...
by darianmiller
08 Nov 2006 00:03
Forum: Web and scripting
Topic: Is it possible to use libvlc.dll directly instead of ActiveX
Replies: 15
Views: 10899

VLC_AddTarget() Anyone passing in options using Delphi with success? I haven't seen any samples on this and I'm running out of ideas.

Thanks,

Darian
by darianmiller
07 Nov 2006 05:06
Forum: VLC media player for Windows Troubleshooting
Topic: Command line flip transcode, display flipped, not file
Replies: 9
Views: 1609

Found the apparent answer in a previous post

viewtopic.php?t=17531&highlight=180

"some of the filters, including transform, are still using the old video filter 1 framework. They can only be used with a video output. So you won't be able to use it"
by darianmiller
06 Nov 2006 23:28
Forum: VLC media player for Windows Troubleshooting
Topic: Command line flip transcode, display flipped, not file
Replies: 9
Views: 1609

Sorry, I'm a bit confused with your comment as I am specifying an output chain already. According to doc: http://www.videolan.org/doc/play-howto/en/ch04.html "--filter <string> adds video filters to the processing chain" So shouldn't this work as I provided? Or are you saying that the filt...
by darianmiller
06 Nov 2006 21:50
Forum: VLC media player for Windows Troubleshooting
Topic: Command line flip transcode, display flipped, not file
Replies: 9
Views: 1609

Command line flip transcode, display flipped, not file

given command line of vlc <filename.asf> --filter transform --transform-type 90 --sout "#transcode{vcodec=WMV2,acodec=mp3,audio-sync}:duplicate{dst=display,dst=std{access=file,mux=asf,dst="output.wmv"}}" The display is flipped, but the transcoded video is not. Any guidance would ...
by darianmiller
18 Oct 2006 18:40
Forum: VideoLAN Server and miniSAPserver
Topic: Advice needed - view stream + send offsite for archiving
Replies: 1
Views: 2813

Advice needed - view stream + send offsite for archiving

Given a bunch of distributed clients locally viewing a MPEG-4 video+audio stream from their NetCams that reside on their local networks - we want to give them an opportunity to click a record button and then send it to our offsite location for archival purposes and viewing on demand later. Using vlc...

Go to advanced search