Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (57)

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (9108)

  • avformat/rtmpproto : use AVHMAC instead of a custom implementation

    29 juillet 2015, par James Almer
    avformat/rtmpproto : use AVHMAC instead of a custom implementation
    

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/rtmp.h
    • [DH] libavformat/rtmpproto.c
  • is it possible to add html made widgets into pyqt5 [closed]

    9 janvier 2021, par Education 4Fun

    I'm working on a small project of building a video editor so I'm using pyqt5 for GUI so in the video editor we need a timeline that can be made using the front end of web technologies HTML, CSS, and js(as it's not directly available in pyqt5). So my confusion is can we add them into my UI if so how can I add them any references or tutorials will help a lot&#xA;Thank you

    &#xA;

  • 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;