
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (50)
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (8190)
-
FFmpeg deshake a video
1er juin 2022, par K. MorrisI am trying to deshake a video using FFmpeg. I am having trouble with the syntax. I have tried :



ffmpeg -filter -deshake -i "D :\Projects\Lazarus\v2010\FFmpeg\src_vids\battle_royale.mp4" "D :\Projects\Lazarus\v2010\FFmpeg\src_vids\battle_royale_stable.mp4"

ffmpeg -i "D :\Projects\Lazarus\v2010\FFmpeg\src_vids\battle_royale.mp4" -filter -deshake "D :\Projects\Lazarus\v2010\FFmpeg\src_vids\battle_royale_stable.mp4"



Thanks to anyone who can help.


Also : When adding the tag "ffmpeg" I was reading that this question shd be asked in SuperUsers or VideoProduction.. but I don't know where those forums are. So I went to the StackOverflow Meta section to find out, and I'm not allowed to ask where those SuperUser and VideoProduction sections are, because I don't have enough trust points to ask a Meta question. So, I'm posting here in the hopes that someone can explain where I'm supposed to post this (or just answer the question directly). Thanks.


-
ffmpeg - how to add text on black background at end of video for 10 sec ?
3 octobre 2015, par jamieI have some mp4 files I’d like to add some white text reading something like
"StackOver Flow Rules see more at www.stack.com/324324 bla bla and some more words here !"
To the end of the videos on a black background that last 10 seconds.
How would I achieve this with FFMPEG ?
-
How to convert an URL S3 picture to streaming
20 octobre 2018, par Dannick MontanedeI have some pictures stored on an S3 bucket and I need to display them as streaming on my website.
I don’t know how to do it and if I have to do it in the backend side or frontend.
I hear about FFMPEG, I don’t know if I can use an url in input.