Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (23)

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

  • how to create a video editor using javascript ? just adding text and images on videos and nothing else [closed]

    25 avril 2021, par Sharjeel Baig

    I just wanted to create a video editor tool in javascript that does nothing more than adding images and texts in the videos with some animations. are there any library or anyway to get this done.

    


  • Any way to use ffmpeg from a php file ? [closed]

    13 juin 2020, par MartinNajemi

    i was wondering if there was a way that i could use ffmpeg on a cheap shared web server, one without command line access which doesnt allow packages or libraries to be installed but relies on a file manager and php files. my question is, can i somehow get a php file for ffmpeg instead of the .exe so that i can combine video and audio into one file ?

    



    if there are alternatives for this that are not ffmpeg and run on a single php file which i can use using something like this :

    



    include “php/combineVideoAudio.php” ;

    



    without having to install it using a command line or a remote access tool please let me know.

    



    thanks

    


  • Add ken burn effect on video from list of images

    20 décembre 2015, par Hamza Khan

    I have created video from list of images using ffmpeg

    system("ffmpeg -framerate 1 -pattern_type glob -i '*.jpg' -c:v libx264 out.mp4")

    Now i want to add Ken burn effect, can i do it with ffmpeg or imagemagic or any command line tool on linux.