
Recherche avancée
Autres articles (97)
-
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 (...) -
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. -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (9143)
-
Revision 40899 : on utilise local/ plutot
19 septembre 2010, par kent1@… — Logon utilise local/ plutot
-
I Need help for making Video Collage for Android, I tried every help on internet but failed
9 mars 2016, par Haider Ali1[i am also attaching a picture to show what I really want.][2]I want to make a Video Collage Maker on Android. I tried Mp4parser library and other things but i can not get sufficient help for this. I want to add 2 or 3 videos into one Video below each other as it is a video collage maker app. now this is what i want
-
Making some simple video editing in python [closed]
21 décembre 2023, par billy 356So I have a background.mp4 file, music.mp3
And a list of mp4 files like this : [1.mp4, 2.mp4, 3.mp4...] (these files are basically small images with a sound over them)


In my python program, I want to add the music to the background.mp4 file, then for each file in my list, I want the file to be overlayed in the video (one after another at each time), and scaled at 75% and be placed at Y400, knowing that Y0 is the center.
The video will stop when there are no more files to add.


I want to do this in python.
I tried using moviepy to do it, but exporting it took hours.
So I heard about ffmpeg-python, but I don't know how to use it.
I think it is easy, because that's some basic editing, but I don't know how to do it fast with python, any help would be appreciated !