
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 (74)
-
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (5704)
-
Revision 8a3233b54d : Merge "Optimize 16x16 idct function" into experimental
21 mars 2013, par Yunqing WangMerge "Optimize 16x16 idct function" into experimental
-
How to make -vf "movie=..." point to another folder in FFmpeg [migrated]
21 mars 2013, par evilheinzI'm trying to watermark a video with another video placed in a different folder.
Source video [video.mov] is placed in a folder like
x:\test1\
Overlay video [overlay.mov] is placed in
x:\test2\
I'm using this command :
ffmpeg.exe -y -i x:\test1\video.mov -vf "movie=x:\test2\overlay.mov [watermark]; [in][watermark] overlay=0:0 [out]" x:\test3\video_overlay.mov
But I'm getting an error saying
Missing key or no key/value separator found after key 'test2overlay.mov'
When placing all files in the same folder and using this :
ffmpeg.exe -y -i video.mov -vf "movie=overlay.mov [watermark]; [in][watermark] overlay=0:0 [out]" video_overlay.mov
everything works fine.
So how do I get the video filter to load the overlay file from a different folder on Windows ?
-
ffmpeg : How to make -vf "movie=..." point to another folder [closed]
21 mars 2013, par evilheinzI'm trying to watermark a video with another video placed in a different folder.
Source video [video.mov] is placed in a folder like
x :\test1
Overlay video [overlay.mov] is placed in
x :\test2
I'm using this command :
ffmpeg.exe -y -i x:\test1\video.mov -vf "movie=x:\test2\overlay.mov [watermark]; [in][watermark] overlay=0:0 [out]" x:\test3\video_overlay.mov
But I'm getting an error saying
Missing key or no key/value separator found after key 'test2overlay.mov'
When placing all files in the same folder and using this :
ffmpeg.exe -y -i video.mov -vf "movie=overlay.mov [watermark]; [in][watermark] overlay=0:0 [out]" video_overlay.mov
everything works fine...
So how do I get the video filter to load the overlay file from a different folder on Windows ?