Recherche avancée

Médias (1)

Mot : - Tags -/publishing

Autres articles (61)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

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

Sur d’autres sites (11332)

  • How to change the video duration to be longer In ffmpeg [closed]

    23 juin, par Adekxyan

    I have a video where the video has a duration of 4 minutes, but when played, the video only runs for 16 seconds, but the timestamp continues to run from 00:00 to 04:00 quickly (16 seconds).

    


  • hwcontext_vulkan : check for dedicated allocation when mapping from drm/vaapi

    25 mai 2020, par Lynne
    hwcontext_vulkan : check for dedicated allocation when mapping from drm/vaapi
    

    Some vendors (AMD) require dedicated allocation to be used for all imported
    images.

    • [DH] libavutil/hwcontext_vulkan.c
  • How do you get amplitude of audio file in Android before you play it ?

    30 août 2020, par McMillanMe

    I know we can easily do it when we record it (several ways, actually). But how are we going about getting an amplitude graph from an mp3/ogg file ?

    



    As it is now, I see two options :
 1. Quickly play it & construct it while its playing
 2. Try to do it with ffmpeg (but I really don't want to do NDK)

    



    Are there any other options beside these ? Thank you