Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
I am absolutely in love with the instant pause feature. I've used VLC for years now, and it always irritated me that I'd hit pause, and it would happen anywhere from half a second to a few seconds later at the leisure of the program. Very happy!
 
VLC for me is one of the buggiest apps I have ever known (that and Football Manager). Because Handbrake decided to use the VLC library I had to have VLC installed but because its so buggy it caused Handbrake to crash and I haven't been able to rip any DVDs for ages. Hope fully this update will actually work, unlike the many before it. If it doesnt then I wont be using it again.
 
do i see this correct ?

VLC 1 brings blu ray playback to the mac plattform ?!!

as far as i know this wasnt possible before
 
do i see this correct ?

VLC 1 brings blu ray playback to the mac plattform ?!!

as far as i know this wasnt possible before

That is what I was thinking. Is it possible to install a blu-ray drive and play them with VLC 1.0 in the Mac OS? ^^
Someone that has a blu-ray drive installed for use in windows via bootcamp needs to test this imo.
 
I like some of the new features like instant-pause, but now on my Mac Pro DVD playback freezes after 5 seconds of playing.
 
+10000

Anyone figured this out?

I want this!
Well, seems like the feature is not implemented in the Mac OS X version. Without them stating so in the Readme file... :(

From the VLC forum:
Question:
I can't seem to find the following features in VLC 1.0.0:
* On-the-fly recording for all medias
* Timeshift for most medias
* Airtunes


Answer (by Fkuehne):
Due to a lack of active Mac developers in the preparation time for VLC 1.0.0, we were unable to add GUI options to select these features on the Mac. I will start working on it next week, but its yet to be decided in which branch of VLC this work will be published and therefore when. If it makes a 1.0.x release, you'll get these features really soon. I'll keep this thread updated.
 
Can someone with a working Airport Express try the following:

Code:
vlc --sout='#transcode{acodec=mpga,ab=192,channels=2}:raop{access=http,mux=raw,host=xxx.xxx.xxx.xxx:8080,volume=255}' foobar.mp3

replace host xxx with Airport Express IP, point to mp3.

I think.
 
Is there still a 64-bit version available? I had a 64-bit version installed before, but now after updating it is only 32-bit. Is there still a link for the 64-bit version? I could not find one on the site linked in this thread.
 
At times when I play .avi or whatever movies it might still skip a little bit in the middle of it when I play it in VLC... Why??
 
Can someone with a working Airport Express try the following:

Code:
vlc --sout='#transcode{acodec=mpga,ab=192,channels=2}:raop{access=http,mux=raw,host=xxx.xxx.xxx.xxx:8080,volume=255}' foobar.mp3

replace host xxx with Airport Express IP, point to mp3.

I think.


I have two working AirPort Expresses.

Where do I type this?
 
well, now that it can play real media, i'll definitely update. but i'll still use quicktime + perian as my main video player. though perian hasn't had an update in a while either.

do either of them play .swf files?
 
Can someone with a working Airport Express try the following:

Code:
vlc --sout='#transcode{acodec=mpga,ab=192,channels=2}:raop{access=http,mux=raw,host=xxx.xxx.xxx.xxx:8080,volume=255}' foobar.mp3

replace host xxx with Airport Express IP, point to mp3.

I think.

The Airport Express will only take the Apple Lossless codec, so you need to change "mpga" to "alac". Also VLC dislikes the ":8080" port specification, but it can be left off and it seems to connect fine. Setting volume=255 is a *very bad* idea when connecting to an Airport Express, as it will be quite loud, and it seems that the setting sticks around - so next time you run iTunes it'll play at maximum volume. I found that 32 is a much better choice if you still want to be able to hear afterward. Finally, you'll need to be sure the mp3 file is 44.1 kHz and not something like 32 kHz or 22.05 kHz, as that's all the Airport Express understands.

All that said, when I run VLC in that way (using "/Applications/VLC.app/Contents/MacOS/VLC" in place of "vlc"), it crashes. But it does make the speakers connected to the Airport Express click first, so it's probably just a bug that needs to be fixed.

Code:
/Applications/VLC.app/Contents/MacOS/VLC --sout='#transcode{acodec=alac,ab=192,channels=2}:raop{access=http,mux=raw,host=xxx.xxx.xxx.xxx,volume=32}' foobar.mp3
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.