Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (43)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • 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

  • 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 (...)

Sur d’autres sites (5498)

  • problem merging multiple images and one audio into a video

    24 juillet 2019, par Sumit Kumar

    I got 22 png images named like this pics1.png, pics2.png ... pics22.png

    I also got a wav file of duration 00:02:25

    I am trying to merge them into a video using ffmpeg, but the problem is that audio keeps falling back (lags behind the image)

    In the video, the audio is still explaining image number 20, while image on the screen is image number 22, pics22.png...

    I got many more videos to make this way, sometimes images are over 100, and audio is many minutes long.

    No matter what calculation I use, I cannot get these audios and images merged properly into a video...

    Please tell me ffmpeg command I can use in "general" to do this.

    This is the command I am using so far.

    ffmpeg.exe -y -framerate 115/65 -i pics%d.png -i rmt.wav -ar 44100 -s 800x600 video.flv
  • Revision c29fb02903 : Merge "Problem of over smoothing with intra modes." into vp9-preview

    18 décembre 2012, par Yaowu Xu

    Merge "Problem of over smoothing with intra modes." into vp9-preview

  • Revision 4864ab21b0 : Layer based rate control for CBR mode. This patch adds a buffer-based rate cont

    6 février 2014, par Marco Paniconi

    Changed Paths :
     Modify /examples.mk


     Add /examples/vpx_temporal_scalable_patterns.c


     Modify /test/datarate_test.cc


     Modify /test/encode_test_driver.h


     Delete /vp8_scalable_patterns.c


     Modify /vp9/common/vp9_onyx.h


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/vp9_cx_iface.c


     Modify /vpx/src/svc_encodeframe.c


     Modify /vpx/vp8cx.h


     Modify /vpx/vpx_encoder.h



    Layer based rate control for CBR mode.

    This patch adds a buffer-based rate control for temporal layers,
    under CBR mode.

    Added vpx_temporal_scalable_patters.c encoder for testing temporal
    layers, for both vp9 and vp8 (replaces the old vp8_scalable_patterns).

    Updated datarate unittest with tests for temporal layer rate-targeting.

    Change-Id : I8900a854288b9354d9c697cfeb0243a9fd6790b1