Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (65)

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

  • Protocol for streaming : From a client to the server

    30 décembre 2015, par the-owner

    Context : I work in C++ with msvc2013 win32, QT-IDE, ffmpeg.

    I am looking for a protocol in order to stream video from the server to client and mostly from client to the server (two-way). On the server side, there is a tcp protocol already implemented (with QTcp).

    Question :
    For the server to client, obviously there is the RTP protocole (which is a derived UDP protocol), but for streaming into the inverse way, is there a protocol for streaming (images/video) where the client (as a client) could send a (live)stream to the server ? And is it possible (and easy) to implement this protocol under FFMPEG or QT ? (with a avformat_alloc_output_context2() for example)

    Otherwise, if FFMPEG or QT are not enough for doing this task : Is there a library that can do that under Visual-C++ Win32 ?

  • lavfi/framesync2 : implement "activate" design.

    17 juillet 2017, par Nicolas George
    lavfi/framesync2 : implement "activate" design.
    

    With this helper API, filters that used the first framesync
    helper API can easily be changed to use the new and more
    extensible design for filters with a single activate() callback.

    • [DH] libavfilter/framesync2.c
    • [DH] libavfilter/framesync2.h
  • Revision a24e24386e : Merge "Don't try to use getenv on windows phone/rt"

    7 mai 2014, par Johann

    Merge "Don’t try to use getenv on windows phone/rt"