Recherche avancée

Médias (91)

Autres articles (87)

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

  • avformat/http: split the fragment part from the HTTP URL before the request

    3 février 2020, par Marton Balint
    avformat/http: split the fragment part from the HTTP URL before the request
    

    RFC 3986 states that the fragment identifier is separated from the rest of the
    URI prior to a dereference, and thus the identifying information within the
    fragment itself is dereferenced solely by the user agent.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/http.c
  • FFMpeg : Create gif from video of specific dimensions, gif part already working

    24 septembre 2018, par We are Borg

    I am working on creating a GIF from video. Currently, with ffmpeg, I am able to create a GIF, but I want to create it with specific dimensions. How can I do that ?

    COmmands I am using as of now :

    ffprobe -v error -select_streams v:0 -show_entries stream=duration -of default=noprint_wrappers=1:nokey=1 "+filePath

    ffmpeg -i " + filePath + " -ss 00 -t 05 -vcodec libx264 -an " + gifLocation + videoName

    ffmpeg -i " + gifLocation + fastForwardName + " -vf scale=320:-1 -r 10 -f image2pipe -vcodec ppm - | convert -loop 0 - " + gifLocation + gifName

    Thank you.

  • Revision 47431f6c1e : Merge "Fix high bit-depth loop-filter sse2 compiling issue - part 1"

    27 février 2015, par Jingning Han

    Merge "Fix high bit-depth loop-filter sse2 compiling issue - part 1"