Recherche avancée

Médias (0)

Mot : - Tags -/serveur

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (68)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Split text in lines ffmpeg based on font and text length

    8 janvier 2018, par Iura Gaitur

    How can I calculate when to put a new line based on text length and font
    using function drawText from ffmpeg.
    For example if i have a long text that I want to place it at bottom in the video and it needs to take how much place it needs.

    drawtext=enable='between(t,0,18)':fontfile=font_simple.ttf:text='Here
    is a veeeeeeery loooong long text so I must somehow split it in
    multiple lines': fontcolor=white:shadowcolor=black:shadowx=1:shadowy=1:
    fontsize=25: x=(w-text_w)/1.07: y=30
  • ffmpeg : Favor filter graph based duration over ost->frame_rate in fps code

    16 janvier 2015, par Michael Niedermayer
    ffmpeg : Favor filter graph based duration over ost->frame_rate in fps code
    

    The fate change adds a last frame with a subtitle not displayed in the previous

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffmpeg.c
    • [DH] tests/ref/fate/sub2video
  • Video compress based on device resolution

    23 septembre 2016, par Komal

    I want to compress video without FFMPEG, I tried https://github.com/lalongooo/VideoCompressor it’s working fine but when I testing in all device the resolutions are different, like I captured video in Moto-E after compress it will be 2.30 MB and in S3 it will be 1.50 MB so it’s too blur result of S3, I stuck in it from many days ! Any another way of compress video If yes then please guys help to solve it !!! Thanks in advance