Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (50)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • How would I use ffmpeg to download this stream ?

    2 novembre 2015, par amos

    I want to download this http://webcast.mit.edu/spr2014/csail/12apr14/ video

    I’ve downloaded the smil file, installed ffmpeg, however I don’t know which url to use. Moreover, it may need flash authentication which I don’t know how to do either.

    smil :

    <smil>
     
       
     
     
       <switch>
         <video></video>
         <video></video>
        </switch>
     
    </smil>

    Please help me with the exact command I could use.

  • Unknown FFmpeg error when I try to download a video from microsoft teams with destreamer

    26 décembre 2020, par Gennaro Arguzzi

    I need to fix the problem :

    &#xA;

    "video_name:" Permission denied&#xA;Unknown FFmpeg error&#xA;

    &#xA;

    which I got when I tried to download a video from microsoft teams by using destreamer.

    &#xA;

    Some months ago it worked perfectly. I installed also the new release of ffmpeg, but the result is the same.

    &#xA;

  • Download only a part of the video in the server

    19 août 2013, par whiteletters and blankspaces

    I am building a web application for creating animated gif from youtube videos. These animated gifs will be fews seconds long, but may come from very long videos hosted in Youtube.

    After reading and reading, It looks like I should first download the whole video in server, then cut the required part, ( probably convert it), then process it to generate the gif using ffmpeg for example.

    Could you please tell me :

    Does the whole video should be necessarly downloaded in server ? Or there is a way to ask my server and Youtube Server to exchange only the requested (very small) part of the video ? I think that downloading the whole video will result in bad resources usage, especially in concurrency environnement which will affect performance in my one-server infrascrucure.

    What are the alternatives of downloading the video (or part of video) to achieve such goal ? Is there a client side solution for storing data and using similar ffmpeg functionalities ?