Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (37)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (8513)

  • Ffmpeg Windows, Add Text on Video (Bottom)

    16 juillet 2020, par Bukanscam

    The code : (create blur background from vertical video and mix audio). This code is OK.

    


    ffmpeg -i VERTICALVIDEO.mp4 -lavfi "[0:v]scale=ih*16/9:-1,boxblur=luma_radius=min(h\,w)/20:luma_power=1:chroma_radius=min(cw\,ch)/20:chroma_power=1[bg];[bg][0:v]overlay=(W-w)/2:(H-h)/2,crop=h=iw*9/16" -filter_complex "amovie=AUDIO.mp3:loop=0,asetpts=N/SR/TB,volume=0.3[audio];[0:a]volume=3[sa];[sa][audio]amix[fa]" -map 0:v -map [fa] -vcodec libx264 -b:a 32k -preset ultrafast -shortest -vb 800K -y output.MP4


    


    And i want to add color text on the video (bottom center), how to do it ?

    


    Thanks for the response

    


  • 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