
Recherche avancée
Autres articles (59)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
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 (...) -
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
Sur d’autres sites (7128)
-
How to divide into x parts a video with FFmpeg [on hold]
13 février 2018, par Onisoa Jeanne Loyola RANDRIANAI would like to combine several objects (video, image, gif,) in a single video file as in some images below.
Is it possible with FFmpeg ?.
Thanks to your answer -
Convert set of images to video using ffmpeg with frame step
12 janvier 2018, par Brian SanchezI am trying to convert images00001.jpg up to images00400.jpg with frame step of 20 to video. So far I have this but it includes all frames from 1 to 400 :
!ffmpeg -start_number 1 -i images%05d.jpg -vframes 400 -vcodec mpeg4 result.mp4
-
How to split video or audio by silent parts
9 février 2021, par TermiTI need to automatically split video of a speech by words, so every word is a separate video file. Do you know any ways to do this ?



My plan was to detect silent parts and use them as words separators. But i didn't find any tool to do this and looks like ffmpeg is not the right tool for that.