
Recherche avancée
Autres articles (81)
-
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 -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
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 (7919)
-
Create a video from JPG without have all pictures at begining with ffmpeg
30 mars, par ChklangI have a game which can create some screenshots, and I want to transform them to mp4 video. So I've the next command :


ffmpeg -framerate 15 -i %06d.png -s hd1080 -vcodec libx264 -r 30 timelapse.mp4



But my game lasts 8h, so, after have auto-compress pictures, I've more than 9To of pictures. So I want to start the ffmpeg process before the end of pictures generation, so I want that ffmpeg wait the next picture to digest it.


How can I do it ?


-
FFMPEG Inverted colors in some pictures while converting tif to png
28 mai 2021, par Mounia JaitiI have an issue with FFMPEG converter from tif to png, not all the pictures are converted correctly some are being converted with inverted colors. Basically the pictures we're using are black and white.
we can't use negate cause it will be applied to all the pictures even those who were converted correctly


ffmpeg -y -v verbose -i in_file.tif -vf negate out_file.png 



What parameters should I look for so that the command would be applied to the pictures presenting the bug only ?


-
Core : Fix error when calling $.fn.rules() on a non-form element.
14 juin 2016, par jsclarkCore : Fix error when calling $.fn.rules() on a non-form element.
Closes #1771. Fixes #1770.