Recherche avancée

Médias (91)

Autres articles (56)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

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

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

  • ffmpeg image overlay and scaling

    22 juillet 2016, par gabber

    I use ffmpeg for overlay one image by another.
    Command :

    ffmpeg -i bg.jpeg -i banana.png -filter_complex [1]scale=100:100[w];[0][w]overlay=5:H-h-5 out.png

    it scaling only top image

    How I can scale both images : background and top ?

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

    


    "ffmpeg_path -ss seek_time -i input_video_path -vframes 1 -f mjpeg output_image_path 2<&1"


    


    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.

    


    Any suggestions or ideas on how I could do that ?

    


    Thank you !

    


  • avformat/img2enc : fix first image check

    12 juin 2022, par Marton Balint
    avformat/img2enc : fix first image check
    

    Start image number was hardcoded to 1 for the first image check.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/img2enc.c