Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (41)

  • Diogene : création de masques spécifiques de formulaires d’édition de contenus

    26 octobre 2010, par

    Diogene 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 (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP 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 (...)

Sur d’autres sites (6515)

  • dshow : add capture device save and load

    22 avril 2015, par Mate Sebok
    dshow : add capture device save and load
    

    Signed-off-by : Mate Sebok <smfinc.org@gmail.com>
    Reviewed-by : Roger Pack <rogerdpack2@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] configure
    • [DH] doc/indevs.texi
    • [DH] libavdevice/dshow.c
    • [DH] libavdevice/dshow_capture.h
  • avcodec/snow : Hardcode table to save space

    2 décembre 2020, par Andreas Rheinhardt
    avcodec/snow : Hardcode table to save space
    

    The size of ff_qexp is only 32 bytes, but the code to generate it at
    runtime takes 47 bytes (GCC 9.3, x64, -O3 in an av_cold function) ; so
    just hardcode it.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/snow.c
    • [DH] libavcodec/snow.h
    • [DH] libavcodec/snowdata.h
  • Record and save a live video streaming in iOS

    25 décembre 2015, par Khushboo

    I am using dfurtsp player which is wrapper around ffmpeg player. I am able to play the live streaming successfully. Now I want to record the video as well. Please suggest me how to get started with the recording functionality.

    I have also searched other players which supports recording but didn’t find any. If anybody knows any other player which supports this please let me know.