
Recherche avancée
Autres articles (65)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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 (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (13136)
-
Error in build 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.
-
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.
-
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