
Recherche avancée
Autres articles (68)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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, parThis page lists some websites based on MediaSPIP.
-
Supporting all media types
13 avril 2011, parUnlike 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 GaiturHow 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 -
Video compress based on device resolution
23 septembre 2016, par KomalI 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