Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (64)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (8306)

  • Revision f10d7eeda2 : Remove the use of use_lastframe_partitioning at speed 4 The use of use_lastfram

    9 septembre 2014, par Yunqing Wang

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_speed_features.c



    Remove the use of use_lastframe_partitioning at speed 4

    The use of use_lastframe_partitioning is totally removed in good-
    quality encoding. Its usage in real-time encoding needs to be
    evaluated to see if it can be removed too.

    The Borg tests at speed 4 showed :
    stdhd set : 0.220% psnr gain, 0.166% ssim gain ;
    derf set : 0.329% psnr gain, 0.476% ssim gain.

    Speed test on selected clips showed 1.54% speedup.(Worst case :
    pedestrian_area_1080p25.y4m, speed loss : 1.5%)

    Change-Id : I1c844d329b0b5678558439b887297c1be7ddab00

  • Revision c792e1d50f : Merge "Remove the use of use_lastframe_partitioning at speed 4"

    9 septembre 2014, par Yunqing Wang

    Merge "Remove the use of use_lastframe_partitioning at speed 4"

  • Artifacts in WMP after speed-up and fps change

    11 septembre 2014, par Snow

    Trying to convert a 1 hour video with 0.02 fps, to a very short one (100 times speed-up) with somethinglike 10 fps to include in a powerpoint presentation.

    I did this :

    ffmpeg - input.mp4 -filter:v "setpts=0.01*PTS" -r 10 output.mp4

    Works great, play nicely with VLC or SMPlayer (which I believe use ffmpeg libraries for decoding). But if played with Windows Media Player, or inserted in a powerpoint presentation, this gives a lot of artifacts...the video is almost not watchable.

    Is there a way to make this watchable in powerpoint (i’m guessing the problem lies down with the video renderer used in powerpoint...)