Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (94)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (17159)

  • avformat_open_input return value, error code on NaCl Module

    7 février 2016, par Jar

    I’m trying to port FFmpeg into my NaCl module.

    So far, my module linked ffmpeg and SDL libraries.

    It already can play YUV format video which is directed load into memory and copy into YUVOverlay buffer (it’s very easy).

    Now, I want to use ffmpeg to decode video, but when I call the function avformat_open_input it returns -5 when input is URL string, such as rtmp:// or mmsh:// ; it returns -1052488119 when input is file name, such as /saved/tmp (I mount the file system - html5fs).


    There are some questions :

    1. What means of -5 and -1052488119 ?
    2. If file can’t open by avformat_open_input, is it possible the input type is from buffer not from file name or url string ?

    If I’m not clearly about my question or description, you can tell me.
    If you are doing the same thing or having the same problem, we can discuss together.

    Thanks,
    Jar

  • avserver : Remove unused loadable module support

    17 juillet 2013, par Martin Storsjö
    avserver : Remove unused loadable module support
    

    There is no record of this ever being used at all, anywhere,
    since the feature was added in 2effd274466.

    This gets rid of extra linker tricks just to support a feature
    that isn’t used, simplifying portability to other platforms.

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

    • [DH] avserver.c
    • [DH] configure
  • avserver : Remove unused loadable module support

    17 juillet 2013, par Martin Storsjö
    avserver : Remove unused loadable module support
    

    There is no record of this ever being used at all, anywhere,
    since the feature was added in 2effd274466.

    This gets rid of extra linker tricks just to support a feature
    that isn’t used, simplifying portability to other platforms.

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

    • [DBH] avserver.c
    • [DBH] configure