Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (105)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (15772)

  • Command validation detected libx264 use

    25 octobre 2016, par Jithish P N

    Configured FFmpeg4Android by refer this tutorial

    http://androidwarzone.blogspot.in/2011/12/ffmpeg4android.html

    Using ffmpeg , converted .mp4 videos to MPEG-4 H.263 . but it is not working web .

    How to convert .mp4 videos to MPEG-4 AVC(Advanced Video Codec) format , using ffmpeg4android is it possible ?

    FFmpeg Command

    String[] complexCommand={"ffmpeg","-y" , "-i", "/sdcard/videokit/in.mp4","-strict","experimental","-s", "160x120","-vcodec", "libx264", "-vprofile", "high", "-preset", "slow", "-b:v", "500k" ,"-maxrate" ,"500k" ,"-bufsize" ,"1000k" ,"-vf", "scale=-1:480","-threads",
                       "0", "-acodec", "libvo_aacenc" ,"-b:a", "128k", "/sdcard/videokit/out1.mp4"};

    Error

    W/ffmpeg4android: Command validation detected libx264 use
    W/ffmpeg4android: Make sure you use the extra libs that support libx264
    W/ffmpeg4android: Note that you will have to target api 22 or below in your Manifest when using libx264

    Note :

    To set Extra Libraries tried these.

    1.Copy the x86 files to ffmpeg4android_lib/libs

    2.Copy the x86 files to ffmpeg4android_lib/jniLibs .

    and add the abiFilter "x86" defaultConfig

    still error not resolved.

    How to set Extra Libraries ?

  • Revision aa8dd897c1 : VP9 common for ARMv8 by using NEON intrinsics 16 Add vp9_reconintra_neon.c - vp

    8 février 2014, par James Yu

    Changed Paths :
     Delete /vp9/common/arm/neon/vp9_reconintra_neon.asm


     Add /vp9/common/arm/neon/vp9_reconintra_neon.c


     Add /vp9/common/arm/neon/vp9_reconintra_neon_asm.asm
    (from /vp9/common/arm/neon/vp9_reconintra_neon.asm
    :ba05a4c640783dd8a67fb946531940a68d79b906)
     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/vp9_common.mk



    VP9 common for ARMv8 by using NEON intrinsics 16

    Add vp9_reconintra_neon.c
    - vp9_v_predictor_4x4_neon
    - vp9_v_predictor_8x8_neon
    - vp9_v_predictor_16x16_neon
    - vp9_v_predictor_32x32_neon
    - vp9_h_predictor_4x4_neon
    - vp9_h_predictor_8x8_neon
    - vp9_h_predictor_16x16_neon
    - vp9_h_predictor_32x32_neon
    - vp9_tm_predictor_4x4_neon
    - vp9_tm_predictor_8x8_neon
    - vp9_tm_predictor_16x16_neon
    - vp9_tm_predictor_32x32_neon

    Change-Id : Ib5d54a4766a1b5127169045659974f33aa98376d
    Signed-off-by : James Yu <james.yu@linaro.org>

  • Revision ce76aeb00d : VP9 common for ARMv8 by using NEON intrinsics 13 Add vp9_idct8x8_add_neon.c - v

    1er février 2014, par James Yu

    Changed Paths :
     Delete /vp9/common/arm/neon/vp9_idct8x8_add_neon.asm


     Add /vp9/common/arm/neon/vp9_idct8x8_add_neon.c


     Add /vp9/common/arm/neon/vp9_idct8x8_add_neon_asm.asm
    (from /vp9/common/arm/neon/vp9_idct8x8_add_neon.asm
    :8c25f4af6a8e864e727fc28c498102c3239584d8)
     Modify /vp9/common/vp9_rtcd_defs.pl


     Modify /vp9/vp9_common.mk



    VP9 common for ARMv8 by using NEON intrinsics 13

    Add vp9_idct8x8_add_neon.c
    - vp9_idct8x8_64_add_neon
    - vp9_idct8x8_10_add_neon

    Change-Id : I6ee7b4496765aa36ed52990f2ef73e9f24459610
    Signed-off-by : James Yu <james.yu@linaro.org>