Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (112)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

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

Sur d’autres sites (6243)

  • How to begin with FFMpeg - iPhone SDK

    21 décembre 2012, par max_

    I would really appreciate it if someone could point me towards beginning with FFMpeg. What I mean by this is could you point me towards a tutorial firstly on how to download and compile it, and secondly how to install it into my xcode project and use the library.

  • How can i save a iphone uploaded video always horizontal by ffmpeg

    24 juillet 2013, par Ranjith Reddy

    I am using FFMPEG for uploading recording video from iphone and generating frames.

    case1 : recording video in horizontal (generating video and frames in horizontal).

    case2 : recording video in vertical (generating video and frames in vertical).

    But in above 2 case i want video and frames in horizontal only.

    FFMPEG COMMAND

    %x(cd "#{tmp_path}" && ffmpeg -i "video path" -r 1 -f image2 image-%4d.jpeg )
  • Trying to compile last FFmpeg iPhone : error : invalid operand in inline asm

    1er décembre 2011, par juanramoney

    I am trying to compile last FFmpeg for iPhone, but I am getting an error :

       CC  libavformat/asfcrypt.o
    error: invalid operand in inline asm: 'ldr   ${0:Q}, $1  
       ldr   ${0:R}, $2  
       '
    make: *** [libavformat/asfcrypt.o] Error 1

    thanks