
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 (73)
-
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. -
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 -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)
Sur d’autres sites (12143)
-
How can to setup my own red5 live streaming server with ffmpeg step by step from scratch ? [on hold]
3 janvier 2015, par Mehdi InsomniacHi guys i want to create my red5 live stream server and stream videos into with ffmpeg,thas why i need a article or step by step instruction to made it !
Please help me for creating and using this scenario step by step.
Thanks alot !
-
Android combine audio and video file with ffmpeg programatically
22 avril 2014, par user1843754Like the title mentioned, I want to combine an audio file with a video file programatically on android platform. So, if your guys have any idea about it, thanks for your reply !
-
Server Intensive Web App in PHP. Need Sugggestions [on hold]
24 octobre 2014, par ZafarYousafiI am creating a web app that generates videos using more likely ffmpeg from images. It is actually kind of slideshow but a little more than it. Application is working fine on desktop and is written in .net. Now my client wants to put application on web and due to some reasons he wants the application to be built in PHP. Since I am .Net guy and PHP is new to me.I want suggestions from the PHP guys.
1)Should I initiate shell execute for each video which might result in thousands of ffmpeg processes running at same time
2) Should I create an external app(may be in java but still unsure I can create Windows Service like something in java)Any other suggestion ?