Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (102)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

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

  • When player client starts to play a dash media

    7 juillet 2022, par CoXier

    I'm working on Android Player for playing dash media.

    


    In order to enable video starting fast, I preload a part of dash media, now the size of preload is 600kb.

    


    As you see, 600kb is a magic number. In my opinion, different size should be preloaded for different dash file.

    


    All start position of dash media is 0.

    


    I want to know : How to know the size of dash media which can support player starts to play ?

    


    Thanks for your help.

    


  • Merge commit '37f573543c4fd7f44339e04d8d15b95118493ddd'

    28 octobre 2017, par James Almer
    Merge commit '37f573543c4fd7f44339e04d8d15b95118493ddd'
    

    * commit '37f573543c4fd7f44339e04d8d15b95118493ddd' :
    swscale : Convert the check check_image_pointers helper to a macro

    [14:52:50] <jamrial> michaelni, ubitux : 37f573543c yay or nay ? we don't have the warnings mentioned there because we cast the argument
    [14:54:10] <@ubitux> i don't really see the improvement, no opinion
    [15:04:14] <michaelni> jamrial, functions are better/cleaner than macros
    [15:04:20] <michaelni> IMHO that is

    This commit is a noop.

    Merged-by : James Almer <jamrial@gmail.com>

  • Merge Audio and Video with ffmpeg but keep the metadata

    1er août 2018, par fred beauchamp

    I’m doing a karaoke app on mobile and using the default player to cast the sound over Bluetooth. I would like to have information like the tempo and key in my receiver. I though about adding metadata to the mp3 embedded in the mp4 but when I append the mp3 to the mp4 container the metadata disappear.

    • I have a dummy mp4 with no sound streams (only video)
    • I use ffmpeg with :

      ffmpeg -i noSound.mp4 -i .sound.mp3 -c:v copy -c:a copy output.mp4

    Console Output