Recherche avancée

Médias (0)

Mot : - Tags -/masques

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (37)

  • 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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (7533)

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

  • 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 to download a 61th minute video for 5 seconds remotely ?

    18 octobre 2015, par user186259

    As you can quickly download video from a remote part of a large video file with ffmpeg ?

    ffmpeg -ss 01:00:00 -i http://example.com/videofile.flv -t 00:01:00 -vcodec copy -acodec copy file.flv

    Here I miss the first hour of video and download 61th minutes. It takes 20 minutes. Time of the operation = end of video and splitting it locally.

    How can I speed up the process ?