Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (52)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (6379)

  • avcodec/mpeg12enc : Don't initialize unused parts of RLTable

    22 octobre 2022, par Andreas Rheinhardt
    avcodec/mpeg12enc : Don't initialize unused parts of RLTable
    

    ff_rl_init() initializes RLTable.(max_level|max_run|index_run) ;
    max_run is unused by the MPEG-1/2 encoders (as well as SpeedHQ).
    Furthermore, it initializes these things twice (for two passes),
    but the second half of this is never used.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mpeg12enc.c
  • ffmpeg missing image frames in generated video from images

    12 janvier 2018, par sihrc

    Similar question here, but not yet answered.

    Problem :

    I’m combining images (.png) of same resolution/size (they all came from the same matplotlib.pyplot), but the resulting video is missing several frames.

    Command :

    ffmpeg -f image2 -r 1 -i .\\images\\image%02d.png -c:v libx264 -r 30 .\\images\\output.mp4

    Resulting Video

    • Length of 0:09
    • Missing more than half the images

    Images

    • .\images
      • image00.png
      • image01.png
      • image02.png
      • image03.png
      • image04.png
      • image05.png
      • image06.png
      • image07.png
      • . . .

    Notes :

    I followed examples from here. I’m new to using ffmpeg, so I may not be completely sure of what each of the command line options I’ve used means, though I have a pretty good idea.

    Thanks, any help/advice/suggestions will be greatly appreciated. I am also perfectly willing to provide further information that may help resolve this issue.

  • avplay : Handle pixel aspect ratio properly

    6 juillet 2014, par Martin Storsjö
    avplay : Handle pixel aspect ratio properly
    

    This was broken (left half-implemented) in 354468fc12.

    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] avplay.c