Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (101)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (7655)

  • avconv is killing me with an error I don't understand

    31 août 2013, par mikecole79

    I'm trying to script some testing of Wowza Media Server. Basically, I'm attempting to just beat the living bejeepers out of the thing. I have 5 slightly older computers, originally XP boxes, which I have installed Mint 15 on. I have a script that basically calls the file (or a symbolic link to the file) and takes it into avconv, then dumps it into null.

    The idea here is that with 5 of these computers all starting a new thread every second, up to the max they can handle without freezing, we'll get a decent idea of what our current implementation can handle. The script I have works great, but only on some machines. The systems are all the same hardware, and I installed the same software on them in the beginning, although some of them may have had additional packages installed for various tasks since then. The command I issue in script is :

    timeout 30m avconv -y -re -i http://ourDomainName:1935/path/to/file/mp4:FileName.mp4/playlist.m3u8 -strict experimental -f mp4 /dev/null &

    It works fine on 2 machines, fails on three. I don't know why. The only thing I can think of is that there is a codec that's on those working two and not on the other 3, but I have not yet had any luck tracking that down (still trying even while asking for help).

    Does anyone know some magic here that would allow it to find the needed codec, or install a bunch of codecs, or something ? I have libavcodec-extra-53 installed.

    Thanks !

  • avcodec/avpacket : Use av_free_packet() in error cleanups

    30 août 2013, par Michael Niedermayer
    avcodec/avpacket : Use av_free_packet() in error cleanups
    

    This prevents memleaks on errors
    reproduceable with fate when error pathes are forced

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

    • [DH] libavcodec/avpacket.c
  • ac3 : Clean up the error paths

    28 juillet 2013, par Luca Barbato
    ac3 : Clean up the error paths
    
    • [DH] libavcodec/ac3dec.c