Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (106)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (8005)

  • FFmpeg : How to change tempo dynamically

    25 octobre 2018, par Ankush

    I am working on an android project in which I need to change the tempo of an mp3 (50 seconds audio) file dynamically as shown :

         Time            |    Tempo
    ----------------------------------------------
         0-4             |     1.0    
                         |    
         4-8             | change form 1.0 to 0.5
                         |
         8-12            |     0.5
                         |
         12-16           | change from 0.5 to 1
                         |
         16-20           |     1
                         |
         20-24           | change from 1 to 1.5
                         |
         24-28           |     1.5
                         |
         28-32           | change from 1.5 to 1
                         |
         32-36           |     1
                         |
         36-40           | change from 1 to 1.5
                         |
         40-44           |     1.5
                         |
         44-48           | change from 1.5 to 1
                         |
         48-50           |     1

    I had searched and found that I can use atempo for this. But it changes the whole audio tempo. I think that I can split the audio and apply the effect but it also not work for this type of dynamic task. Please help me to find the solution. Thank you in advance :)

  • lavfi/atempo : fix tempo range limit inconsistency

    4 octobre 2018, par Pavel Koshevoy
    lavfi/atempo : fix tempo range limit inconsistency
    

    yae_set_tempo was overlooked when max tempo limit was raised to 100.

    tested with :
    ./ffmpeg_g -i Delerium/SemanticSpaces/Gateway.mp3 \
    - af asendcmd=f=asendcmd.cfg,atempo=1.0 -y /tmp/asendcmd-atempo.wav

    where asendcmd.cfg was :
    15.0-45.0 [enter] atempo tempo 2.0,
    [leave] atempo tempo 0.5 ;

    60.0-300.0 [enter] atempo tempo 4.0,
    [leave] atempo tempo 1.0 ;

    • [DH] libavfilter/af_atempo.c
  • lavfi/atempo : raise max tempo limit (v2)

    15 juin 2018, par Pavel Koshevoy
    lavfi/atempo : raise max tempo limit (v2)
    
    • [DH] doc/filters.texi
    • [DH] libavfilter/af_atempo.c