Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

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 ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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

Sur d’autres sites (12007)

  • Revision 5ab920d2ae : Using local variable for token_cache. The difference with the old code is that

    3 décembre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/decoder/vp9_detokenize.c


     Modify /vp9/decoder/vp9_detokenize.h


     Modify /vp9/decoder/vp9_onyxd_int.h



    Using local variable for token_cache.

    The difference with the old code is that originally the whole token_cache
    was initialized with zeros at the beginning of decode_coefs() function.
    Now we set several zero values explicitly with "token_cache[scan[c]] = 0".

    Change-Id : I88cc5031f01d13012d1a4491739c36cb44f9401e

  • FFMPEG performance when reading directly from s3 vs local

    16 janvier 2020, par user1147070

    I have a usecase where I need to transcode a s3 file. I have two options

    Option a : Download the file to local, then run ffmpeg on it

    Option b : Provide a presigned URL as ffmpeg input eg -
    "./ffmpeg -loglevel debug -y -i "https://mybucket/key?signedParams" -threads 0 -map_chapters -1 -f mp4 -movflags faststart -map 0:0 -acodec libfdk_aac -ac 2 -ar 44100 -b:a 48k -sn -vn /output.mp4"

    I tried running both and comparing the time but I don’t see any much performance improvement in #b as compared to #a.

    I have 2 questions

    1. Is #b is better in performance than #a ? Or both of them are same ?

    2. In case of #b does ffmpeg wait for complete download and then start transcoding or it start downloading and transcoding simultaneously ?

  • Revision 43cec44bbf : Remove 'local' variables in rtcd.sh These aren't required to be supported by sh

    21 février 2013, par John Koleszar

    Changed Paths : Modify /build/make/rtcd.sh Remove 'local' variables in rtcd.sh These aren't required to be supported by sh. Change-Id : I54d641a2377531e0b320676d29d4ecdeee82288a