Recherche avancée

Médias (91)

Autres articles (39)

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

  • Revision 8357292a5a : Fix test on maximum downscaling limits There is a normative scaling range of (x

    18 juin 2014, par Adrian Grange

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


     Modify /vp9/encoder/vp9_encoder.c



    Fix test on maximum downscaling limits

    There is a normative scaling range of (x1/2, x16)
    for VP9. This patch fixes the maximum downscaling
    tests that are applied in the convolve function.

    The code used a maximum downscaling limit of x1/5
    for historic reasons related to the scalable
    coding work. Since the downsampling in this
    application is non-normative it will revert to
    using a separate non-normative scaler.

    Change-Id : Ide80ed712cee82fe5cb3c55076ac428295a6019f

  • How to reflect changes on video using c code with FFMEG library ?

    29 mai 2014, par Sandeep Tiwari

    I am making Video Editor Application for Android using ffmpeg, In App I have done some changes on video Like Like change duration of video, Draw some text over Video, change orientation of video. I manage these changes locally easily, but when user want to share this video on youtube/facebook etc. need applied these changes actually on video. I am using ffmpeg library . Taking help of http://dranger.com/ffmpeg/ , I am not using ffmpeg command,

    anyone guide me how to done this functionality by using c code in ffmpeg.Any help is very appreciable.

  • Revision f085d128f7 : Remove brightness weighting in two pass. This code dates from the ancient past

    23 mai 2014, par Paul Wilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_firstpass.c



    Remove brightness weighting in two pass.

    This code dates from the ancient past and
    applied an error score weighting based on pixel
    brightness. This not seem to be providing any
    benefit metrics wise and could be making some
    visual issues in dark frames worse.

    The field is left in place in the FIRSTPASS_STATS data
    structure in this patch, pending changes to unit tests that
    use a pre-defined first pass file.

    Change-Id : Id50f04205230234858e7548ce523f11acaf3567d