|
I am trying to play a .mov file in VLC player, I am able to hear the audio but not able to see the video content. In the top left corner i see the vlc icon and then VLC (Direct3D output), Any suggestions please
Started by bobby521 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
It would be helpful to update your....
But less annoying quicktime alternative
Within VLC, try pressing
Control + I (View Media Info then it is probably either a poorly encoded/broken stream or that very rare file that VLC just can't play.
|
|
How can I use VLC to convert media? for instance WAV to MP3.
I searched the internet and all the tutorials I found describe the process on older VLC versions (my version is 1.0.0)
Started by Lawand on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Select "Convert.
Click on the Media menu.
Basically you open VLC.
The How-To-Geek has a guide here.
|
|
I want to be able to rip DVD's on my Mac using VLC media player.
Answer Snippets (Read the full thread at superuser):
It is for Windows and seems a tad old, but it should .
There is this fantastic guide on how to Rip DVDs with VLC.
|
Ask your Facebook Friends
|
Is there a command line tool for VLC on Windows Xp ?
Started by iceman on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
When I run vlc -h in Windows XP:
Dumped content to vlc....
Do you mean command-line interface or starting VLC from shell with parameters ? If latter, you can always run VLC with arguments you want, no matter what OS it works on.
|
|
I have a Unibody Macbook running 10.5.5. When I play videos in QuickTime the audio is low even after I raise both the QuickTime volume meter and the system volume meter to the maximum. When I play the same videos in VLC, the VLC volume meter allows me...
Started by hekevintran on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
You should be able to boost the volume.
I'm not sure why that is, but that's one of the reasons I use VLC instead of Quicktime.
Quicktime maxes out at 100%.
VLC's sound level goes up to 400%.
|
|
I'm trying to use JVLC but I can't seem to get it work. I've downloaded the jar, I installed VLC and passed the -D argument to the JVM telling it where VLC is installed. I also tried:
NativeLibrary.addSearchPath("libvlc", "C:\\Program Files\\VideoLAN\...
Started by asterite on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Not sure about that NativeLibrary....
You can use depends to walk the dll dependancies.
Sorry I can't be of more specific help, but it is something to check out .
You can get that exception if the dll you are trying to load requires other dlls that are not available .
|
|
The idea is to start a video stream from one computer and watch it on another with the ability to start/stop the stream. I think I could do this with VLC but i haven't been able to figure out how.
I've tried the following:
(From the official forum )
Stream...
Started by marjasin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Everything in the VLC forums including.
Directory
and then you can access the remote folder as a local folder, thus you can launch vlc , through command line or through a file manager as usual.
|
|
Hello, i'm trying to control the VLC Media Player from C#. I tried getting a handle on the window with the FindWindow() command from .Net but as i found out the name of the window changes every time a file is played. The biggest problem i have is sending...
Started by SorinA. on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
The other options are:
Write a DirectDraw....
As a C# user, you may want.
As Eoin mentioned, libvlc can be used to interact with VLC.
Have you looked at libvlc
You might be able to wrap that up in a library and interact with VLC through that.
|
|
I tried VLC Player on Win 7, 64 bit version and the play back was fine, except when the video is maximized, then the image is very pixelated. Tried this on a Radeon HD 2600 XT graphics card as well as a computer with Intel graphics chipset and they are...
Started by Jian Lin on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
Edited to include link to....
(Edit, had to add this!)
as a staunch vlc user/supporter, i've recently switched over to the gom by wil)....
However I have not seen anything that would lead me to believe I have any problems with VLC itself.
|
|
Hello guys, I'm generating a MJpeg Stream and trying to stream it to VLC and play it there.
The code:
public void SendMultiPartData(String contentType, Func<byte[]> getData) { MemoryStream mem = null; response.StatusCode = 200; for ( byte[] buffer...
Answer Snippets (Read the full thread at stackoverflow):
For VLC I set the buffer.
Of those?
I can't get firefox to play my stream (though chrome plays it okay) .
|