
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (97)
-
Les images
15 mai 2013 -
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 (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (5594)
-
dvdsubdec : reset buffer size on invalid over-large packets
28 mai 2015, par wm4dvdsubdec : reset buffer size on invalid over-large packets
Otherwise it will never be reset, and remain "stuck" in this state
forever. Can happen when seeking : the decoder will receive fragments
from different file positions, which triggers the condition easily.Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
-
Why getting ffmpeg error/warning : Past duration 0.933205 too large ? Getting a lot of it when recording the desktop as video file
19 janvier 2020, par Daniel LipThis is the command :
ffmpeg -f gdigrab -framerate 24 -i desktop -preset ultrafast -pix_fmt yuv420p player.mp4
Not sure how to fix it.
-
FFmpeg, animation type : How to move the video screen along the large images ?
17 décembre 2019, par ArmKhMy output video sizes are 1280x720. And I have an images with these sizes
- 3000x1200
- 1200x2000
So, I need to animate the large images inside the small video frames. The first image should be animated from right to left and the second one from top to bottom. In other words it will be something like moving screen along the pictures
In this video example you can see the animations like that.
So, how I can do it ?