Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (70)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • 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 (...)

Sur d’autres sites (6475)

  • 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