Recherche avancée

Médias (91)

Autres articles (25)

  • Les notifications de la ferme

    1er décembre 2010, par

    Afin d’assurer une gestion correcte de la ferme, il est nécessaire de notifier plusieurs choses lors d’actions spécifiques à la fois à l’utilisateur mais également à l’ensemble des administrateurs de la ferme.
    Les notifications de changement de statut
    Lors d’un changement de statut d’une instance, l’ensemble des administrateurs de la ferme doivent être notifiés de cette modification ainsi que l’utilisateur administrateur de l’instance.
    À la demande d’un canal
    Passage au statut "publie"
    Passage au (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (4117)

  • 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