Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (97)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • 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 ;

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

  • Ffmpeg Android Overwrite file [on hold]

    4 février 2014, par Sanket990

    ffmpeg -i video.mp4 -vcodec copy -acodec copy -ss 00:01:00 output.mp4 I using this command working ok but how to overwrite the file using ffmpeg .it's Possible or any way to overwrite the file ? Plz help Thanks in advance

  • Software for intelligent video overlaying and tranformation [on hold]

    29 juin 2017, par raccounts

    I am looking for some software that will enable me to intelligently overlay video.

    Basically, I have 12 or so clips that all capture the same movement (a 360 orbit), but they all have minute differences as the videos were captured over the period of a year.

    Due to their differences, cutting between them is jarring. In order to align them, I have to scale, rotate, and warp the image so that the transition is decent.

    What’s some software that can automate this ?

    Would a 3D tracker be able to accomplish this ? I tried looking into AviSynth and Fusion, an accompanying plugin. Is FFMpeg the ticket ?

    Thank you in advance.

  • How to merge four videos on one screen with ffmpeg

    28 janvier 2016, par Andrey Prokhorenko

    I have a video test.mp4, and I need to make it appear four times at once on a screen. Here I found a command that makes two videos appear at a time

    ffmpeg -i input0.avi -vf "movie=input1.avi [in1]; [in]pad=640*2:352[in0]; [in0][in1] overlay=640:0 [out]" out.avi

    But it doesn’t work with mp4 videos, and I need four videos at a time. Thank you in advance