Recherche avancée

Médias (91)

Autres articles (112)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (10521)

  • Grabbing rtsp/rtp stream with libavformat

    19 janvier 2012, par T0ha

    world.
    I'm trying to grab rtsp mjpeg stream from IP-camera (realtime) as described in http://www.inb.uni-luebeck.de/ boehme/using_libavcodec.html, but ported to newer version.
    It works well with mpeg file (loading it full as one AVPacket), but working with stream, avcodec_decode_video2 returns -1 (error). AVPacket in this case is a part of a frame.

    How can I fix this ?

  • libav avformat_open_input error code -1094995529

    17 juin 2015, par mohamed

    I am using libav to decode njpeg stream, I read each frame as a byte array.
    using AVIOContext to read the array and make an AVFormatContext
    I got 2 frames decoded, the third one, the function
    avformat_open_input returns -1094995529

    What is that error code, so I can find out the problem ?

  • FFMPEG : swr_convert error code -22

    12 juillet 2014, par Hyndrix

    I am trying to use swr_convert to convert audio between different formats. With a given set of parameters the swr_convert returns -22.

    What does this error mean ? Is there somewhere a list of error codes for FFMPEG ? I already checked the error.h header file of the FFMPEG project.

    Regards,