
Recherche avancée
Autres articles (44)
-
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Les sons
15 mai 2013, par
Sur d’autres sites (4672)
-
Additional : max size and number of files (#2087)
8 octobre 2017, par RobJohnstonAdditional : max size and number of files (#2087)
This commit contains :
* Validate max number and size of file(s).
* Add tests for max number and size of file(s). -
Split video in specific number of frame with ffmpeg in c#
30 avril 2017, par Loic BchI want to split a video into a specific number of image :
I’m using ffmpeg/EmguCV in C#.I capture a video from a webcam and i need to split the video into 59 images. i’m using -i command with ffmpeg to split my video into a number of images.
The problem is that the number of images i get at the end is different at each capture because the duration of the video is not exactly the same due to fps drop.
So if anyone know if it’s possible to specify that i want the video to be equally cut into 59 images. (Or any other idea to get what i want)
(at the moment i’m taking the number of images i get from the cut and divide it by 59 then i’m taking one image in "the result" but i’ts not precise at all because if i get a decimal number im losing or adding images)
-
Split video in specific number of frame with ffmpeg in c#
1er août 2017, par Loic BchI want to split a video into a specific number of image :
I’m using ffmpeg/EmguCV in C#.I capture a video from a webcam and i need to split the video into 59 images. i’m using -i command with ffmpeg to split my video into a number of images.
The problem is that the number of images i get at the end is different at each capture because the duration of the video is not exactly the same due to fps drop.
So if anyone know if it’s possible to specify that i want the video to be equally cut into 59 images. (Or any other idea to get what i want)
(at the moment i’m taking the number of images i get from the cut and divide it by 59 then i’m taking one image in "the result" but i’ts not precise at all because if i get a decimal number im losing or adding images)