Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (96)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

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

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

    5 mars 2010, par

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (9315)

  • How to insert emote-like images among text with ffmpeg ?

    26 janvier 2020, par Vijay Bharadwaj

    I am using FFMPEG to recreate a twitch-like video chat for streaming overlay and wanted a way to insert twitch emotes into the chat that I have. The twitch emotes come in small png/jpg files.

    Currently, I use the drawtext command on several messages to get the text part of the chat, but the emotes are integral to make it look like twitch chat. Any idea how to do this ?

    If it helps, I have a working simulation of the twitch chat on a video in a webpage, using HTML, CSS, and javascript. All I’m trying to do is take what’s simulated and embed it into the video.

  • lavc/srtenc : do not emit any subrip tags with text codec

    1er mai 2016, par Clément Bœsch
    lavc/srtenc : do not emit any subrip tags with text codec
    

    Fixes presence of opening tags when running
    ffmpeg -i x.ass -c text x.srt

    Reported-by : Jean First <jeanfirst@gmail.com>

    • [DH] libavcodec/srtenc.c
  • How to use ffmpeg to apply scrolling text from bottom to top of subtitles

    3 août 2019, par Sergei Solomatin

    How to use ffmpeg to apply scrolling text from bottom to top of subtitles and add a delay at the beginning and end of the video 5 seconds

    ffmpeg -i video.mp4 -vf "ass=bigtext.ass" -c:v libx264 -t 200 -max_muxing_queue_size 9999 Output.mp4