Recherche avancée

Médias (91)

Autres articles (35)

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

  • avfilter/asrc_flite : Don't segfault when using list_voices option

    6 octobre 2021, par Andreas Rheinhardt
    avfilter/asrc_flite : Don't segfault when using list_voices option
    

    Could also happen if initializing flite failed* or if an unknown voice
    has been selected or if registering the voice failed.

    * : which it currently can't, because it is a no-op.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/asrc_flite.c
  • ffprobe : allow side-data selection by element

    31 janvier 2022, par Gyan Doshi
    ffprobe : allow side-data selection by element
    

    At present, side data printing forces display for all levels i.e.
    stream, packets and frames. This can bloat output and also force
    decode of all frames in selected streams.

    Now, stream_side_data[=type], packet_side_data[=type] &
    frame_side_data[=type] can be used with -show_entries to specify carrier
    element.

    • [DH] fftools/ffprobe.c
  • How can I record video from images in Android ?

    8 avril 2014, par Farhan Shah

    I am working on app in which I have the following issue,

    1. How I can Record video from images ?

    2. First of all when I click on a button I am opening the Gallery in Android and let the user select multiple images.

    3. for select multiple images I am using this code and it's working fine, and images are display into my activity.

    4. Now My Point is that when I select the multiple images from gallery then i want i will record or make video of the selected images on a button click. How can I achieve this via programmatically, I search internet and I read that there is a library ffmepg through this I will solve my problem, but still I have no idea that how I can solve my problem.

    Any sample code,advice,guidance,will be highly appreciated,Thanks Alot in advance.