
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (62)
-
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 -
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 (10860)
-
How to make a web video editor [closed]
3 novembre 2020, par MR_AMDEVI am trying to develop a video editor web script, i have tried really hard to find tutorials or scripts that provides a video editor but found none.


Go information about FFMpeg library and I would use PHP(Laravel framework) and other front end languages to handle it. As i have never developed such editor it could be a bitter start for me.


I have following queries :


- 

- How can i have a video preview before rendering the video ?
- How i am able to create the gui for the video editor ?
- I know by using FFMpeg library, i would be able to handle join/cut/trim/add overlay But how i would add effects/transitions/assets to the video ?








Is there any plugin or something available that can handle the gui ? Or i have to create it from zero ?


Please provide me suggestions/ideas/solutions. I would be very much grateful.


-
A faster way to get screenshots of a video with ffmpeg
15 juin 2015, par bs7280I am trying to use ffmpeg to get screenshots of a video at a given rate, which works exactly as I want, except for the fact that it has to process the entire video (which can take a long time) and use a ton of CPU resources just to grab a few frames.
Here is the ffmpeg command that I am using to get the screenshots :
ffmpeg -i "$videoName" -vf fps=$enterFPS img%03d.jpg
Is there any way to make that faster ?
-
How to generate ultrasound through ffmpeg ?
5 mai 2022, par aszswazI'm learning ffmpeg recently, and in the process, I thought of a question, can ffmpeg generate ultrasonic and infrasound waves ?


If so, is it possible to see the spectrum of ultrasonic or infrasound through ffplay ?