
Recherche avancée
Médias (1)
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (76)
-
Personnaliser les catégories
21 juin 2013, parFormulaire 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 2013Puis-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, parThe 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 AshalI'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 -
Error on linking ffmpeg example code in linux
15 novembre 2013, par user2995111I'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':
example.c:(.text+0x25): undefined reference to `avcodec_find_encoder'
example.c:(.text+0x6a): undefined reference to `avcodec_alloc_context3'
example.c:(.text+0xad): undefined reference to `avcodec_open'
example.c:(.text+0x1ce): undefined reference to `sin'
example.c:(.text+0x238): undefined reference to `avcodec_encode_audio'
example.c:(.text+0x297): undefined reference to `avcodec_close'
example.c:(.text+0x2a3): undefined reference to `av_free'
example.o: In function `audio_decode_example':
example.c:(.text+0x2f7): undefined reference to `av_init_packet'
example.c:(.text+0x30b): undefined reference to `avcodec_find_decoder'
example.c:(.text+0x359): undefined reference to `avcodec_alloc_context3'
example.c:(.text+0x379): undefined reference to `avcodec_open'
..... etc.
collect2: ld returned 1 exit statusplease help me out