Recherche avancée

Médias (91)

Autres articles (106)

  • 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

  • Keeping control of your media in your hands

    13 avril 2011, par

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

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (14141)

  • bitwriter.c : Cleanups and fixups

    30 décembre 2015, par Erik de Castro Lopo
    bitwriter.c : Cleanups and fixups
    

    Assertions added, assertions simplified, unnecessary assignments
    removed, mask calculations improved.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/libFLAC/bitwriter.c
  • Merge commit ’6477449243db4aab15a4db356e8354c60b5366ec’

    11 février 2014, par Michael Niedermayer
    Merge commit ’6477449243db4aab15a4db356e8354c60b5366ec’
    

    * commit ’6477449243db4aab15a4db356e8354c60b5366ec’ :
    g2meet : make JPEG tile decoder operate on 8x8 block mask

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/g2meet.c
  • What's the best way to clip a live HLS feed at a certain date/time ?

    23 mai 2016, par Ryan Detzel

    I can record the whole stream using ffmpeg but I only want to record a certain part, say starting at 10:00:30-04:00 and recording for 30 seconds. I can’t find a way to do this with ffmpeg directly so I’m thinking of using a script to watch the HLS feed and when that time comes (via EXT-X-PROGRAM-DATE-TIME) trigger ffpmeg to start recording for 30 seconds. Is there a better way to do this ?