Recherche avancée

Médias (91)

Autres articles (108)

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (11671)

  • avutil/attributes_internal : Add EXTERN macro for extern+hidden

    2 mars, par Andreas Rheinhardt
    avutil/attributes_internal : Add EXTERN macro for extern+hidden
    

    This is inspired by the equivalent dav1d attribute introduced
    by Henrik Gramner in e4c4af02f3de5e6cea6f81272a2981c0fa7bae28.
    Also already use it to beautify declarations.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mathops.h
    • [DH] libavcodec/me_cmp.h
    • [DH] libavcodec/vp9dsp.h
    • [DH] libavutil/attributes_internal.h
  • Using ffmpeg shared library in a commercial C/C++ application

    9 mai 2017, par Peter

    We have a C++-based application that runs on Windows, Mac, and Linux. I now need to add h.264 and h.265 decoding within this application. It seems ffmpeg will do the trick.

    As ours is a commercial application, we cannot disclose the source code to public. However, as I understand, FFMpeg is based on LGPL licensing requirements. Going through various articles on LGPL requirements, it seems I can use ffmpeg without disclosing our source code as long as :

    1. I build ffmpeg as a shared libraries and make sure that I don’t use "—enable-gpl" flag during configuration.
    2. I acknowledge in our About dialog box that we are using ffmpeg shared libraries.

    Can someone please verify if this more or less meets the requirements ? Regards.

    Note that I need ffmpeg only to decode and not to encode. Therefore, I don’t have to use "—enable-libx264" and "—enable-libx265" flags.

  • Finding the length of a video in Java and ffmpeg

    17 avril 2015, par Abishek R Srikaanth

    Is there a way to find a length of a video using Java ? I understand we can make use of ffmpeg to generated thumbnails and encode videos. But can it be used to get the length of the video ?

    Thanks and Regards
    Abishek R Srikaanth