Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'using correct version..' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
using correct version..
Authored by: tetsuotheironman on Aug 28, '03 07:35:13PM

you must be using the latest version of Videolan for this to work...
at the very bottom.. before you open a file... there is an option to check for 'Advanced Output'

check this box and you can stream/transcode video..



[ Reply to This | # ]
using correct version..
Authored by: bluehz on Aug 29, '03 07:48:03AM

I finally got it. Seems you have to select "Open Disk" to get the Advanced checkbox. You will still get a chance to select only a file in the dialog that appears though.

Doesn't really matter though. Every time I tried transcoding something using various settings, VLC would fail with some error... can't remember exactly, something about being "stuck". Never completed even the smallest transcode.



[ Reply to This | # ]
using correct version..
Authored by: bluehz on Aug 29, '03 07:53:27AM

... also - I was looking for a way to use the cli version of VLC, but I never found any info. Turns out if you go into the VLC pkg contents, and execute the VLC command in the terminal you will be able to use the cli client.

cd /Applications/vlc-0.6.2/VLC/contents/MacOS
./VLC -h

if you just execute ./VLC all it does is luanch the app itself.

Some interesting stuff inside the pkg too. Have a look at /Applications/vlc-0.6.2/VLC/contents/MacOS/share/ some interesting admin web pages. NOt sure exactly how they are used though. I was impressed to find that VLC can actually be used to stream files TO other location. Similar to a poorman's QuickTimeStreamingServer... also VLS, is a full fledged QTSS replacement.



[ Reply to This | # ]