
Recherche avancée
Autres articles (62)
-
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 -
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 (...) -
Les images
15 mai 2013
Sur d’autres sites (11650)
-
Add text or draw lines on video
19 février 2015, par Hayk NahapetyanI’m searching for some library or tool for android for editing videos(e.g. drawing lines, adding text on some part of it). I tried to get frames of the video and add the text on some of them but it took a lot of time (8 seconds for video with 20 seconds length). So is there any way for editing video in a short time ?
thanks in advance
-
PHP queue implementation
2 mars 2015, par BenI’m new to using queues for intensive processes. I have an app that will take an upload of a short video, process it with FFMPEG, then upload to youtube using their API, then interact with my database. My questions :
Should I use two different queues ? One to process, then hand it off to a different queue to upload ? Or should I place all my processing in one worker ?
Is it ok to interact with a database from a worker or should I do this some other way ?
-
PHP queue implementation
26 juin 2017, par BenI’m new to using queues for intensive processes. I have an app that will take an upload of a short video, process it with FFMPEG, then upload to youtube using their API, then interact with my database. My questions :
Should I use two different queues ? One to process, then hand it off to a different queue to upload ? Or should I place all my processing in one worker ?
Is it ok to interact with a database from a worker or should I do this some other way ?