Slashdot Mirror


Xine Gets Native Sorenson3 Decoding

gooofy writes "Freshly (im)ported from ffmpeg, xine 1-beta12 finally has native support for Sorenson SVQ3 video. This means that you're finally able to watch the latest quicktime trailers on any xine supported hardware platform, not just on x86. Other goodies in this release include support for ogg/theora, playback of cd/dvd over the network, improved handling of mpeg-2 files (resyncing) and many detail improvements."

10 of 301 comments (clear)

  1. Applaude for 2 reasons by AlabamaMike · · Score: 4, Informative

    1: One less reason to run a Windows platform. 2: No more annoying "don't you want to buy this" ad when you're trying to watch a new trailer.
    -A.M.

    --
    Pimpin' all the Karma Hoes!
  2. Re:xine by Anonymous Coward · · Score: 4, Informative

    Give Totem a try if you're looking for a GTK+ (2.x) interface. Much nicer than the normal XINE interface :).

  3. Re:not on x86 by fwankypoo · · Score: 5, Informative

    I think you read the article wrong... Whis is a native implementation of Sorensen 3 that can run on all supported platforms (including x86). It used to be that watching a Sorensen 3 encoded video involved the use of Win32 DLLs (either through WINE, or later by directly accessing the DLL). Now it isn't needed. So indeed one _can_ watch a Sorensen 3 video on x86 using the lates version of xine without any nutty DLL hacks.

    --
    The time of day is 29:33.
  4. Re:xine by Newtonian_p · · Score: 5, Informative
    Actually, xine is split into 2 components: xine-gui and xine-lib. If you do not like the xine-gui, you could look for alternate guis but keep the xine-lib part (and therefore the native Sorenson 3 support).

    One alternate gui I know is Kxine, a kde/qt based gui for xine. I think it looks nice.

    --

    There are 2 kinds of people in this world: Those who write in decimal and those who don't

  5. Re:yeah but does it embed in a browser? by bogie · · Score: 4, Informative

    Mplayer with the Mplayer plugin usually does a pretty decent job with that. Maybe its not 100%, but when the big two web media companies(Microsoft, Apple) are trying to block you from entering their markets its not always a trival task.

    http://mplayerplug-in.sourceforge.net/

    btw screw you apple and microsoft for not providing media players for linux.

    --
    If you wanna get rich, you know that payback is a bitch
  6. Re:yeah but does it embed in a browser? by Darf+Bobo · · Score: 5, Informative

    In mozilla you can use 'View Page Info' and choose the 'Media' tab. URLs for video, etc have the 'Embed' type. Just pass the URL to mplayer if you have the bandwidth.

  7. Re:Mplayer uses ffmpeg by glitch! · · Score: 5, Informative

    Could droping in its source tree the new version ffmpeg in lieu of the one that comes with it make Mplayer support native Sorenson 3 too?

    Yep, if your code uses the libavcodec call av_register_all(), then when you use av_find_stream_info(), it will "just work". I tried yesterday's libavcodec out of CVS on the Quicktime Animatrix movie, and the video quality was pretty good. Pity about not having the QDesign audio codec, though...

    --
    A dingo ate my sig...
  8. Re:More important by rsilvergun · · Score: 4, Informative

    Install apt-get for rpm, or configure urpmi, or just get debian, or emerge. Then do one of the following: apt-get install xine urpmi.install xine emerge xine Wait, you now have xine. Xine has long since been packaged well enough by third parties to make install a snap.

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
  9. Re:Illegal? by greenrd · · Score: 4, Informative
    In some countries, no reverse engineering is legal. Even in the United States, reverse engineering for "interoperability purposes" is legal. So yes, this is legal. (Assuming that they haven't stolen any code.)

  10. Re:Mozilla Plugin? by canwaf · · Score: 5, Informative

    According to Xine's website there is a Mozilla plugin in the works that provides embedded stream playback. Until then, if you install gxine it comes with a Mozilla plugin that all you need to do 'ln -s' it into your ~/.mozilla/plugins... this will launch gxine and start playing with a nicer interface.