
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (106)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.
Sur d’autres sites (10698)
-
Quickest way to convert HD videos to webm
27 mars 2014, par Daniel7912I'm currently using the following command to convert .mp4 videos into .webm.
ffmpeg -i input.mp4 -vpre libvpx-720p -b 3900k -an -f webm -y output.webm
I appreciate that I'm converting in HD format, but the conversion takes a very long time. Is there anything I can do to speed it up ? I'm running it directly on my web server and trying to tie it in with Node.js as part as a content management system
Thanks for any help
-
How to stack and sync 4 videos into one (in python)
1er avril 2020, par LucianI've got 4 videos of an event filmed from 4 different angles and I'd like to combine them into one 4-pane video, so that the event can be seen from the different angles simultaneously.



I also have the time offset of each video, so that I can sync them, and only use the sound from the best recording.



Is there a way to do this in python ? As a fallback, a solution with ffmpeg could work as well.


-
How to concatenate multiple videos in a folder using ffmpeg and php [on hold]
6 mai 2015, par Kiran Kumar DashI am having videos in a folder with names vid1001.avi ,vid1002.avi and so on..
How to concatenate all of them into a single video using php and ffmpeg through for loop or something like that