Recherche avancée

Médias (0)

Mot : - Tags -/gis

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

Autres articles (45)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (10352)

  • Merge commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7'

    4 octobre 2017, par James Almer
    Merge commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7'
    

    * commit '4141a5a240fba44b4b4a1c488c279d7dd8a11ec7' :
    Use modern avconv syntax for codec selection in documentation and tests

    Merged-by : James Almer <jamrial@gmail.com>

    • [DH] doc/encoders.texi
    • [DH] doc/faq.texi
    • [DH] doc/filters.texi
    • [DH] doc/indevs.texi
    • [DH] doc/outdevs.texi
    • [DH] tests/fate/demux.mak
    • [DH] tests/fate/ffmpeg.mak
    • [DH] tests/fate/filter-audio.mak
    • [DH] tests/fate/h264.mak
    • [DH] tests/fate/hevc.mak
    • [DH] tests/fate/libswresample.mak
    • [DH] tests/fate/microsoft.mak
    • [DH] tests/fate/mp3.mak
    • [DH] tests/fate/mpc.mak
    • [DH] tests/fate/mxf.mak
    • [DH] tests/fate/prores.mak
    • [DH] tests/fate/utvideo.mak
    • [DH] tests/fate/vcodec.mak
    • [DH] tests/fate/video.mak
    • [DH] tests/fate/vpx.mak
    • [DH] tests/fate/vqf.mak
  • Revision 5d2f6baac3 : thumb : Adjust the conversion of the position independent switch This is require

    15 mai 2013, par Martin Storsjo

    Changed Paths :
     Modify /build/make/thumb.pm



    thumb : Adjust the conversion of the position independent switch

    This is required since the microsoft assembler claims that
    add.w r12, pc, #10
    generated unpredictable behaviour.

    Change-Id : Ia8e1830def965c88ca4e2f48a24107bac6a4cb9d

  • How to remove the background sound of sport commentary sound clip in ffmpeg

    28 juillet 2015, par user0001

    I’m working on a project which needs to convert sport commentary to text. For that I have already used Microsoft system speech library. It’s working fine without background noises. Can any one tell me a way of removing this background noise from the given audio file by using ffmpeg-like tool or in some other programmatic way.