Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (44)

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

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (7117)

  • Revision 42f31923b0 : BITSTREAM - CLARIFICATION OF MV SIZE RANGE The codec should effectively run wit

    28 septembre 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_entropymv.h


     Modify /vp9/decoder/vp9_decodemv.c



    BITSTREAM - CLARIFICATION OF MV SIZE RANGE

    The codec should effectively run with motion vector of range (-2048, 2047)
    in full pixels, for sequences of 1080p and below. Add assertions to clarify
    this behavior.

    Change-Id : Ia0cac28249f587d8f8882205228fa480263ab313

  • FFMPEG control delay and looping for generating APNG

    24 septembre 2020, par fmw42

    I have a (random selection) of JPG images that I want to use to make into an APNG animation using ffmpeg (to test the process). They are all the same dimensions (256x256). But I cannot seem to get the correct syntax to control the frame delay and loop control (to loop forever). Is it possible to set these parameters using ffmpeg when creating an APNG from a sequence of images ? If so, can someone provide the proper syntax and/or show an example command ? I have searched the ffmpeg documentation and cannot seem to find relevant syntax.

    


    I can do the following, but it will not accept -delay nor -loop. I use Imagemagick to pipe in the images.

    


    This works, but does not loop, and runs very fast.

    


    magick lena.jpg mandril3.jpg monet2.jpg zelda1.jpg PNG:- | ffmpeg -i - x.apng


    

    


    This gives errors about delay and/or loop :

    


    magick lena.jpg mandril3.jpg monet2.jpg zelda1.jpg PNG:- | ffmpeg -i - -delay 1000 -loop -1 x.apng


    

    


    I am also curious to know if it is possible to specify a sequence of images directly in ffmpeg as input without using ImageMagick.

    


    Sorry, I am a relative novice with ffmpeg. I am using ffmpeg 4.2.1.

    


  • avcodec/dynamic_hdr_vivid : fix base_enable_flag control

    17 mars 2023, par Zhao Zhili
    avcodec/dynamic_hdr_vivid : fix base_enable_flag control
    

    The base_enable_flag is parallel to three_Spline_enable_flag. The
    typesetting of the specification is very misleading.

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavcodec/dynamic_hdr_vivid.c