Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (73)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Revision e326cecf18 : Fix intermediate height in convolve_c - Intermediate height was not correct i.e

    22 août 2013, par Tero Rintaluoma

    Changed Paths :
     Modify /test/convolve_test.cc


     Modify /vp9/common/vp9_convolve.c



    Fix intermediate height in convolve_c

    - Intermediate height was not correct i.e. when block size is 4 and
    y_step_q4 is 6. In this case intermediate height was
    (4*6) >> 4 = 1 and vertical interpolation needs two source pixels
    plus 7 extra pixels for taps.
    - Also if the current output block is 16x16 and we are using 4x upscaling
    we need only 12 rows after horizontal filtering instead of 16.

    Patch Set 2 : Intermediate_height updated after CL 66723
    "Fix bug in convolution functions (filter selection)"

    Change-Id : I5a1a1bc2ac9d5edb3a6e0818de618bf318fdd589

  • How to use ffmpeg to make a video from one still image with height from 0 to 100% animation,

    30 août 2021, par Xiang Chen

    I want use a still image to make a transparent webm video, this video needs to have the following style :

    


      

    1. The image height auto increase from 0 to 100% in specific time.
    2. 


    3. I don't want scroll effect , what i want is just like the image spread from top to bottom
    4. 


    


    Below is my demo image :

    


    below is my demo image

    


    This is the effect I want :

    


    this is the effect i want

    


    Black color part represent transparency.

    


  • How to use ffmpeg make a video from one still image with height from 0 to 100% animation

    28 août 2021, par Xiang Chen

    I want use a still image to make a transparent webm video, this video needs to have the following style :

    


      

    1. the image height auto increase from 0 to 100% in specific time.
    2. 


    3. I don't want scroll effect , what i want is just like the image spread from top to bottom
    4. 


    


    below is my demo image

    


    Please help me , thanks a lot