Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (39)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (8033)

  • aacenc : partially revert previous commits to set options via a profile

    17 octobre 2015, par Rostislav Pehlivanov
    aacenc : partially revert previous commits to set options via a profile
    

    It didn’t work out because of the exceptions that needed to be made
    for the "-1" cases and was overall more confusing that just manually
    checking and setting options for each profile.

    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/aacenc_utils.h
    • [DH] libavcodec/aacenctab.h
  • ffprobe : Do not print profile names in -bitexact

    27 novembre 2015, par Timothy Gu
    ffprobe : Do not print profile names in -bitexact
    

    Instead, print "unknown" if it’s unknown, or their numerical values if
    they are known.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] ffprobe.c
  • omx : Add support for specifying H.264 profile [v5’]

    3 mars 2017, par Takayuki 'January June' Suwa
    omx : Add support for specifying H.264 profile [v5’]
    

    This adds "-profile[:v] profile_name"-style option.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/omx.c