Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (76)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (6803)

  • ffmpeg : save an mp3 part repeated 3 times

    25 novembre 2013, par Re Maden
    ffmpeg -ss 20s -t 30 -i original.mp3 -acodec copy output.mp3

    This command is cutting 30 seconds of an mp3 file and i also want to repeat the 30s loop 3 times and save to the output.mp3
    Is there anyway to do this in ffmpeg ?

  • ffmpeg : save an mp3 part repeated 3 times

    10 juin 2021, par Re Maden
    ffmpeg -ss 20s -t 30 -i original.mp3 -acodec copy output.mp3


    



    This command is cutting 30 seconds of an mp3 file and i also want to repeat the 30s loop 3 times and save to the output.mp3 
Is there anyway to do this in ffmpeg ?

    


  • vaapi : wrap codec specific functions in appropiate #ifs

    14 décembre 2014, par Thiago Santos
    vaapi : wrap codec specific functions in appropiate #ifs
    

    Fix linking when only a subset of vaapi decoders is enabled.

    Bug-Id : 760
    CC : libav-stable@libav.org

    Signed-off-by : Rémi Denis-Courmont <remi@remlab.net>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/vaapi.c