Advanced search

Medias (3)

Tag: - Tags -/plugin

Other articles (97)

  • MediaSPIP 0.1 Beta version

    25 April 2011, by

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

  • HTML5 audio and video support

    13 April 2011, by

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 March 2010, by

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3); le plugin champs extras v2 nécessité par (...)

On other websites (11870)

  • Use ffprobe to view audio tracks by language [on hold]

    19 November 2016, by crosenblum

    I wish to use ffprobe to list all audio streams, and show what language is used.

    Simply this is part of me trying to find ways to automatically remove non-english tracks from video files.

    I am new to ffprobe, but have had some experience using ffmpeg.

    Because I know that there is no guarantee of what order the language tracks may be.

    That is why I think it is vital to list each track, by number, then language, then when I know this part works, figure out how to remove the non-english ones.

    Thanks for your time.

  • avcodec/lcldec: Make PNG filter addressing match the code afterwards

    31 May 2023, by Michael Niedermayer
    avcodec/lcldec: Make PNG filter addressing match the code afterwards
    

    Also update check accordingly

    Fixes: tickets/10237/mszh_306_306_yuv422_nocompress.avi
    Fixes: tickets/10237/mszh_306_306_yuv411_nocompress.avi

    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/lcldec.c
  • Revision d82eb9d195: Match unsigned types Fixes build warning in MSVC: vp9\vp9_dx_iface.c(420) : war

    29 April 2013, by Johann

    Changed Paths:
     Modify /vp9/vp9_dx_iface.c



    Match unsigned types

    Fixes build warning in MSVC:
    vp9\vp9_dx_iface.c(420) : warning C4018: '<' : signed/unsigned mismatch
    vp9\vp9_dx_iface.c(423) : warning C4018: '<' : signed/unsigned mismatch

    Change-Id: Ia238071aee94b2f882c1e74c380adc3df506dfb6