
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (34)
-
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 (...)
-
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 (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (5711)
-
avformat/mov : Check count sums in build_open_gop_key_points()
28 juillet 2022, par Michael Niedermayeravformat/mov : Check count sums in build_open_gop_key_points()
Fixes : ffmpeg.md
Fixes : Out of array access
Fixes : CVE-2022-2566Found-by : Andy Nguyen <theflow@google.com>
Found-by : 3pvd <3pvd@google.com>
Reviewed-by : Andy Nguyen <theflow@google.com>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
Evolution #3336 (Nouveau) : Amélioration sitemap.xml.html pour gestion des sites multilingues
6 novembre 2014, par Guillaume FahrnerLe sitemap permet de définir les différentes versions/langues d’une même page en utilisant le fichier sitemap.xml. Cela facilite notamment le travail des moteurs de recherche et améliore le référencement : https://support.google.com/webmasters/answer/2620865?hl=fr
Peut on imaginer intégrer ce changement directement dans le fichier de la dist ?
-
FFMPEG Stdout Line
23 janvier 2023, par ai manifestI'm just wondering why Google Colab doesn't show FFMPEG's STDOUT line, showing the frame progress, fps, duration, time elapsed, etc. Jupyter notebooks and jupyter lab shows it, so I'm not sure why colab doens't. Thanks in advance.


When running the ffmpeg command, (!ffmpeg -i input.mp4 output.mp4), there is no stdout line in google colab, but if run in jupyter notebooks, the stdout lines show. Just curious why this is.