
Recherche avancée
Autres articles (28)
-
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 -
Les statuts des instances de mutualisation
13 mars 2010, parPour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)
Sur d’autres sites (4309)
-
what are requirement for an online video converter [on hold]
25 juin 2018, par soroushi want develop an online video converter by nodejs or golang.
This service is capable of converting 100 videos simultaneously into parallel.
How much hardware is required to have this capability ? -
How can I install ffmpeg on online ftp [closed]
12 janvier 2023, par BlackpearlI bought ftp and domain with ssh access and I want host there my bot which uses ffmpeg. I don't have access to
sudo su
orapt
or to bin file. Has somebody had the same problem or does somebody know what to do ? I was thinking it will be easy to host bot online but on the beginning I have already problems.

-
Why ffmpeg take lot of data while extracting frames from a online video ?
28 juillet 2023, par strcuriousI just extracted frames from a online video , it extracted around 956 frames. Size of all the extracted frames is 28.6 mb on hard drive but it just consume around 400-500 mb data. I extracted 1 frame every 3 second


here is the command


ffmpeg -ss 00:02:45.000 -i 'example.com/1mp4' -t 45:02.000 -vf fps=1/3 %01d.jpeg



Is there any way I can see frames of a video online whenever I hover pointer on duration of video ?


I expected to consume it's less data