Recherche avancée

Médias (91)

Autres articles (13)

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

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

Sur d’autres sites (4355)

  • libfdk-aacdec : Support building with the latest version of fdk-aac

    4 novembre 2014, par Martin Storsjö
    libfdk-aacdec : Support building with the latest version of fdk-aac
    

    The latest fdk-aac code drop (from android 5.0) changed the channel
    layout enums (changing the value of existing enum constants), and
    renamed the option for downmixing.

    The failsafe comparison between ctype and FF_ARRAY_ELEMS(channel_counts)
    can trigger warnings (-Wtautological-constant-out-of-range-compare)
    when building with the old FDK AAC releases, where it can’t be
    out of range with the enum values used there.

    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/libfdk-aacdec.c
  • Revision 294ecc7e0a : libvpx : enable building for iOS devices (armv7) Allow output of gas syntax asse

    18 juillet 2013, par Ami Fischman

    Changed Paths :
     Modify /build/make/obj_int_extract.c



    libvpx : enable building for iOS devices (armv7)

    Allow output of gas syntax assembly directly from obj_int_extract

    Change-Id : I33a747e87ef1c590a8766dea17f8cb2497e54591

  • vfwcap : Unbreak building after c201069fa

    10 avril 2015, par Martin Storsjö
    vfwcap : Unbreak building after c201069fa
    

    These headers can’t be included in any arbitrary order.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavdevice/vfwcap.c