Advanced search

Medias (91)

Other articles (8)

  • Ajouter notes et légendes aux images

    7 February 2011, by

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Supporting all media types

    13 April 2011, by

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

  • Les formats acceptés

    28 January 2010, by

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

On other websites (1742)

  • Revision 7ebcaeb0fa: ads2gas.pl: convert push/pop and whole keywords. This change converts push to s

    9 November 2012, by Ahmad Sharif

    Changed Paths: Modify /build/make/ads2gas.pl ads2gas.pl: convert push/pop and whole keywords. This change converts push to stmdb and pop to ldmia. In addition word boundaries are obeyed using \b avoiding substituion where not appropriate. Patch provided by ihf@chromium.org. TEST=Used on many (...)

  • Revision f6c2a6c5d6: vp9: rename 'near' parameters + nearest for consistency near is a reserved wor

    31 January 2015, by James Zern

    Changed Paths:
     Modify /vp9/common/vp9_mvref_common.c


     Modify /vp9/common/vp9_mvref_common.h



    vp9: rename ’near’ parameters

    + nearest for consistency

    near is a reserved word in windows builds so using it as a parameter
    name may cause build failures with some configurations

    Change-Id: Iddf1d4ecdb39843f14e95dbfd9dca55f07f81403

  • What does "copy" do in a ffmpeg command line?

    14 July 2016, by PsyberAlyen

    I know that it copies something but other than that what does it do (to what extend it affects the output file)? Is it a switch or option? Why does it not have a hyphen before the word itself?

    I see from other questions that it can copy streams without transcode but what are other possibility that I can manipulate it?

    I have done ffmpeg --help but I don’t see any documentation about it. Is there a website I can read more about it?