Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (76)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • 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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (8659)

  • Error in code .. need correction

    3 avril 2014, par Ashal

    I'm suffering to install space time interest point in human action detection.

    I downloaded stip for Linux.but cannot install that.please give me step by step procedure for run stip.

  • avcodec/dcadec : fix error message suppression code

    16 avril 2014, par Michael Niedermayer
    avcodec/dcadec : fix error message suppression code
    

    Fixes part of Ticket3466
    Found-by : Andrey_Karpov / PVS-Studio
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dcadec.c
  • Error on linking ffmpeg example code in linux

    15 novembre 2013, par user2995111

    I'm trying to work on the ffmpeg example source file. Now, I'm trying to compile and link from the command line but I can't seem to get it to link.

    I compiled the code and generated obj file.

    My problem is on linking ,

    I just tried this :

    gcc -Wall -o example -L/home/jayanthi/example -lavcodec -lavutil example.o

    At this point, I get error of 'undefined reference error'

    example.o: In function `audio_encode_example&#39;:
    example.c:(.text+0x25): undefined reference to `avcodec_find_encoder&#39;
    example.c:(.text+0x6a): undefined reference to `avcodec_alloc_context3&#39;
    example.c:(.text+0xad): undefined reference to `avcodec_open&#39;
    example.c:(.text+0x1ce): undefined reference to `sin&#39;
    example.c:(.text+0x238): undefined reference to `avcodec_encode_audio&#39;
    example.c:(.text+0x297): undefined reference to `avcodec_close&#39;
    example.c:(.text+0x2a3): undefined reference to `av_free&#39;
    example.o: In function `audio_decode_example&#39;:
    example.c:(.text+0x2f7): undefined reference to `av_init_packet&#39;
    example.c:(.text+0x30b): undefined reference to `avcodec_find_decoder&#39;
    example.c:(.text+0x359): undefined reference to `avcodec_alloc_context3&#39;
    example.c:(.text+0x379): undefined reference to `avcodec_open&#39;
    ..... etc.
    collect2: ld returned 1 exit status

    please help me out