Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (97)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (12618)

  • finding video parameters with ffmpeg

    29 septembre 2016, par Kindermann

    Can somebody tell me how to find the following parameters within a video stream with ffmpeg lib :

    1. Parameters for quantization of DCT-Coefficients
    2. Parameters for quantization of Motion Vectors
    3. Parameters for quantization of residual errors
    4. jump markers e.g. when scenes change very fast

    I just want some directions, or can someone tell me whether or not it is possible to find these parameters with ffmpeg at all ?
    Thank you in advance !

  • How should I approach encoding a video for the web using ffmpeg, where filesize, quality and support for all major browsers are critical ?

    15 mars 2021, par Sloppykaze

    I've been playing around with vp9 webm encoding, I got good results but sadly vp9 is disabled by default on Safari.

    


    I was wondering what's a good solution to encode a video with tiny filesize, support for all major browsers, while maintaining high quality.

    


    And can anyone maybe share a good example of how a command should look like ?

    


    Thanks a bunch in advance.

    


  • how to change the frame rate for a part of video using ffmpeg

    19 août 2013, par Aditya Shanker Tagirisa

    I want to change the frame rate of a video from 20 seconds to 30 seconds and want to keep the rest of the video running with the default frame rate using ffmpeg.

    is it possible to do the specified action using ffmpeg. if so please specify the command to do the same or else please help me to find the correct software in ubuntu to do the same.

    thanks in advance.