Barry Warsaw Python Webcast at GSFC

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • William Allison

    #1

    Barry Warsaw Python Webcast at GSFC

    If anyone is interested, here's a link to it



    It's at the bottom of the page.
  • Ben Finney

    #2
    Re: Barry Warsaw Python Webcast at GSFC

    William Allison <allison.willia m@gmail.comwrit es:
    In WMV format, and thus not viewable with free software :-(

    --
    \ "I don't like country music, but I don't mean to denigrate |
    `\ those who do. And for the people who like country music, |
    _o__) denigrate means 'put down'." -- Bob Newhart |
    Ben Finney

    Comment

    • Robert Kern

      #3
      Re: Barry Warsaw Python Webcast at GSFC

      Ben Finney wrote:
      William Allison <allison.willia m@gmail.comwrit es:
      >
      >http://isandtcolloq.gsfc.nasa.gov/webcasts.html
      >It's at the bottom of the page.
      >
      In WMV format, and thus not viewable with free software :-(
      I can view the stream with mplayer 1.0rc1-4.0.1 with ffmpeg's libavcodec

      [~]$ mplayer mms://128.183.174.165/pubpublish/Colloquia/IST/2006/IST20061108.wmv
      MPlayer 1.0rc1-4.0.1 (C) 2000-2006 MPlayer Team
      CPU: Intel(R) Core(TM)2 CPU T7600 @ 2.33GHz (Family: 6, Model: 15,
      Stepping: 6)
      CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
      Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
      97 audio & 210 video codecs

      ....

      =============== =============== =============== =============== ==============
      Requested video codec family [wmv9dmo] (vfm=dmo) not available.
      Enable it at compilation.
      Requested video codec family [wmvdmo] (vfm=dmo) not available.
      Enable it at compilation.
      Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
      Selected video codec: [ffwmv3] vfm: ffmpeg (FFmpeg M$ WMV3/WMV9)
      =============== =============== =============== =============== ==============
      =============== =============== =============== =============== ==============
      Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
      AUDIO: 44100 Hz, 1 ch, s16le, 32.0 kbit/4.54% (ratio: 4006->88200)
      Selected audio codec: [ffwmav2] afm: ffmpeg (DivX audio v2 (FFmpeg))
      =============== =============== =============== =============== ==============

      --
      Robert Kern

      "I have come to believe that the whole world is an enigma, a harmless enigma
      that is made terrible by our own mad attempt to interpret it as though it had
      an underlying truth."
      -- Umberto Eco

      Comment

      • Max Erickson

        #4
        Re: Barry Warsaw Python Webcast at GSFC

        Ben Finney <bignose+hate s-spam@benfinney. id.auwrote:
        William Allison <allison.willia m@gmail.comwrit es:
        >
        >http://isandtcolloq.gsfc.nasa.gov/webcasts.html
        >It's at the bottom of the page.
        >
        In WMV format, and thus not viewable with free software :-(
        >
        Um, http://www.videolan.org/vlc/features.html

        Or any other ffmpeg based player for that matter. There is a chance
        that it is encoded in a wmv format which ffmpeg won't deal with(newer
        ones), but not a very big one considering that the nasa site lists
        Windows Media Player 4.0 as a minimum requirement, and that isn't,
        shall we say, modern.

        max

        Comment

        Working...