
Recherche avancée
Autres articles (55)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
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 (...) -
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 (8731)
-
Convert webm to mp3 using python ?
28 avril 2020, par Andy_yeYes I know that this has been asked many many times, but the libraries on every single answer just ends up needing ffmepg.



The problem with that is that the file size increases dramatically when I include ffmpeg to my project, and I just don't want that.



I want to keep my project as lightweight as possible without needing to add 200 meabytes of data just for video to audio conversion which is just a very small part of the project.



So is there any way to



- 

-
- 

- not use ffmpeg


-
- 

- use another lightweight converter with a python wrapper


-
- 

- just use the parts in ffmpeg where the webm to mp3 conversion is actually taking place










-
-
Video recording solution for angular and spring boot app [closed]
24 juin 2022, par Shinu MathewI am trying to build an app with angular on the front end which should be able to record video using users webcam and send data to a spring boot backend microservice in parts. I have tried using client libraries like video-recordjs but I face a lot of issues when it comes to cross platform and devices. I am looking for a reliable solution which would help me to accomplish this and work well on all browsers and devices. Any suggestion or help would really be appreciated.


-
FFMPEG- Is it possible to overlay multiple images over a video at specified intervals ?
14 janvier 2019, par hackI want to overlay multiple images (Say 5) in a 120 second video at specified intervals , like, between 3-7 seconds overlay image 1. Is is it possible without splitting the video in multiple parts ?