Recherche avancée

Médias (91)

Autres articles (65)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

Sur d’autres sites (6029)

  • 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