Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (111)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

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

  • configure : fix select vs. deps

    10 juillet 2014, par Michael Niedermayer
    configure : fix select vs. deps
    

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

    • [DH] configure
  • FFMPEG add black bars to a image if the video input is not 16:9

    31 décembre 2020, par iTeY

    So I'm playing with ffmpeg and I have the command currently :

    &#xA;

    "ffmpeg_path&#xA0;-ss&#xA0;seek_time&#xA0;-i&#xA0;input_video_path&#xA0;-vframes&#xA0;1&#xA0;-f&#xA0;mjpeg&#xA0;output_image_path&#xA0;2&lt;&amp;1"&#xA;

    &#xA;

    The issue that I'm facing is that for example I have a vertical video from a mobile phone the output image will be streched to 16:9, what I would like to do is to add black bars to the side of the image if the input is not in a 16:9 format.

    &#xA;

    Any suggestions or ideas on how I could do that ?

    &#xA;

    Thank you !

    &#xA;

  • ffmpeg and overlay - how do I avoid black lines around overlaid video ?

    20 janvier 2021, par oceanclub

    I've performed some overlays of video on video using ffmpeg. However, in some cases I get a single black line at the bottom of the overlaid video. How do I avoid this ?

    &#xA;

    P.

    &#xA;