Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (58)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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

Sur d’autres sites (7715)

  • libavformat : add mbedTLS based TLS

    21 avril 2018, par Thomas Volkert
    libavformat : add mbedTLS based TLS
    
    • [DH] Changelog
    • [DH] configure
    • [DH] libavformat/Makefile
    • [DH] libavformat/rtmpdh.c
    • [DH] libavformat/rtmpdh.h
    • [DH] libavformat/tls_mbedtls.c
    • [DH] libavformat/version.h
  • How to Automatically Add Silence to a Voiceover Based on Punctuation ? [closed]

    19 mai 2024, par Big Loot

    I have a script and its voiceover. Is there a way to automatically add silence with the following durations :

    


      

    • 1 second at each comma
    • 


    • 2 seconds at each full stop
    • 


    • 3 seconds at each paragraph change
    • 


    


    I've tried manually inserting silence in the audio file, but it's time-consuming and prone to errors. I'm looking for a more efficient and accurate method, possibly an automated solution, that can help streamline this process.

    


  • avformat/rawdec : Deduplicate AVClasses based upon ff_rawvideo_options

    7 juin 2021, par Andreas Rheinhardt
    avformat/rawdec : Deduplicate AVClasses based upon ff_rawvideo_options
    

    The child_class_next API relied on different (de)muxers to use
    different AVClasses ; yet this API has been replaced by
    child_class_iterate.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/ingenientdec.c
    • [DH] libavformat/rawdec.c
    • [DH] libavformat/rawdec.h