
Recherche avancée
Autres articles (70)
-
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (9147)
-
Revision 5c93c580f8 : Removing undeclared identifier - build fix Fixes build with —enable-internal-s
28 mai 2014, par Deb MukherjeeChanged Paths :
Modify /vp9/vp9_cx_iface.c
Removing undeclared identifier - build fixFixes build with —enable-internal-stats
Change-Id : I137169c859f561478e45891defe976d595454166
-
ffmpeg ; -vstats_file not working with -codev copy
23 juillet 2014, par user36685Why doesn’t the command -vstats_file work when ever i include the -codec copy flag in my ffmpeg code, and is there any alternate way to store the statistics of the stream.
e.g. -vstat_file does not work :
ffmpeg -i http://InputFileIP:Port/File -codec copy -y OutputFile -vstats_file stats.txt
-
How can I automatically extract specific regions of a video frame every second to image files
12 mars 2020, par RainGGsI’m trying to extract specific chryons from videos of Overwatch games so I can OCR them and store stats. How can I automatically get images of specific areas of a video frame every second ? I’m using python ffmpeg and opencv right now but open to other technologies. Attached picture for example of what areas of the frame I want to get.