
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (62)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Diogene : création de masques spécifiques de formulaires d’édition de contenus
26 octobre 2010, parDiogene est un des plugins ? SPIP activé par défaut (extension) lors de l’initialisation de MediaSPIP.
A quoi sert ce plugin
Création de masques de formulaires
Le plugin Diogène permet de créer des masques de formulaires spécifiques par secteur sur les trois objets spécifiques SPIP que sont : les articles ; les rubriques ; les sites
Il permet ainsi de définir en fonction d’un secteur particulier, un masque de formulaire par objet, ajoutant ou enlevant ainsi des champs afin de rendre le formulaire (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (5112)
-
fftools/ffmpeg_opt : drop HAS_ARG from auto{scale,rotate}
15 décembre 2023, par Anton Khirnovfftools/ffmpeg_opt : drop HAS_ARG from autoscale,rotate
It causes those options to be parsed as either
* -autofoo 0/1 (with an argument)
* -noautofoo (without an argument)
This is unnecessary, confusing, and against the documentation ; these are
also the only two bool options that take an argument.This should not affect the users, as these options are on by default,
and are supposed to be used as -nofoo per the documentation. -
( Ubuntu 18 ) How to auto delete files every 3 hours in a directory var/www/html/stream that file name start with 1080 or 720 or 480 or 360 ? [closed]
5 mars 2020, par Ahmed KaicerHow to auto delete files every 3 hours in a directory var/www/html/stream that file name start with 1080 or 720 or 480 or 360 ?
Iam doing this because once ffmpeg stops for any reason, it still keeps the old file and folder size is huge. Thanks for your help
-
lavf/dashenc : Add DASH segment type auto and make it the default
17 novembre 2018, par Andrey Semashevlavf/dashenc : Add DASH segment type auto and make it the default
This commit restores the ability to create DASH streams with codecs
that require different containers that was lost after commit
2efdbf7367989cf9d296c25fa3d2aff8d6e25fdd. It adds a new "auto" value for
the dash_segment_type option and makes it the default. When in this mode,
the segment format will be chosen based on the codec used in the stream :
webm for Vorbis, Opus, VP8 or VP9, mp4 otherwise.