
Recherche avancée
Médias (91)
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#1 The Wires
11 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
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 (56)
-
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 ;
-
L’agrémenter visuellement
10 avril 2011MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté. -
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 (10051)
-
avcodec/utils : print Chroma Location string in verbose log level
15 octobre 2016, par James Almeravcodec/utils : print Chroma Location string in verbose log level
It’s container level information on some formats (Matroska, MXF, yuv4mpeg), so
it should be printed at higher log levels than debug.Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by : James Almer <jamrial@gmail.com> -
avformat/matroskadec : support parsing Chroma Location elements
18 octobre 2016, par James Almer -
Is it possible to pass a memory location to ffmpeg ? [duplicate]
4 décembre 2016, par ThundercleezThis question already has an answer here :
I have a video file in a C# MemoryStream and want to convert it to a different format. The easiest solution would be to use ffmpeg, but I’m not sure there is any way to pass this file directly to ffmpeg without writing it out to a file on disk 1st. For bonus points, is there any way to direct ffmpeg’s output to memory as well ? I’d really like for everything to take place within memory.