Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (26)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

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

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (4450)

  • tools/uncoded_frame : fix double free

    12 février 2014, par Lukasz Marek
    tools/uncoded_frame : fix double free
    

    in case av_interleaved_write_uncoded_frame fails it seems
    frame is freed for the second time in fail section.

    Signed-off-by : Lukasz Marek <lukasz.m.luki@gmail.com>
    Reviewed-by : Nicolas George <george@nsup.org>

    This commit also removes 1 trailing whitespace as otherwise the push hook rejects it

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] tools/uncoded_frame.c
  • 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 ?