
Recherche avancée
Autres articles (83)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 (...) -
(Dés)Activation de fonctionnalités (plugins)
18 février 2011, parPour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)
Sur d’autres sites (11930)
-
yop : Clear all references to the AVBuffer in the local AVPacket
19 septembre 2013, par Martin Storsjöyop : Clear all references to the AVBuffer in the local AVPacket
This makes sure that it doesn’t try to free an AVBuffer belonging
to an earlier packet when we free the local packet at the end.Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC : libav-stable@libav.org
Signed-off-by : Martin Storsjö <martin@martin.st> -
ffmpeg extract video frames from url to a local variable in Node
8 octobre 2020, par FireBrandI'm using the Nodejs
spawn()
functionality to execute a shell command that goes like this :

ffmpeg -i https://someUrl.com/someVideo.mp4 -vf fps=30 frame-%d.bmp



Which works for me as to saving 30 frames per second into numbered files, but I'd like to save every frame into a local variable so I could parse it in whatever way I need to (specifically to a JSON).


What would be the best way to do so ?


Thanks in advance.


-
Revision 49135d3748 : partial_idct_test : drop '_t' from local typenames _t is reserved by posix + sw
17 juillet 2014, par James ZernChanged Paths :
Modify /test/partial_idct_test.cc
partial_idct_test : drop ’_t’ from local typenames_t is reserved by posix
+ switch to camelcase
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Type_NamesChange-Id : Ied220e09fceef53039f234ebbb7e51c8e081c84e