Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (70)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (5840)

  • Revision a9415d2e4c : Fix type mismatch in array definition vp9_default_inter_mode_probs was being ac

    15 juin 2013, par John Koleszar

    Changed Paths :
     Modify /vp9/common/vp9_modecont.c


     Modify /vp9/common/vp9_modecont.h



    Fix type mismatch in array definition

    vp9_default_inter_mode_probs was being accessed with a different type
    than it was defined with. Ensure that its declaration is included
    prior to its definition.

    Change-Id : I2f963f513ab2f4e339f8a3c17e3d0f03749eba16

  • Video format or MIME type is not supported in ruby on rails

    19 novembre 2015, par Waqas Ahad

    Upload video using paperclip-ffmpeg.
    It save fine.But when I show it on browser it shown but not play.It gvies error on video

    Video format or MIME type is not supported

    Showing video like this

    <%= video_tag @ad.videod.url(:medium), controls: true, type: "video/flv", size: "640x480" %>
  • fftools/ffprobe : Use proper enum type

    6 août 2023, par Andreas Rheinhardt
    fftools/ffprobe : Use proper enum type
    

    This is a bit cleaner as int need not be the underlying type
    of an enum if a smaller type can hold all its values.
    Also declare the children_ids array as const as it never changes.

    Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] fftools/ffprobe.c