Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (73)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

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

  • ffmpeg resizing video puts it at wrong resolution

    16 décembre 2015, par agmcleod

    I have a 1080p video that i’m trying to resize for an iOS app upload. So i tried scaling it to the iPhone 6 resolution of 1334x750 :

    ffmpeg -i WrathTrailer.mp4 -strict -2 -vf scale=1334:750 WrathTrailer1334x750.mp4

    The output file comes to 1333x750. iTunes connect won’t accept it. Any ideas ?

  • How To Resize a Video Clip Python

    4 juillet 2016, par Seyyed Ali Akhavani

    I want to resize a video clip in python 2.7.

    For example we give "movie.mp4" with 1080p quality
    The result should be "movie.mp4" with 360p quality

    I Think that there should be solutions with Moviepy. If you know a solution with it.

    I would be grateful if you answer me.

  • How to choose the playlist of highest quality in FFMpeg

    20 février 2015, par Isilmë O.

    I’m trying to convert stream media in .m3u8 files to MP4. In my case, there are several choices of video quality in each of them. For instance, 960x540, 720p and 1080p. The problem is that I can tell FFMpeg to choose 1080p, however, there are multiple links, which are all 1080p but are different in quality. In fact, my client app choose from them dynamically based on the bandwidth.

    My question is : Is there any option that gives me control to choose the last link in .m3u8 files ? (The last link always links to the best quality.)