Recherche avancée

Médias (0)

Mot : - Tags -/logo

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (55)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • Merge commit ’61928b68dc28e080b8c8191afe5541123c682bbd’

    28 janvier 2015, par Michael Niedermayer
    Merge commit ’61928b68dc28e080b8c8191afe5541123c682bbd’
    

    * commit ’61928b68dc28e080b8c8191afe5541123c682bbd’ :
    h264 : Do not share rbsp_buffer across threads

    Conflicts :
    libavcodec/h264.c

    See : ecbf838c7d81ebd3b89fe75d83ff29150dbda27a
    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/h264.c
  • How to record the http live streaming from an IP Cam

    26 novembre 2012, par abhishek

    I have created the application in which the client can view the ip camera which is giving
    an http live stream of MJPEG using this link
    Android ICS and MJPEG using AsyncTask

    Now i want the user to record the video into its memory card .
    I have googled for a while and the only two approaches which came in my mind :-

    1. Either i keep storing the jpeg images and when user clicks stop recording then i
      somehow clip all the images as to provide a 3GP video or some other file format.
      But i don't know how to create the video from all the images and will this be an efficient
      approach or not.

    2. Or i do ffmpeg and in this case i will have to deal with NDK and it seems to be a longer
      path which may lead to nowhere :P

    So is FFMPEG a better option ? If yes please share some links or is the first option better.
    Thanks in advance

  • avcodec/nvenc : Need a separate class for each encoder

    25 mars 2015, par Philip Langdale
    avcodec/nvenc : Need a separate class for each encoder
    

    The encoders can’t share a class instance.

    Signed-off-by : Philip Langdale <philipl@overt.org>

    • [DH] libavcodec/nvenc.c