
Recherche avancée
Médias (3)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (73)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 (...) -
Soumettre bugs et patchs
10 avril 2011Un logiciel n’est malheureusement jamais parfait...
Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
Si vous pensez avoir résolu vous même le bug (...)
Sur d’autres sites (10650)
-
Android - Save image and video to mp4 [duplicate]
8 avril 2017, par BrooksThis question is an exact duplicate of :
I have a surfaceview which my video is played on, I also draw shapes on top of that view/canvas. I want to save/export the canvas and mediaplayer as one mp4 file.
According to this FFMPEG works I will be able to create a mp4 file from images. But in my case I draw to canvas, I can save the canvas as jpg, but I still sit with the problem of how to export/save mp4 and jpg together as one mp4 file.
This link say that I can get the coordinates the image and ’merge’ image and mp4 together with
ffmpeg
.I have been struggling with this for some time, can anyone please point me in the right direction ?
Thank you in advance.
-
Révision 21299 : lorsque blocfrag dispose d’attributs data-loading-callback et data-loaded-callba...
11 avril 2014, par cedric -(ajout de points d’entree, aucun changement fonctionnel par defaut)
-
permission denied. ffmpeg tries to process a file located in /data/data/
30 octobre 2015, par user2326258I have such an APP that the users sends a video from the multimedia message(add a video in the message and then the video is copied to /data/data/somewhere). If the user press the video in the file, the message activity passes the video’s uri to another activity which processes the video with ffmpeg.
I got the video’s file descriptor(fd) by :
ContentResolver resolver = context.getContentResolver();
fd = resolver.openAssetFileDescriptor(uri, "r");and pass fd.getFileDescriptor()to ffmpeg.
However I got permission denied such that ffmpeg cannot open the file.Is there anyway to fix that ?
Thanks a lot.