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 (8953)

  • overlay audio volume histogram over static image

    10 décembre 2018, par Simone Sole

    I’m actually working to a project for music video generation using ffmpeg.
    I’d like to know if it’s possibile to use ffmpeg itself or a combination of command line component under windows environment to make a visualization of audio spectrum (ahistogram ?) over a static background image like the one I found on the web :

    enter image description here

    Any ideas or coding tips ?

  • Problem addig a thumbnail image to MP4 using FFMPEG CLI [closed]

    9 décembre 2023, par Albert67

    I have tried to add an image to a mp4 file generated from a video stream,

    


    It works with the following command :

    


    ffmpeg -i input_stream -i image.jpg -map 0:0 -map 0:1 -map 1 -c copy -disposition:v:1 attached_pic test.mp4

    


    but if I try the following :

    


    ffmpeg -i input_stream -i image.jpg -map 0 -map 1 -c copy -disposition:v:1 attached_pic test.mp4

    


    I get the following error :

    


    [mp4 @ 0x557be8b37f80] Could not find tag for codec timed_id3 in stream #2, codec not currently supported in container
Could not write header for output file #0 (incorrect codec parameters ?) : Invalid argument
Error initializing output stream 0:6 —

    


    I was thinking that repalcing "-map 0:0 -map 0:1" that means get the first (video) and second (audio) of the first input stream , with "-map 0" (get all stream) should not make any difference.

    


    Any idea why ?
Regards
Albert

    


  • What are the frameworks that can be used to create animated gif out of single image ?

    11 juin 2015, par Kiran Kumar Dash

    Currently I am using ffmpeg to create videos and and imageMagick to create animated gif. and I already got a bit of success and was able to create videos out of just texts and images with some nice cool effects.

    Problem : I am looking for some script using which I can create an animated gif out of a single image(i want the image to move on a transparent background) and then(the easy part) make a video out of it using ffmpeg.

    Also you can check more demos at the URL :

    https://animoto.com