Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (59)

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

  • Encode MP3 as image for client side caching

    12 octobre 2015, par cbuchert

    A few years back I ran across an article in which a process was described that would encode the contents of a MP3 file as a PNG image using FFMpeg (to circumvent browsers not caching downloaded audio) and then decoding them back to MP3 using a mix of Canvas, JS, and wizardry. I can’t find my original source, and all the links I’ve found while searching have been dead. Is this process documented anywhere public and if not how would you do it ?

  • convert Side by side mp4 to anaglyph red cyan 3d using ffmpeg

    13 août 2015, par Syed Talha Hai

    I have a side by side 3d video, and i want to convert it to anaglyph 3d video using ffmpeg. I have tried the following code of php

    $cmd = "ffmpeg -i Insurgent.mp4 -vf stereo3d=sbs2l:arcc output.mp4";
    $do = `$cmd`;

    but this code outputs the 0 byte video file.

    I tried to run the command using cmd and cmd shows error in red font
    no such filter : ’stereo3d’

  • avcodec/dvbsubdec : Print field lens in case they are too lerge

    13 août 2015, par Michael Niedermayer
    avcodec/dvbsubdec : Print field lens in case they are too lerge
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/dvbsubdec.c