Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (18)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (6313)

  • Revision 9f6eba419a : Add Neon intrinsic vp9_fdct8x8_quant_neon On Nexus 7 speed -5 got 2%, -6 got 

    16 janvier 2015, par Frank Galligan

    Changed Paths :
     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/encoder/arm/neon/vp9_dct_neon.c



    Add Neon intrinsic vp9_fdct8x8_quant_neon

    On Nexus 7 speed -5 got 2%, -6 got 15%, -7 and -8 got 30%
    increase in perf.

    Tested on Nexus 7, built with ndk r10d, gcc 4.9.

    Change-Id : I83246d63b96674d170098a572fa4fe28a05aaf51

  • Speed up part of video using ffmpeg

    19 décembre 2016, par midtiby

    I’m recording screencasts and some part of the recorded screencasts I would like to speed up using a command line tool like ffmpeg.

    I know that it is possible to use ffmpeg to speed up an entire video with a command like (source)

    ffmpeg -i input.mkv -filter:v "setpts=0.5*PTS" output.mkv

    Is it possible to only apply the speedup in certain regions in the video. Eg. from 10 to 15 seconds and again from 50 to 60 seconds ? Something similar seems to be possible using the program slowmoVideo.

  • Revision 6e7e1cf32f : Add Neon intrinsics for vp9_avg_8x8_neon On Nexus 7 speed -5, -6, -7, and -8 sa

    15 janvier 2015, par Frank Galligan

    Changed Paths :
     Modify /test/vp9_avg_test.cc


     Modify /vp9/common/vp9_rtcd_defs.pl


     Add /vp9/encoder/arm/neon/vp9_avg_neon.c


     Modify /vp9/vp9cx.mk



    Add Neon intrinsics for vp9_avg_8x8_neon

    On Nexus 7 speed -5, -6, -7, and -8 saw about a 1% increase
    in perf for 480p. Speeds -5, -6, -7, and -8 saw about a 1.5%
    increase in perf for 720p.

    Tested on Nexus 7, built with ndk r10d, gcc 4.9.

    Change-Id : Ibf17ebfd952a6aec941719bd8306df8ec4574bee