Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (50)

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

  • How to go about decoding raw H264 frames

    20 novembre 2013, par user2967920

    I need to develop a full screen client that will decode raw h264 frames from a network source. Any suggested approach on where to start ?
    I was looking at ffmpeg but then i have to interface it to VS and i am getting lost on the way there.
    Microsoft Media Foundation has an inbuilt h264decoder and there is no example simple enough for me to understand.
    Same with DirectShow but then Microsoft says its extinct tech don't use it.
    the client should be able to work on WinXP and onwards targets.
    So if anyone can maybe point me in the right direction it would be great.

  • WebM Encoding Available at encoding.com

    17 septembre 2010, par noreply@blogger.com (John Luther)

    Encoding.com, one of the world’s largest video transcoding services, has released WebM encoding support and also included six easy-to-use output presets. You can read more at the encoding.com blog.

  • Losslessly create MJPEG from JPEG buffers

    4 avril 2014, par Dan Hook

    I have a series of buffers containing JPEG images (that is, if one of these buffers is saved as is to a file, it is a valid JPEG image). How do I go from the buffers to a motion JPEG file without decoding and re-encoding the buffers ? I'm trying to do this in ffmpeg, but I'm open to other C/C++ solutions.