Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (45)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (5587)

  • libvpxenc : add static-thresh private option

    8 octobre 2014, par Anton Khirnov
    libvpxenc : add static-thresh private option
    

    Currently, this option is accessed through AVCodecContext.mb_threshold,
    which originally controlled reusing MB data when transcoding mpeg to
    mpeg. Since the libvpx meaning is completely different from the original
    mpegvideo meaning, it is better to use a separate private option for
    this.

    • [DH] libavcodec/libvpxenc.c
  • Revision 37551 : Une option oubliée

    23 avril 2010, par rastapopoulos@… — Log

    Une option oubliée

  • ffmpeg map filter option

    17 juin 2017, par Stranger

    What does below ffmpeg option do ?

    -map [v] -map [a]

    and

    -map 0

    I have read this but still not able to understand exactly what it does and when to use them ?