
Recherche avancée
Autres articles (30)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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 (5054)
-
Randomly extract video frames from multiple files
8 août 2014, par PatraoPedroBasically I have a folder with hundreds of video files(*.avi) each one with more or less an hour long. What I would like to achieve is a piece of code that could go through each one of those videos and randomly select two or three frames from each file and then stitch it back together or in alternative save the frames in a folder as jpegs.
Initially I thought I could do this using R but quickly I’ve realised that I would need something else possible working together with R.Is it possible to call FFMPEG from R to do the task above ?
I’ve trawled the internet looking for things that could help me start but most of what I’ve found is too specific and really applicable to what I need to do.
Could anyone please help me out or simply point me in the right direction.
Many thanks
-
slide show of images using ffmpeg [on hold]
24 juillet 2013, par Sabyasachi GhoshI want to create a slide show of images using ffmpeg. have tried something like this
ffmpeg -r 20 -f image2 -i images%d.png -y -s 320x240 -aspect 4:3 out.mp4
it creates the
out.mp4
file but the images are vanished very quickly. -
how to know the metadata of video is at beginning or other position
1er juillet 2021, par bubbakI got 2 video urls,one is loading quickly,the other one is loading slow.


So i want to know if it's because of the position of video meta.


So how can i find the position of metadata of a video ?