
Recherche avancée
Autres articles (94)
-
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 (...) -
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 (...)
-
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (2017)
-
ffmpeg unicode file name not working
20 janvier 2016, par user3631926Hi when I use arabic file name in the $video variable the ffmpeg is throwing the error :
Input/output errorthe command is as follows :
$cmd = "$ffmpeg -i $video -ss $interval -vframes 1 -f image2 -s $size $temp_thumbnail_url";
english file names works great.
-
I want to convert images and sounds into video using php [closed]
6 janvier 2023, par hossein ahmadiI have 5 pictures that contain 5 English words
Also, I have five audio files of pronunciation of the words above.


I want to write a program with php that puts five pictures together with intervals of five seconds and plays the audio file of each according to the words.


5s(word1.jpg) 5s(word2.jpg) 5s(word3.jpg) ...
(audio1.mp3) (audio2.mp3) (audio3.mp3) ...
output.mp4



I researched ffmpeg but still haven't found the answer to what I want to do


-
Video streaming with multiple audio track ?
27 octobre 2018, par AkashHow should make a video with different language or audio track right now it is playing in English. Want to add a Hindi audio track in the video.