Recherche avancée

Médias (91)

Autres articles (68)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (6648)

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

  • How much should I download from a mp4 to get it's metadata only

    29 novembre 2015, par Calin

    I need to refresh metadata for large mp4 files in a database, I don’t want to download the hole file to get the frame rate and resolution.

    By experimentation I found that downloading only 1MB will suffice for ffmpeg -i to show me the info.

    Can you point me to documentation that explains this ?

  • Download multiple streams simultaneously ffmpeg/avconv

    20 décembre 2015, par Henry David Thorough

    I have multiple source audio streams and need to download and write those to separate files. What’s the most efficient way to do this ? I’ve been using ffmpeg in multiple shells, which is obviously a ridiculous hack.

    To ease illustration, below are commands to separately download two streams. What’s the most efficient way to consolidate these processes ?

    ffmpeg -i http://dw-radio-english-mp3.ng.akacast.akamaistream.net/7/779/135362/v1/gnl.akacast.akamaistream.net/dw-radio-english-mp3 dw.mp3

    ffmpeg -i http://br-mp3-bayern2sued-m.akacast.akamaistream.net/7/731/256282/v1/gnl.akacast.akamaistream.net/br_mp3_bayern2sued_m bayern2sued.mp3