
Recherche avancée
Médias (1)
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (54)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
L’utiliser, en parler, le critiquer
10 avril 2011La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
Une liste de discussion est disponible pour tout échange entre utilisateurs. -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)
Sur d’autres sites (9878)
-
Is it possible to capture images like time lapse using AFORGE FFMPEG ?
4 juillet 2022, par jom12I am trying to make a time lapse video using AFORGE FFMPEG.


I want to capture a video frame every 10 units.


VideoFileReader reader = new VideoFileReader();
 reader.Open(@"\drive.mp4");
 for (long i = 0; i < reader.FrameCount; i++)
 {
 if (i % 10 == 0)
 {
 Bitmap videoFrame = reader.ReadVideoFrame();
 videoFrame.Save(@"test\img_" + (i / 10).ToString() + ".jpg", System.Drawing.Imaging.ImageFormat.Jpeg);
 }
 }



However, this code only saved 1 frame as an image instead of 10 frames.


Is there a better way to capture images 10 frames at a time ?


-
ffmpeg utility vs direct libav* capabilities
15 avril 2015, par ranshI would like to ask some general question about ffmpeg utility.
When it is documented in ffmpeg wiki’s :
https://www.ffmpeg.org/general.html
That it support some feature (for example jpeg2000), does it mean that only ffmpeg utility support this feature, or does it mean that using directly the libraries in the ffmpeg repository (through libav*, libavcodecand , libopenjpeg, and other external libraries which are part of ffmpeg) will also support this feature as well ?Thank you very much,
Ran
-
configure : remove libzvbi GPL dependency
14 janvier 2016, par Marton Balint