Search found 15 matches

Go to advanced search

by rusty149
27 Sep 2010 14:26
Forum: VLC media player for macOS Troubleshooting
Topic: Playing Multiple Files in VLC OSX
Replies: 12
Views: 8841

Re: Playing Multiple Files in VLC OSX

Try without space after =

Code: Select all

vlc ~/abc.MPG --input-slave=~/audio.mp3
Or if that doesn't work drag and drop the audio file into command line after typing the equals.
Type:

Code: Select all

vlc ~/abc.MPG --input-slave=
Then drop audio file at the end WITHOUT a space.
by rusty149
28 Aug 2010 02:11
Forum: VLC media player for Linux and friends Troubleshooting
Topic: error installing vlc player for fedora 10
Replies: 13
Views: 4636

Re: error installing vlc player for fedora 10

Try this: $> su - #> yum install xvidcore.i386 Then test video again. If it still does not work then try reinstall #> yum remove vlc #> yum install vlc I have never encountered this error before personally but if it still does not work then there are others here with far greater knowledge than mine....
by rusty149
27 Aug 2010 05:42
Forum: VLC media player for Linux and friends Troubleshooting
Topic: error installing vlc player for fedora 10
Replies: 13
Views: 4636

Re: error installing vlc player for fedora 10

Launch vlc from the command line and reply output so we can check for errors.

Code: Select all

$> vlc movie.avi
replace movie.avi from above code with your movie file (tip: drag the file into terminal to add full address)
by rusty149
26 Aug 2010 17:17
Forum: VLC media player for Linux and friends Troubleshooting
Topic: error installing vlc player for fedora 10
Replies: 13
Views: 4636

Re: error installing vlc player for fedora 10

yum install python-vlc mozilla-vlc it will install pugins for Mozilla Firefox and Python. Firefox is usually a popular one, basically websites will use vlc to play media. so just mozilla if you like (completely optional; won't effect normal VLC): yum install mozilla-vlc XVID error: Try this: $> su -...
by rusty149
26 Aug 2010 00:50
Forum: VLC media player for Linux and friends Troubleshooting
Topic: error installing vlc player for fedora 10
Replies: 13
Views: 4636

Re: error installing vlc player for fedora 10

look for an open app called 'PackageKit' and close it. close any related apps e.g Software Update, Add/Remove Apps, etc. Then retry.
If 'yum install vlc' returns the same error again then try this

Code: Select all

kill 2797
or whatever pid has changed to. Then retry.
by rusty149
24 Aug 2010 17:28
Forum: VLC media player for Linux and friends Troubleshooting
Topic: error installing vlc player for fedora 10
Replies: 13
Views: 4636

Re: error installing vlc player for fedora 10

Hi, I see the problem now the latest release of rpmfusion does not support pre-Fedora 11. The following will work for an x86_64 architecture: To find out your architecture run: #> arch if you do not have an x86_64 machine, then replace x86_64 from the second command below with either 1386, ppc or pp...
by rusty149
21 Aug 2010 11:24
Forum: VLC media player for Linux and friends Troubleshooting
Topic: preferences don't show [SOLVED]
Replies: 5
Views: 486

Re: preferences don't show

Please provide the version from:

Code: Select all

vlc --version
Also are you using the latest Crunchbang Linux?

and what does this return:

Code: Select all

ls /usr/lib/vlc/gui
by rusty149
21 Aug 2010 10:44
Forum: VLC media player for Linux and friends Troubleshooting
Topic: preferences don't show [SOLVED]
Replies: 5
Views: 486

Re: preferences don't show

hello :)

Open terminal & enter the following code and your password when prompted.

Code: Select all

sudo apt-get update sudo apt-get remove --purge vlc sudo apt-get install vlc
by rusty149
21 Aug 2010 08:47
Forum: General VLC media player Troubleshooting
Topic: Audio track selection from command line
Replies: 1
Views: 7198

Re: Audio track selection from command line

hello :) option audio track is zero-based and requires an equals sign for the value --audio-track=0 selects the first audio track --audio-track=1 selects the second audio track --audio-track=2 etc... if there are no more tracks, it will select disabled vlc myfile.m4v --audio-track=0 or vlc myfile.m4...
by rusty149
20 Aug 2010 18:16
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Ubuntu 10 PPC VLC
Replies: 1
Views: 1316

Re: Ubuntu 10 PPC VLC

Hi, Did you install vlc using apt? Try reinstalling it first: 1. sudo apt-get remove --purge vlc libdvdcss2 2. sudo apt-get install vlc libdvdcss2 If it still crashes and assuming it was installed correctly, next thing is to try building it from source yourself. Let me know and I will reply instruct...
by rusty149
19 Aug 2010 18:44
Forum: VLC media player for macOS Troubleshooting
Topic: Playing Multiple Files in VLC OSX
Replies: 12
Views: 8841

Re: Playing Multiple Files in VLC OSX

Don't keep the brackets. Use this: /Applications/VLC.app/Contents/MacOS/VLC /Users/Home/Movies/Hidalgo/Hidalgo.2004.720p.BluRay.x264-SEPTiC.Rus.mkv --input-slave=/Users/Home/Movies/Hidalgo/Hidalgo_Eng.ac3 Or to select the slave audio track: /Applications/VLC.app/Contents/MacOS/VLC /Users/Home/Movies...
by rusty149
19 Aug 2010 01:54
Forum: VLC media player for macOS Troubleshooting
Topic: Playing Multiple Files in VLC OSX
Replies: 12
Views: 8841

Re: Playing Multiple Files in VLC OSX

Can you copy/paste the actual commands used here or screenshot them? Are you dragging the movie file into the terminal for there full path names? Are you replacing the <main input> tags we are using? -bash: syntax error near unexpected token `newline' That means that you are not entering the command...
by rusty149
18 Aug 2010 19:31
Forum: VLC media player for macOS Troubleshooting
Topic: Playing Multiple Files in VLC OSX
Replies: 12
Views: 8841

Re: Playing Multiple Files in VLC OSX

That command should launch VLC and open the files for you. You probably are not referring to the program correctly. Try this: /Applications/VLC.app/Contents/MacOS/VLC <main_input> --input-slave=<slave_input> If this works and it is something you will do often you should be able to make an alias like...
by rusty149
18 Aug 2010 00:05
Forum: VLC media player for macOS Troubleshooting
Topic: Playing Multiple Files in VLC OSX
Replies: 12
Views: 8841

Re: Playing Multiple Files in VLC OSX

The command line should include an equals for option values. vlc URL [:option=value] or vlc <main_input> --input-slave=<slave_input> but I'm not running mac so can't tell you right now. Also if the <main_input> already has audio then you will probably need to select the <slave_input> as audio track ...

Go to advanced search