Recherche avancée

Médias (91)

Autres articles (58)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

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

Sur d’autres sites (6279)

  • lavfi : use a video frame pool for each link of the filtergraph

    11 décembre 2015, par Matthieu Bouron
    lavfi : use a video frame pool for each link of the filtergraph
    
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/avfilter.c
    • [DH] libavfilter/avfilter.h
    • [DH] libavfilter/framepool.c
    • [DH] libavfilter/framepool.h
    • [DH] libavfilter/internal.h
    • [DH] libavfilter/video.c
  • ffmpeg record from live m3u8 link and update it with new recording

    22 novembre 2016, par yopoja

    i try to record 59 minutes of live m3u8.

    ffmpeg -i 111.111.11.11/live.m3u8 -t 3540 -c copy -y -hls_playlist_type vod MyVideo.m3u8

    so for some reasons sometimes network down and ffmpeg stops, so if i start it again ffmpeg will clear all recorded and will start recording again, is there a way to add new recording after the one i recorded before

  • configure : properly add dxva2 link dependencies

    12 novembre 2016, par Hendrik Leppkes
    configure : properly add dxva2 link dependencies
    

    Fixes building with —disable-everything —enable-shared —enable-dxva2

    The hwcontext DXVA2 implementation in avutil needs this library now, instead
    of just the ffmpeg program.

    • [DH] configure