Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (96)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (8508)

  • Revision 454342d4e7 : Refactored idct routines and headers This change is made in preparation for a s

    24 octobre 2014, par Peter de Rivaz

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


     Modify /vp9/common/vp9_idct.h


     Modify /vp9/encoder/vp9_dct.c


     Add /vp9/encoder/vp9_dct.h


     Modify /vp9/vp9cx.mk



    Refactored idct routines and headers

    This change is made in preparation for a
    subsequent patch which adds acceleration
    for the highbitdepth transform functions.

    The highbitdepth transform functions attempt
    to use 16/32bit sse instructions where possible,
    but fallback to using the C implementations if
    potential overflow is detected. For this reason
    the dct routines are made global so they can be
    called from the acceleration functions in the
    subsequent patch.

    Change-Id : Ia921f191bf6936ccba4f13e8461624b120c1f665

  • Multiple side-to-side video streams in one file without transcoding

    10 avril 2019, par Serg Fillipenko

    I am investigating a possibility to store video streams which are coming from few sources already coded in h264 without video transcoding as the device I would like to use for this project won’t be capable of transcoding combined video on the fly.

    What I am looking for is two or more pictures side to side (not video concatenation) packed into mp4/avi/mkv.

    I believe mkv container supports such kind of packaging but I’ve not been able to find appropriate options for ffmpeg or other tool to store it this way. What it does is very slow video transcoding into one big h264 stream.

  • vaapi_encode_h265 : Insert content light level information

    10 mai 2018, par Haihao Xiang
    vaapi_encode_h265 : Insert content light level information
    

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/vaapi_encode_h265.c