
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (56)
-
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 (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (8380)
-
Android Camera and Video Filters
3 septembre 2018, par bottlejinI am developing camera app.
this app uses camera filter made of video(mp4.file).
filter made of video file.
I used merge camera recording and filter video with ffmpeg but this is bad (very slow)
also I used blend bitmap and camera with opengles (I got realtime bitmap with MediaMetadataRetriever getFrameattime)but it is bad too(slow,low quality)In other words, I want to get the merged file(camera and video overlay)
please help me TT -
double rendering with video file(i.e. mov file like) and camera recording file
17 septembre 2018, par 한승수I am making an app for rendering mov file and recorded file by android device at once. because of speed for rendering I cannot use ffmpeg. So I use mediaProjection .virtualdisplay(). but the problem is virtualDisplay only allows to capture screen from very upper left side. so it captures whole upper part of device(which means it captures bar containing battery remains and antenna icons).
my questions are below
- how to capture certain part that I want by using virtualDistply.
- any method that I can mitigate rendering speed if I am using ffmpeg ? within 5 second if video length 30 seconds.
-
Correct vertical stripes in camera footage due to camera damage
19 septembre 2018, par Fabien BillerMy camera is damaged and I am out of warranty. But I don’t want to buy a new one yet.
This is what the issue looks like :
Now blurring the area helps somewhat. My question is, how do I selectively blur - or restore otherwise - the areas with that error in video using ffmpeg ?
I looked into the blur filters like
avgblur
andboxblur
, yet they are not selective. Then I looked atfftfilt
, as the pattern is regular. But how do I set the formula ?