
Recherche avancée
Autres articles (58)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...) -
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 (11998)
-
converting media type with ffmpeg
10 juillet 2012, par 0v3rrid3Can anyone help me convert media to m4v format. I guess ffmpeg would be a nice choice coz I have a rails application where I need to do the conversion. I google, but could not find the solution.
BTW I am using jplayer for playing video which only takes m4v video file and thats the reason I need to convert video submitted by user.
Thanks in advance.
-
How to run FFMPEG in laravel project
20 février 2020, par JinI can run this code via cmd. And my question is how can I run this command to my laravel project locally and also to my live server ?
ffmpeg -i input1.webm -i input2.webm output.mp3
Thanks in advance.
-
plot freezedetect and blackdetect graphs ffmpeg
7 juillet 2021, par AnupI want to plot freezedetect and blackdetect responses from ffmpeg onto a graph. Is there any method to do it ?


Example : A line graph with frames/ seconds in the x-axis, that will have a value 1 when no freeze or black screen, and 0 when it detects an anomaly.


Any pointers would be helpful. Thanks in advance.