never used perian before. seems vlc (also built on ffmpeg of course) is the only major open source media player out there.
There's MPlayer... http://www.mplayerhq.hu/design7/news.html
Perian is shutting down
21–30 of 65 posts
Re: Perian is shutting down
#22It's a shame, but I hope some other devs consider picking up development where the Perian guys left off. Perian is one of my favorite Mac utilities because I love using QuickTime for everything when possible. To the team, thanks for all your years of hard work and best of luck on future projects.
Re: Perian is shutting down
#23It's a shame, but I hope some other devs consider picking up development where the Perian guys left off. Perian is one of my favorite Mac utilities because I love using QuickTime for everything when possible. To the team, thanks for all your years of hard work and best of luck on future projects.
It's not so much an issue of picking up Perian in that the new Quicktime 10 API doesn't work anything like the old Quicktime API. Perian just made open source codecs work with Quicktime's API. Quicktime X however demands much more that makes it impossible to do without rewriting all the codecs. Those same codecs are directly embedded in other players (like VLC) so it's not a big issue. Quicktime X is pushing towards…
Re: Perian is shutting down
#24Earlier quoted context omitted.
Well, two of them are probably VLC and The Unarchiver.
First thing I install is Little Snitch.
Re: Perian is shutting down
#25Earlier quoted context omitted.
There's MPlayer... http://www.mplayerhq.hu/design7/news.html
And in the OS X context the better form of it, MPlayerX: http://mplayerx.org/
Re: Perian is shutting down
#26Earlier quoted context omitted.
what? no... Accelerate.framework is available to everyone.
Eh? AFAIK, Accelerate.framework doesn't do anything with the GPU -- its "just" a set of highly optimized functions for math/DSP/image processing operations.
Re: Perian is shutting down
#27I will be really sad to see it go. Perian is one of the first five things I download when I'm on a clean install of OS X. Support has sadly been lagging when it comes to MKV, and for that I still keep VideoLan around; but otherwise I love having full system-wide QuickTime support for all common video formats (AVI).
What are the other four things?
Also: Chrome, Xcode, Skitch, Divvy and the basic CLI tools.
Re: Perian is shutting down
#28It's a shame, but I hope some other devs consider picking up development where the Perian guys left off. Perian is one of my favorite Mac utilities because I love using QuickTime for everything when possible. To the team, thanks for all your years of hard work and best of luck on future projects.
The announcement mentions that the iPhone does not support QuickTime. Is this a sign that QuickTime is on its way out?
Re: Perian is shutting down
#29This is a shame. I absolutely love Perian and it has made it much easier to just play content without having to download VLC as well, and it just worked. One thing I have noticed is that support for MKV/VP8/WebM has always been pretty bad. It uses a LOT of CPU time and in general was really slow. When YouTube put me in the HTML 5 beta it was unbeknownst to me sending me WebM content because I had Perian installed and…
Why does it take so long for MKV to load?
QuickTime expects to know the location of every single frame in a movie in order to play it. This is easy with its native format, MOV/MP4, but more difficult for several others, including MKV. Perian has to read in the entire file in order for seeking and playback to work.
That's probably (part of) the reason MKV and WebM are slow for you (since WebM uses the MKV container format).
Re: Perian is shutting down
#30It's a shame, but I hope some other devs consider picking up development where the Perian guys left off. Perian is one of my favorite Mac utilities because I love using QuickTime for everything when possible. To the team, thanks for all your years of hard work and best of luck on future projects.
It's not so much an issue of picking up Perian in that the new Quicktime 10 API doesn't work anything like the old Quicktime API. Perian just made open source codecs work with Quicktime's API. Quicktime X however demands much more that makes it impossible to do without rewriting all the codecs. Those same codecs are directly embedded in other players (like VLC) so it's not a big issue. Quicktime X is pushing towards…