Recherche avancée

Médias (91)

Autres articles (93)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • Merge commit ’4fd7e63c87226584e60200b82630a6057c0a6663’

    8 décembre 2014, par Michael Niedermayer
    Merge commit ’4fd7e63c87226584e60200b82630a6057c0a6663’
    

    * commit ’4fd7e63c87226584e60200b82630a6057c0a6663’ :
    mp3 : Tweak the probe scores

    Conflicts :
    libavformat/mp3dec.c

    FFmpeg detects the file fine, and there is a non zero risk
    that this change may lead to misdetections, thus not merged.
    If someone has a mp3 file that is misdetected, please open a ticket

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

  • ffmpeg multiple loglevel parameters

    9 juillet 2013, par django

    From the document at here
    ffmpeg has following loglevel parameters.

    Simple usage would be
    "ffmpeg -loglevel error rest_of_ffmpeg_options"

    How can I use 3 loglevels together ?
    I tried following but in this case error works while warning and fatal are ignored.
    Inshort which ever is first after -loglevel is the only level working.

    -loglevel error warning fatal

    -loglevel [repeat+]loglevel | -v [repeat+]loglevel

       ‘quiet’

           Show nothing at all; be silent.
       ‘panic’

           Only show fatal errors which could lead the process to crash, such as and assert failure. This is not currently used for anything.
       ‘fatal’

           Only show fatal errors. These are errors after which the process absolutely cannot continue after.
       ‘error’

           Show all errors, including ones which can be recovered from.
       ‘warning’

           Show all warnings and errors. Any message related to possibly incorrect or unexpected events will be shown.
       ‘info’

           Show informative messages during processing. This is in addition to warnings and errors. This is the default value.
       ‘verbose’

           Same as info, except more verbose.
       ‘debug’

           Show everything, including debugging information.
  • configure : msvc : Set the target windows version to XP if no target is set

    15 mai 2013, par Martin Storsjö
    configure : msvc : Set the target windows version to XP if no target is set
    

    MSVC 2010 (or more precisely, Windows SDK 7.0 which comes with MSVC
    2010) sets _WIN32_WINNT to the constant for Windows 7 if nothing is
    set. This could lead to the libav configure script detecting and
    using functions only present in Windows 7 or newer, which in most
    cases isn’t desired. If the caller explicitly wants this, the caller
    can add the _WIN32_WINNT define via —extra-cflags, setting the desired
    version.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] configure