Recherche avancée

Médias (91)

Autres articles (69)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (10054)

  • Cannot set duration for one image while converting images to mp4 using ffmpeg

    20 février 2023, par Peter.k

    I can't set duration for single image in the video. There are 24 images from here :
http://luna1.diviner.ucla.edu/~jpierre/diviner/level4_polar/hourly_maps/south/polar_south_80_summer_tbol-hour" named in for each %02d.png (concat this to get links). I use code

    


    ffmpeg -i e:\gals\moon\polar_south_80_summer_tbol-hour%02d.png -t 0.2 -r 5 -vcodec mpeg4 e:/test.mp4


    


    and always get 1 second video, but I need to have 0.2 seconds for each image, hence the whole video should be 4.8s. Someone in different threat say I need to set -framerate 5, to get 0.2s for each image, but this doesn't work. I use many variants of parameters : -d 4.8 -r 5, or -t 4.8 -r 5, or -r 24, and always get 1s of the whole video. Setting -loop 1 gets desired lenght, but it loops many times wrongly framed images.

    


    Please give me some advice.

    


  • fftools/ffmpeg_sched : make sure to always run task cleanup

    27 mars 2024, par Anton Khirnov
    fftools/ffmpeg_sched : make sure to always run task cleanup
    

    Even in cases where sch_start() failed. This ensures all links are
    properly closed and no tasks are left hanging.

    Fixes #10916.

    • [DH] fftools/ffmpeg_sched.c
  • Configure ffmpeg with android in mac [on hold]

    28 novembre 2013, par Mr.G

    I'm using Mac 10.8.5

    i want to configure ffmpeg in my android application and convert .mov to .mp4 format.

    But first of all i want to configure ffmpeg in to my android project .

    Is there any way to do that . i have already tried some links . But when I'm loaded the libavcodec to my activity . it gives unsatisfied link error.

    Can anyone point me to a working link ?. It should compatible with Mac

    i have already tried How to build + include FFMPEG into an existing Android project "@William Seemann" answer. to configure it

    im pretty sure managed to add in to my android project . but when im tryng to load libavcodec it gives me An UnsatisfiedLinkException