
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 (40)
-
L’espace de configuration de MediaSPIP
29 novembre 2010, parL’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
Il permet de configurer finement votre site.
La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (6729)
-
ffbuild/common : Make deletion of templates possible
28 janvier 2021, par Andreas Rheinhardtffbuild/common : Make deletion of templates possible
If a target to be built includes a template file, the target's .d file
includes the template file as a prerequisite ; if the code were changed so
that the template file no longer exists, one would get an error from
make that it has no rule for the template file target. Therefore add a
dummy rule for template files to make deleting them possible.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
Make URL "recently updated", fix verbiage
20 décembre 2011, par Scott Schillerm doc/index.html Make URL "recently updated", fix verbiage
-
Make ffmpeg read m3u8 from a specified chunk instead of beginning
5 mars 2019, par WonsonI have a m3u8 contains many chunks of video, how can I make ffmpeg read from, for example, the 13th element in the playlist instead of beginning ? (Not by time like EXT-X-START)
I tried #EXT-X-MEDIA-SEQUENCE:12, but ffmpeg still starts from the first one