LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installed VLC have sound but no visuals (https://www.linuxquestions.org/questions/linux-software-2/installed-vlc-have-sound-but-no-visuals-4175427721/)

Ztcoracat 09-19-2012 11:29 PM

I went ahead and installed the new Vlc Media Player; 2.0.3
I executed:
Code:

apt-get -t squeeze-backports install vlc
And, it is not working on my system either. I don't have sound and I can't see the video; the screen is black.

Starting to get a little :banghead:

I've never had this much trouble with free software.
If it is an Codec issue (I don't know how to tell)I'm not sure how to manipulate codex's to fix it-

Please advise

frankbell 09-20-2012 08:03 PM

This link might help. Apparently, you need to pass an argument to VLC from the command line to play *.flv media:

http://wiki.videolan.org/Flash_Video

Ztcoracat 09-20-2012 10:33 PM

Thanks for the link frankbell!

I read the page twice to be certain I understood the argument.

Iv'e never seen this (%) in an commandline argument before.

Code:

% ./vlc <input> --sout "#transcode{vcodec=FLV1,acodec=mp3}:std{access=http,dst=/stream.flv}"
Is this; (%)and ( " ") required to work properly in the terminal?

jefro 09-21-2012 03:02 PM

I doubt it is a codec issue. VLC has maybe the most there is in a single program choice.

It would be easy to test it on some other files or even dvd's.

Sorry the overlay deal wasn't it. I have only had this issue once and it was some setting, click and it worked.


From a different forum, try this.

"
Open VLC Player, Go to Preferences -- Video -- highlight Output Modules.
Check Advanced Options at the bottom and select X11 video output from the drop-down list.

Restart VLC Player."

http://www.linuxforums.org/forum/man...o-video-2.html

frankbell 09-21-2012 07:57 PM

The percent sign might be an attempt to illustrate the command prompt. It can't hurt to try the command with it; the worst that will happen is a "command not found" error.

Ztcoracat 09-21-2012 10:38 PM

Jefro:

Great news!

I went to Preferences> Video and found X11 in the drop down menu. Selected it and saved the changes.
Closed VLC and than re-started it with a video it plays all my videos and movies.

It's so nice to have VLC working! Thank You!

Ztcoracat 09-21-2012 10:45 PM

Frankbell:

First I tried:


Going in under Preferences> Video> and selecting the X11 video output solved the problem.
I now have sound and video and it's nice to have a working media player!

I didn't run that command afterall; but I did write it and the link down just in case for the future.

Thanks for helping me.:)

frankbell 09-22-2012 07:17 PM

Glad you got it working. Thanks for the update--it might help someone else who comes here with that issue.

jefro 09-23-2012 11:38 AM

Thanks for the update.

I think you can mark this solved.

Ztcoracat 09-23-2012 12:57 PM

Thanks for the help:cool:


All times are GMT -5. The time now is 05:06 PM.