Recherche avancée

Médias (1)

Mot : - Tags -/vidéo

Autres articles (63)

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

  • 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

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

  • swscale : aarch64 : Optimize the final summation in the hscale routine

    20 avril 2022, par Martin Storsjö
    swscale : aarch64 : Optimize the final summation in the hscale routine
    

    Before : Cortex A53 A72 A73 Graviton 2 Graviton 3
    hscale_8_to_15_width8_neon : 8273.0 4602.5 4289.5 2429.7 1629.1
    hscale_8_to_15_width16_neon : 12405.7 6803.0 6359.0 3549.0 2378.4
    hscale_8_to_15_width32_neon : 21258.7 11491.7 11469.2 5797.2 3919.6
    hscale_8_to_15_width40_neon : 25652.0 14173.7 12488.2 6893.5 4810.4

    After :
    hscale_8_to_15_width8_neon : 7633.0 3981.5 3350.2 1980.7 1261.1
    hscale_8_to_15_width16_neon : 11666.7 5951.0 5512.0 3080.7 2131.4
    hscale_8_to_15_width32_neon : 20900.7 10733.2 9481.7 5275.2 3862.1
    hscale_8_to_15_width40_neon : 24826.0 13536.2 11502.0 6397.2 4731.9

    Thus, this gives overall a 8-29% speedup for the smaller filter
    sizes, around 1-8% for the larger filter sizes.

    Inspired by a patch by Jonathan Swinney <jswinney@amazon.com>.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libswscale/aarch64/hscale.S
  • avformat/dashdec : Also fetch final partial segment

    5 avril 2021, par Matt Robinson
    avformat/dashdec : Also fetch final partial segment
    

    Currently, the DASH demuxer omits the final segment for a non-live
    stream (using SegmentTemplate) if it is shorter than the other segments.

    Correct calc_max_seg_no to round up when calulating the number of
    segments instead of rounding down to resolve this issue.

    Signed-off-by : Matt Robinson <git@nerdoftheherd.com>

    • [DH] libavformat/dashdec.c
  • Not able to run the final step of running supervisord for plumi

    1er avril 2021, par manic_startup

    on the github page https://github.com/plumi/plumi.app&#xA;I am on the final step of Step 6. see below section

    &#xA;

    =========================

    &#xA;

    Step 6 : start supervisord&#xA;With plumi buildout having finished and ffmpeg installed on our system, it's time to run supervisord :

    &#xA;

    root@user :/home/plumi.app# ./bin/supervisord

    &#xA;

    ========================

    &#xA;

    When I type in the above on CentOS 7 it says "bash : ./bin/supervisord : No such file or directory

    &#xA;

    I had to change some things in step 5 "Step 5 Install ffmpeg" for the centos section there are two urls in that section pointing to some repos. They did not work so I had to find some other ones on the Internet. The ones I used where.&#xA;https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-13.noarch.rpm

    &#xA;

    http://ftp.riken.jp/Linux/atrpms/el7-x86_64/atrpms/stable/atrpms-repo-7-7.el7.x86_64.rpm

    &#xA;

    The first one looks the same but it is different also the only release available was 7-13 so i used that.&#xA;The second one is a different url but the file is the same.

    &#xA;

    also in that section is asks to edit /etc/yum.repos.d/atrpms.repo. It asks to change the base URL to a URL similar to the what is asks when it asked to download from the second repo above. Obviously that url is different now so I changed it to this instead.&#xA;http://ftp.riken.jp/Linux/atrpms/el$releasever-$basearch/atrpms/stable/

    &#xA;

    After this I asks to install ffmpeg this did not work so I used the below guide&#xA;https://linuxize.com/post/how-to-install-ffmpeg-on-centos-7/

    &#xA;

    Then came the section 6 to install supervisord as explained at the start this did not work. Now im stuck !

    &#xA;

    I have also realised that when I get to the following command in step 4.

    &#xA;

    ./bin/python bootstrap.py && ./bin/buildout -v

    &#xA;

    It fails and says "Error : couldn't find distribution for 'hachoir-parser==1.3.4' and bombs out. I have tried to find this file but cant install it and dont know if i even have the correct file. not sure what to do.

    &#xA;