Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (55)

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

  • Merge commit ’824e8c284054f323f854892d1b4739239ed1fdc7’

    31 mars 2017, par James Almer
    Merge commit ’824e8c284054f323f854892d1b4739239ed1fdc7’
    

    * commit ’824e8c284054f323f854892d1b4739239ed1fdc7’ :
    arm : Clear the gp register alias at the end of functions

    This commit is a noop, see 86c5a23ee5236aa0996435247a2141ac90fc491e

    Merged-by : James Almer <jamrial@gmail.com>

  • FFMPEG command to mix audio and video with adjustable volume, plays till Video length and loop audio entire video

    10 mai 2020, par Tomin

    I have :

    &#xA;&#xA;

      &#xA;
    • Video file of X length
    • &#xA;

    • Audio of Y length
    • &#xA;

    &#xA;&#xA;

    I am trying to achieve an output video that has the following qualities :

    &#xA;&#xA;

      &#xA;
    1. The volume level of the added audio should be adjustable
    2. &#xA;

    3. The audio should loop till the end of the video
    4. &#xA;

    5. It should not break even if the input video does not have any audio
    6. &#xA;

    7. I should be able to mute the audio of the source video if needed.
    8. &#xA;

    9. All of the above, in the fastest possible way.
    10. &#xA;

    &#xA;&#xA;

    I'm not well versed with FFMPEG, maybe some experts could help.

    &#xA;

  • FFMPEG+video+video.js dont show up the video

    18 avril 2013, par user1843970

    I have a video content type where I want to show the video to the user. I downloaded video module and video.js for this purpose. I have successfully installed ffmpeg transcoder in apache serventer image description here

    Now I go to admin/config/media/video. Withing players tab I select HTML5 player for mp4 video and video.js to run HTML5 video like below :-

    enter image description here

    Now I go to Video Content Type and add Video field with Video Upload as its type and save it.The video is successfully converted but after clicking on play button nothing happens.

    enter image description here

    Need your help in this.