Recherche avancée

Médias (91)

Autres articles (49)

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

  • How can I upload videos and convert it async in Laravel ?

    19 novembre 2016, par bretanac93

    the thing is just like my title says, I am already uploading videos to the server, store their path in the db, and save them to the storage using the Storage facade, the videos have an average weight of 700MB or so, and they are for watching on the own website I am building, I’m using VideoJS to show them, but I need to convert them due to the incompatibility with different browsers, I already know that FFMPEG done this painless, but I want to know how to make it async, just like the Youtube upload video tool. The videos are uploaded from the admin dashboard only, so, there will be only one person uploading videos. Thanks for the time.

  • How to add transition effect between megred Videos in android

    26 janvier 2015, par Toqeer Arif

    I have merged two videos in android using FFmpeg Frame Grabber.
    I want to add effect like fade in/out between videos.
    is there anyway to add transition between videos

  • How to compress multiple videos using FFMPEG while concatenating them

    16 février 2016, par Nirmal

    I am using FFMPEG for concatenating multiple videos and it is working fine for some videos but for some videos it is not, and I think it is because of higher bit rates or higher size. We can compress video using FFMPEG but for that we need to execute separate command for one video this is very long process if we have more videos, so is there any way to compress as well as concatenate multiple videos ?

    ffmpeg -f concat -i input.txt -c copy output.mp4

    I am using above command for concatenating video, input.txt containf list of videos to be merged. I want to use same command to compress and concatenating videos.