
Recherche avancée
Autres articles (38)
-
L’utiliser, en parler, le critiquer
10 avril 2011La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
Une liste de discussion est disponible pour tout échange entre utilisateurs. -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (4480)
-
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.