Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (54)

  • 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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (6329)

  • How to download live streaming videos with HTTP .flv url

    20 février 2017, par Sajjad Darvishi

    I just wanted to record a live stream by downloading this link but it did’nt work by curl , ffmpeg and wget please help me how can i record this ?

    http://uhs-akamai.ustream.tv/dal09/dal09-uhs-live02/live/22505108/1487587571614/plain/uhs/1/chunk_1487590613_79324dc9f7.flv

  • Cannot download and install ffmpeg for python

    19 février 2017, par ismail yussuf

    I’m having a problem with downloading ffmpeg for python. It seems to me that no matter what I do it just doesn’t work.
    Btw ,sorry for the images but I still don’t know how to post my command prompt on here. So here is the error i’m getting.

    enter image description here

    I’ve already tried "pip install ffmpeg-normalize" and when I do that I get this.

    enter image description here

    FYI I already downloaded imageio and that went totally fine. I even have the ffmpeg.py file in imageio. Does anyone know how I can install it properly ?

  • FFmpeg : Continuously download X minutes video from livestream ?

    16 février 2017, par Dorin Pleava

    I want to download X minutes from a livestream continuously and overwrite the same file, meaning the file will always have the latest X minutes from the livestream.

    Is there a way without calling the following command over and over again in a batch file ? Something that runs continuously from FFMPEG ?

    -i http://iphone-streaming.ustream.tv/uhls/17074538/streams/live/iphone/playlist.m3u8 -t 60 -y -c:a copy MyVideo.mp4