
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 (43)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (8712)
-
Best way to concatenate videos that have different resolution (generally 1080 or 720)
5 mai 2022, par jap101from command line or python would be best. and i am trying to concatenate around 15 clips of 45 seconds. preferably easy to automate with different number of videos and of different length.


-
( Ubuntu 18 ) How to auto delete files every 3 hours in a directory var/www/html/stream that file name start with 1080 or 720 or 480 or 360 ? [closed]
5 mars 2020, par Ahmed KaicerHow to auto delete files every 3 hours in a directory var/www/html/stream that file name start with 1080 or 720 or 480 or 360 ?
Iam doing this because once ffmpeg stops for any reason, it still keeps the old file and folder size is huge. Thanks for your help
-
FFmpeg scale 720*1080 video to 720*404, it not effect, it play as 279 × 404,and use ffmpeg -i it shows 720*404
16 mars 2018, par yue guanFFmpeg scale 720*1080 video to 720*404, it not effect, it plays as 279 × 404, and use cmd
ffmpeg -i scaled.mp4
it shows 720*404.
Then I use cmdffmpeg -i scaled.mp4 -y -f image2 -ss 1 -vframes 1 ./xx.jpg
to get the thumbnail, but I got the size is 720*404.
Why ?
and How can I capture the thumbnail of the video as 279*404 ?
and How can I scale the video as the size what I defined ?the video link :enter link description here