Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (14984)

  • Anomalie #3975 (En cours) : Le player du navigateur a des problèmes avec les mp3, mp4

    15 juillet 2017, par Franck D

    Hello
    php 5.6.30
    Spip 3.0.26 svn tout neuf avec aucun plug

    En voulant faire une comparaison entre plusieurs version de spip concernant un bug sur la 3.2, je me suis rendu compte d’un bug en 3.0.26
    Logiquement, si dans un article, je fais l’ajout des fichiers en écrivant , etc ce ceux qui sont là https://github.com/mediaelement/mediaelement-files
    Les fichiers sont donc dans la médiathèque et dans ecrire/ ?exec=configurer_avancees j’ai bien "Permettre le HTML5"

    Le player du navigateur ne s’affiche pas concernant les mp3 (firefox 54.0.1) et quand il y a un player, il s’affiche très très petit, et est donc inutilisable, exemple avec chrome 59 (dans les deux cas, la musique démarre toute seule et est très forte)
    Pareil, les mp4 ne démarrent pas (firefox, chrome, edge, opera)
    Je me pose la question, si le paramètre "permettre le html5" n’a pas un bug ???

  • vp8 : drop support for real (non-emulated) edges

    20 décembre 2013, par Anton Khirnov
    vp8 : drop support for real (non-emulated) edges
    

    They are not measurably faster on x86, they might be somewhat faster on
    other platforms due to missing emu edge SIMD, but the gain is not large
    enough to justify the added complexity.

    • [DH] libavcodec/vp8.c
    • [DH] tests/fate/vpx.mak
  • Skipping silent parts of video with ffplay

    3 février 2021, par handy

    so I saw that I can cut the silent parts of an audio file. Is it possible to play a video file with ffplay and make it auto skip the silent parts using those audio filters ?

    


    Like using e.g. https://ffmpeg.org/ffmpeg-filters.html#silenceremove on the audio stream and then tell ffplay "skip the video where the silenceremove filter detects silence".

    


    I know that there are cases where the video might change in silence. That does not matter in my case. I know that https://github.com/WyattBlue/auto-editor could help me in any such edge case since it implements motion detection but I want to skip the generation of a new video file since it just takes too much ressources.