
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (93)
-
Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur
8 février 2011, parLa visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
Configuration de la boite multimédia
Dès (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
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
Sur d’autres sites (11567)
-
Cut end of multiple videos
19 octobre 2020, par Marvin von RappardI need a script to cut off the last 6 seconds of multiple videos. The videos do all have different length.



I can‘t find anything helpful online.



Does anyone know how to do that ?
thx


-
FFmpeg Concatenate multiple videos with crossfade
21 juillet 2018, par JackI’m very new to FFmpeg, so any help is much appreciated.
I’m trying to create a batch file that can take all the videos in a folder and concatenate them with 1 sec crossfade between each video. The amount of videos in the folder isn’t set, nor is the length of these videos, which is where my issue is.
I have gotten as far as importing the videos using
dir /b *.mp4 > list.txt
so that i don’t have to import each file individually.One idea I had was to find a pattern in crossfading videos with ffmpeg, then using python to edit a secondary batch file to fit the amount of videos. However, I haven’t been able to determine any pattern with my lack of ffmpeg experience.
-
What format should uploaded videos be converted to using FFMpeg ?
18 mars 2013, par user1031947I want to use FFMpeg to process short, uploaded videos for storage on a linux server.
These videos will be played back using the html5 version of Flowplayer. I don't care about supporting FLV.
I also don't care if the conversion introduces artifacts into the videos, so long as they are understandable. I do care about keeping filesize to a (reasonable) minimum.
What format should I use FFMpeg to convert the videos to ?