Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (50)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (11866)

  • fate : Use more than 5 frames for testing select and idet filters

    10 mai 2015, par Michael Niedermayer
    fate : Use more than 5 frames for testing select and idet filters
    

    Testing these filters with just 5 frames could potentially be
    insufficient

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] tests/fate/filter-video.mak
    • [DH] tests/ref/fate/filter-idet
    • [DH] tests/ref/fate/filter-select
  • Limit HTML5 volume to 0-1 when internally setting on Audio(), DOM exception otherwise

    2 avril 2011, par Scott Schiller

    m script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Limit HTML5 volume to 0-1 when internally setting on Audio(), DOM exception otherwise

  • How to select range of an image sequence with sequential suffixes in ffmpeg

    6 septembre 2022, par J. SungHoon

    I have 100 images (001.png ... 100.png) in my img folder and I want to create 2 gif files with different frame ranges for specific uses from there.

    &#xA;

    The first case uses all 100 images. I use the code below and it works fine.
    &#xA;ffmpeg -f image2 -framerate 30 -i %003d.png -vf scale=-2:480 myAnim.gif

    &#xA;

    But in the second case, we want to use only 50 images from 20 to 70. What code should I use to select this specific range ?

    &#xA;