Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (112)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • 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 ;

  • 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

Sur d’autres sites (4773)

  • Streaming and video simutaneosly using ffmpeg

    11 octobre 2013, par user2871193

    I have successfully stored streaming videos from my IP Camera using ffmpeg on my hard drive. I want to stream audio and video simultaneously with it. I wanted to know the commands for it so that the stored video contains audio and video without any lag. Thanks

  • Is it possible to cut a online streaming video with ffmpeg ?

    12 mai 2019, par Sam Zorn

    Is ffmpeg able to cut out a certain part of an online video stream ? for example, I would like to cut out only the 40 - 55 minutes from a one-hour
    online streaming video.

    I am aware of how I can do this with a local one. so for example :

    ffmpeg -ss [start] -i in.mp4 -t [duration] -c:v libx264 -c:a aac -strict experimental -b:a 128k out.mp4

    the little bit I know about codecs etc tells me that it either takes disproportionately long or is not possible at all...

    if someone could give me some advice, maybe even a short explanation, I would be very grateful... :)

  • Video streaming to a single PC using ffmpeg

    9 janvier 2014, par elz13

    I would like to stream an mp4 video file from a computer to another connected over a local network using ffmpeg. On the client side i need to record/save from the streaming video for a particular duration, say 1 minute video from 00:01:02 to 00:02:02 secs.

    How can i do this ?What are the command line options for achieving this ?

    Suppose there is only 1 keyframe for every 5 seconds. Is it possible to record/play the video in ffmpeg ?