Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (77)

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

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (8583)

  • how Youtube Ios app is playing 1080p and above ?

    19 septembre 2018, par user10387397

    I have been going through video codecs and ffmpeg .

    Understood everything between vp9 , HEVC(h.265) and H264 , webm dash streaming , and hls streaming.

    As far as i have read and understood that youtube stopped encoding for 1080p and higher in H264 and made it available only in webm VP9. Thus safari is limited by 720p.

    However, in IOS native app of youtube , they are providing 1080p and 1440p . Are they encoding it in different format ?

    The main question i would want to ask is how are they able to play 1080p and above in ios app when they were encoding this only in VP9 webm , whereas ios doesnot support VP9.

  • How to convert a 1080p to 1080i using FFMPEG

    6 janvier 2019, par Nitin Sagar

    I need the FFMPEG command which could convert a 1080p to 1080i (both top bottom and bottom up) for H264 codec.
    Please help.

    Thanks

  • ffmpeg reencoding 1080p to 720p with subtitles

    9 juin 2019, par Jon Glazer

    I am just trying to re-encode 1080p MKV files down to 720p. The command line I have (below) works pretty well but I just realized it is not encoding the embedded subtitle stream to the 720p output. How can I do this ?

    ffmpeg -i "video1.mkv" -c:v libx264 -crf 23 -preset medium -c:a aac -b:a 128k -movflags +faststart -vf scale=-2:720,format=yuv420p ".mkv"