Recherche avancée

Médias (91)

Autres articles (83)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (6971)

  • Why must FFmpeg's af_atempo filter be in the [0.5, 2.0] range ?

    9 août 2016, par Theo Tian

    When I tried to use this filter with FFmpeg, I found the audio tempo argument must be in this range [0.5, 2.0].

    But I don’t understand why the audio tempo filter’s argument has to be in this range.

    Why does it have to be in this range ?

  • Why must FFmpeg's af_atempo filter be in the [0.5, 2.0] range ?

    19 juin 2018, par Theo Tian

    When I tried to use this filter with FFmpeg, I found the audio tempo argument must be in this range [0.5, 2.0].

    But I don’t understand why the audio tempo filter’s argument has to be in this range.

    Why does it have to be in this range ?

  • How can i calculate the frame length of an audio file with FFMPEG API

    7 avril 2014, par user1143745

    How can i calculate the frame length of an audio file with FFMPEG API ? I'm writing my app in visual c++ 2013 based on ffmpeg C Api. I managed to open my audio file and use ffmpeg to get some info about the file (av_dump_format) but i don't know how to get the single audio frame length.
    I know every format has its own length and method to get it but ffmpeg allows to get parts of the audio file without to reencode so it have to know this.
    How can i get it ? Maybe decoding the first frame only and getting the length ? There are better methods ?