Recherche avancée

Médias (91)

Autres articles (19)

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

  • how to set two video side by side and first video 60% and second video is 40% using ffmpeg

    19 mai 2017, par Jignesh.Parmar

    I try following command.its working fine.but its set 50-50% video.
    and i got 60-40%. please help me. thanks in advance.

    ffmpeg -i demo1.mp4 -i demo2.mp4 -filter_complex ’[0:v]pad=iw*2:ih[int] ;[int][1:v] overlay=W/2:0[vid]’ -map [vid] -map 1:a -c:v libx264 -crf 23 -preset veryfast output.mp4

  • How to access microphone using FFMPEG with C++

    14 juin 2014, par Godspped

    I want to be able to access a microphone on the computer using ffmpeg in C++, I can not find any example to do so. Do I have to use "avformat_open_input", but how do I know the list of audio capture devices on the computer ?

    Does anyone have some sample code or a tutorial they came by so that I can get started.

    Thanks in advance !

  • Uploading the live video using NodeJS with watermark [closed]

    6 octobre 2020, par Rohit Agarwal

    I am looking to upload the live video using NodeJS with watermark. Its an online assessment application where more than 200 candidate will appear for exam at a time. Can anyone help me out for the best possible architecture or procedure to do this ?

    


    Thanks in advance.