
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (70)
-
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
MediaSPIP Init et Diogène : types de publications de MediaSPIP
11 novembre 2010, parÀ l’installation d’un site MediaSPIP, le plugin MediaSPIP Init réalise certaines opérations dont la principale consiste à créer quatre rubriques principales dans le site et de créer cinq templates de formulaire pour Diogène.
Ces quatre rubriques principales (aussi appelées secteurs) sont : Medias ; Sites ; Editos ; Actualités ;
Pour chacune de ces rubriques est créé un template de formulaire spécifique éponyme. Pour la rubrique "Medias" un second template "catégorie" est créé permettant d’ajouter (...)
Sur d’autres sites (6096)
-
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.