Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (82)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (10808)

  • avcodec/mips/aaccoder_mips : Sync with the generic code

    13 octobre 2015, par Nedeljko Babic
    avcodec/mips/aaccoder_mips : Sync with the generic code
    

    This patch fixes build of AAC encoder optimized for mips that was broken due
    to some changes in generic code that were not propagated to the optimized code.

    Also, some functions in the optimized code are basically duplicate of functions
    from generic code. Since they do not bring enough improvement to the optimized
    code to justify their existence, they are removed (which improves
    maintainability of the optimized code).

    Optimizations disabled in 97437bd are enabled again.

    Signed-off-by : Nedeljko Babic <nedeljko.babic@imgtec.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mips/aaccoder_mips.c
  • How to include FFMPEG functions in android code

    4 janvier 2013, par TharakaNirmana

    My aim is to build a video file by combining an audio clip and an image for android.

    Using cygwin, I was able to create the video by combining an image and an audio clip as follows :

    ffmpeg -i allmapeople.mp3 -i Penguins.jpg video_finale.mpg

    But I want this to happen in the mobile device within my eclipse project.

    Please tell me how this should be done.....

  • Python code for making multiple splits of a video on silence [closed]

    14 janvier 2021, par Shikhar Jaiswal

    I want to get a code to make one video into many splits on the silence. A code which can make many splits of an video by detecting its silence. I want specifically python code.&#xA;Any idea or code would work.

    &#xA;