Recherche avancée

Médias (91)

Autres articles (106)

  • 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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

Sur d’autres sites (11709)

  • 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

  • How do I speed up a video to a specific time for instance 'n' seconds in FFMPEG ?

    24 novembre 2022, par user3475182

    When using python moviepy library, you can speedup a video to a specific time using the below command :

    


    video.fx(vfx.speedx, final_duration=audio_duration)


    


    Is there a way we can achieve the same using ffmpeg ?

    


    I tried the below commands ; but this will not accurately speed up the video to a specific time.

    


    ffmpeg =i input.mp4 -filter_complex "[0:v]setpts=0.5*PTS[v];[0:a]asettps=0.5*PTS[a]" -map "[v]" -map "[a]" output.mp4


    


  • Revision 81a8138fc3 : Adding high-bitdepth intra prediction functions Change-Id : I6f5cb101e2dc57c3d3f

    15 septembre 2014, par Deb Mukherjee

    Changed Paths :
     Modify /test/test.mk


     Add /test/vp9_intrapred_test.cc


     Modify /vp9/common/vp9_common.h


     Modify /vp9/common/vp9_reconintra.c


     Modify /vp9/common/vp9_rtcd_defs.pl


     Add /vp9/common/x86/vp9_high_intrapred_sse2.asm


     Modify /vp9/vp9_common.mk



    Adding high-bitdepth intra prediction functions

    Change-Id : I6f5cb101e2dc57c3d3f4d7e0ffb4ddbed027d111