Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (101)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (13350)

  • Get remote MKV file metadata using nodejs

    31 mars 2024, par Ali Rahmani

    I need to extract the softsubs embeded into an mkv file hosted on a remote server using nodejs.

    


    All of the solutions I've found online so far are using local files, and others are either poorly documented or throwing unknown errors that I can't find online ; That doesn't work for me. I need to extract subtitles from the remote file (like http://some-url.com/videos/video.mkv) without downloading the entire file to use it in my web-based application.

    


  • dashcast on rhel machine

    13 mai 2018, par Yogevnn

    I’m trying to set up a dashcast on my RHEL7 machine.

    In this manual they are using apt-get to install all the relevant packages.
    Is there any way to install dashcast on a RHEL7 machine without having to search each package on the yum repo ?

    Right now i’m just taking each package and search on Google in what yum repo it is, and the names are also different.
    I didn’t found any RHEL installation manual.

    I can use ubuntu system but prefer to avoid it if possible

  • lavf : add WebVTT muxer.

    12 juin 2013, par Matthew Heaney
    lavf : add WebVTT muxer.
    

    This revision creates a WebVTT muxer, that outputs files having the
    format described in the following specification :

    http://dev.w3.org/html5/webvtt/

    • [DH] doc/general.texi
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/version.h
    • [DH] libavformat/webvttenc.c