Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (45)

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

  • doxy : Fix link in badge color

    16 décembre 2013, par Luca Barbato
    doxy : Fix link in badge color
    

    Green on blue was not exactly optimal.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] doc/doxy/doxy_stylesheet.css
  • How to properly link ffmpeg project in eclipse linux

    23 juin 2015, par user3177342

    I have a little test project on linux eclipse using ffmpeg.
    It is oke to make it using command line

    g++ -o m_vector -I/usr/include -I/usr/local/include m_vector.cpp -lavformat -lavcodec -lavutil -lm -lz -lva -lpthread

    but in eclipse while linking i get a big list of errors

    /home/user/projects/ffmpeg/libavcodec/internal.h:194: undefined reference to `av_rescale_q'
    /usr/local/lib/libavcodec.a(mpegvideo.o): In function `update_picture_tables':
    /home/user/projects/ffmpeg/libavcodec/mpegvideo.c:663: undefined reference to `av_buffer_unref'
    /home/user/projects/ffmpeg/libavcodec/mpegvideo.c:663: undefined reference to `av_buffer_ref'
    /home/user/projects/ffmpeg/libavcodec/mpegvideo.c:664: undefined reference to `av_buffer_unref'
    /home/user/projects/ffmpeg/libavcodec/mpegvideo.c:664: undefined reference to `av_buffer_ref'
    /home/user/projects/ffmpeg/libavcodec/mpegvideo.c:665: undefined reference to `av_buffer_unref'
    /home/user/projects/ffmpeg/libavcodec/mpegvideo.c:665: undefined reference to `av_buffer_ref'

    and so on

    I’ve aded the needed libs in project and i use "extern c". My project knows also about needed includes. Digging internet did not give the answer.

  • Scrap audio from youtube video link in php

    14 avril 2014, par user2971441

    I have to create a system in PHP which takes youtube url as input and it should output its mp3 file.

    So how can i make it :- through FFMPEG or simply send an ajax request to some existing site who do this type of work ?

    Please suggest

    Thank You