
Recherche avancée
Autres articles (42)
-
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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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 (6075)
-
Fixed 'messages' coming up as a rule and causing an exception after being updated through rules("add"). Closes gh-670, fixes #624
20 mars 2013, par bogdan-litescuFixed 'messages' coming up as a rule and causing an exception after being updated through rules("add"). Closes gh-670, fixes #624
-
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 ?
-
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 ?