Advanced search

Medias (0)

Tag: - Tags -/formulaire

No media matches your criterion on the site.

Other articles (106)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 February 2011, by

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

On other websites (8342)

  • avcodec/vp56: decode interlace content

    31 October 2024, by Peter Ross
    avcodec/vp56: decode interlace content
    

    Modification of patch submitted by Aurelien Jacobs (November 2007).

    Fixes ticket #5581 and #5582.

    • [DH] libavcodec/vp5.c
    • [DH] libavcodec/vp56.c
    • [DH] libavcodec/vp56.h
    • [DH] libavcodec/vp6.c
    • [DH] libavcodec/vp6data.h
  • avformat/mov: Fix parsing of saio/siaz atoms in encrypted content.

    7 December 2017, by Jacob Trimble
    avformat/mov: Fix parsing of saio/siaz atoms in encrypted content.
    

    This doesn't support saio atoms with more than one offset.

    Signed-off-by: Jacob Trimble <modmaker@google.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/isom.h
    • [DH] libavformat/mov.c
  • How to verify source video content in ffmpeg?

    27 July 2015, by Vijay Morje

    I am transcodeing 19 Mins source file using FFMPEG, which is corrupt after 11 Mins. FFMPEG transcode 11 Mins file and stopped transcoding, showing message transcoded successfully. Is their any command in FFMPEG to check and verify the source files duration or any other issues.