
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (45)
-
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 (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (6879)
-
Merge commit ’1188119624e42c1b2ce5be6137d2e6c6f4f03328’
24 mars 2015, par Michael NiedermayerMerge commit ’1188119624e42c1b2ce5be6137d2e6c6f4f03328’
* commit ’1188119624e42c1b2ce5be6137d2e6c6f4f03328’ :
avisynth : update documentation about the avisynth_c.h headerConflicts :
doc/general.texiNot merged as FFmpeg provides the needed headers in compat/
Merged-by : Michael Niedermayer <michaelni@gmx.at>
-
Remove avserver.
9 juin 2014, par Anton KhirnovRemove avserver.
It has not been properly maintained for years and there is little hope
of that changing in the future.
It appears simpler to write a new replacement from scratch than
unbreaking it.- [DBH] .gitignore
- [DBH] Changelog
- [DBH] Makefile
- [DBH] avserver.c
- [DBH] configure
- [DBH] doc/avserver.conf
- [DBH] doc/avserver.texi
- [DBH] doc/general.texi
- [DBH] libavformat/Makefile
- [DBH] libavformat/allformats.c
- [DBH] libavformat/ffm.h
- [DBH] libavformat/ffmdec.c
- [DBH] libavformat/ffmenc.c
- [DBH] tests/fate/avformat.mak
- [DBH] tests/fate/seek.mak
- [DBH] tests/lavf-regression.sh
- [DBH] tests/ref/lavf/ffm
- [DBH] tests/ref/seek/lavf-ffm
-
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.