Advanced search

Medias (0)

Tag: - Tags -/masques

No media matches your criterion on the site.

Other articles (111)

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

  • avcodec/dca_exss: prepare to be called from parser context

    23 May 2016, by foo86
    avcodec/dca_exss: prepare to be called from parser context
    

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

    • [DH] libavcodec/dca_exss.c
    • [DH] libavcodec/dca_exss.h
  • Ffmpeg: How to remove text drawnusing drawtext

    27 September 2015, by ram

    Using the below command to draw text over a video file.

    ffmpeg -i /home/user/source.mp4 -vf "drawtext=fontfile=/usr/share/fonts/truetype/msttcorefonts/Times_New_Roman_Bold.ttf: text='Sample text':fontsize=40:x=300:y=100" /home/user/destination.mp4

    Question 1: Will there be any way by which i could remove text drawn ("Sample text") from the final video "/home/user/destination.mp4" and have a new mp4 with the same video data without the text drawn ?

    Question 2: Is there any way to know what was the text added to the video "/home/user/destination.mp4" ?

  • mpegaudio_parser: add MP3 ADU headers parser

    13 February 2015, by Gilles Chanteperdrix
    mpegaudio_parser: add MP3 ADU headers parser
    

    Signed-off-by: Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/mpegaudio_parser.c
    • [DH] libavcodec/mpegaudiodecheader.c
    • [DH] libavcodec/version.h