Recherche avancée

Médias (91)

Autres articles (100)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (8091)

  • Revision 7eef48a76c : Added support for Screen Video V2, and On2 VP6 with alpha channel. Fixed a compi

    20 septembre 2007, par Marc Noirot

    Changed Paths :
     Modify /flv.h


     Modify /flvdump.c


     Modify /flvmeta.c



    Added support for Screen Video V2, and On2 VP6 with alpha channel.
    Fixed a compilation issue on MacOSX because of a misplaced minus sign.

  • Revision 0cfd3c18a1 : Added support for the AMF NULL value type. Fixed a video size computation bug fo

    24 mars 2008, par Marc Noirot

    Changed Paths :
     Modify /ChangeLog


     Modify /amf.c


     Modify /amf.h


     Modify /flvmeta.c


     Modify /types.c



    Added support for the AMF NULL value type.
    Fixed a video size computation bug for the VP60 profile, reported by
    zouguangxian@gmail.com.

  • ffmpeg to transcode streaming video and storage

    8 septembre 2011, par icarus74

    Examples of ffmpeg that I've seen so far all seem to accept a file on disk storage as input, to transcode it into another file in disk storage as output. Also i've come accross ffserver which can be used to stream-out video. However, yet to find a good tutorial or example of ffmpeg used to transcode streaming video/audio, constrained by say parameters like running-time or no. of frames or other event, and save the transcoded media on disk.

    Any pointers, tips or hints would really help.