
Recherche avancée
Autres articles (33)
-
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (1953)
-
avfilter/phase_template : Fix left-shift of negative numbers
6 novembre 2022, par Andreas Rheinhardt -
in ffmpeg how to refer to double digit numbers in file names ? [closed]
12 mai 2023, par santokuI have a list of images named img_05.png, img_10.png and so on, when i tried to use this command
ffmpeg -i image_%09d.png test-merged.mp4
it shows 'no such file or directory', but if the files are named img_0.png, img_1.png and so on, runningffmpeg -i image_%d.png test-merged.mp4
would work. I tried either 09d% or 02d%, neither works. what should i put to indicate a double-digit non-continuous integer ? thanks

-
avformat/mpegtsenc : refact, remove h264, hevc magic numbers for nal_type
30 janvier 2024, par Nuo Mi