Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (93)

  • 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

  • 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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (11728)

  • 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