Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (18)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (523)

  • Scrolling image does not end . When image is over ffmpeg

    16 avril 2020, par Amazon

    Scrolling image does not end when the image is over

    



    How can I end scrolling when the image is over but the speed stays the same ?

    



    I want it scrolling at specific speed and the duration increase by size of image

    



    Can you make image scrolling at default speed and duration of the video calculated by pixel ? like 800x1000, 800x8000, 800x12000. I want it scrolling at specific speed and the duration increase by size of image

    



    My code

    



     ffmpeg -y -r 1 -loop 1 -t 0.08 -i 4.jpg -filter_complex "color=white:s=1280x720, fps=fps=60[bg];[bg][0]overlay=y=-'t*60':eof_action=endall:shortest=1[video]"   -preset ultrafast -map [video] output.mp4


    


  • Revision 17072 : bug de largeur sur sur une image en mode image

    2 février 2011, par cedric -
  • Unable to convert dual fisheye image to equirectangular image using ffmpeg package

    10 juillet 2021, par Soumyarian

    I am trying to convert dual fisheye image captured in an insta360 camera to equirectangular format using the ffmpeg package but I am unable to get the correct result. I used the following code,

    


    ffmpeg -i input.jpg -vf v360=dfisheye:equirect:ih_fov=360:iv_fov=360 output.jpg


    


    the input image,input_image

    


    the output image, output_image

    


    thank you in advance.