
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (57)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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, parPré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 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
Sur d’autres sites (10831)
-
Révision 24187 : erreur $fond peut être un tableau
8 janvier 2019, par cerdic -dans le cas général $fond peut être potentiellement un tableau et à l’intérieur du foreach, c’est $f le fond
-
Added STL demuxer and decoder
20 octobre 2014, par Eejya SinghAdded STL demuxer and decoder
Signed-off-by : Clément Bœsch <u@pkh.me>
- [DH] Changelog
- [DH] doc/general.texi
- [DH] libavcodec/Makefile
- [DH] libavcodec/allcodecs.c
- [DH] libavcodec/avcodec.h
- [DH] libavcodec/codec_desc.c
- [DH] libavcodec/textdec.c
- [DH] libavcodec/version.h
- [DH] libavformat/Makefile
- [DH] libavformat/allformats.c
- [DH] libavformat/stldec.c
- [DH] libavformat/version.h
- [DH] tests/fate/subtitles.mak
- [DH] tests/ref/fate/sub-stl
-
Linker error while using parallel video encoding library
27 février 2015, par user3288346This might be a question very specific to the tool, however I would just like to know the general approach to solving this.
I am using this tool https://github.com/luvit/luvi to perform parallel video encoding. It uses ffmpeg under the hood to the encoding.
I have installed all the necessary libraries needed. However, i get a linker error during the build.
Following is the error :/tmp/ccZtNGZQ.o : In function
init_out':
/home/koustubh/video-transcoding/luvi/common.c:43: undefined reference toavformat_alloc_output_context2’
/home/koustubh/video-transcoding/luvi/common.c:149 : undefined reference toavcodec_get_name'
/tmp/ccZtNGZQ.o: In functioninit_in’ :
/home/koustubh/video-transcoding/luvi/common.c:195 : undefined reference toavcodec_get_name'
/tmp/ccZtNGZQ.o: In functioninit_ctx’ :
/home/koustubh/video-transcoding/luvi/common.c:248 : undefined reference toxdo_keysequence'
/tmp/ccZtNGZQ.o: In functiontranscode’ :
/home/koustubh/video-transcoding/luvi/common.c:464 : undefined reference to `xdo_keysequence’What is general approach I should follow to fix this problem.