Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (58)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (11273)

  • How to generate a variable framerate MPEG-4 from a bunch of images and an audio file ?

    11 avril 2014, par Michael Kohout

    I've got a series of images captured by a motion sensor camera-right now, I'm doing a bit of processing on them and each image is stored as a bunch of PNM/PBM files (but I do have a unix timestamp of when they were first created). I've also got an audio file (where I know the starting time), recorded over the same period.

    Is there any way I can construct a MPEG-4 from these images and have them display at the appropriate time so they'll be sync'd with the audio ?

    Is this something ffmpeg should be able to do ?

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

  • FFMPEG : how to include a splash screen ?

    4 juin 2017, par porton

    Having a video file, I want to add at its beginning and end a JPEG file to be shown a few (say 10) seconds.

    The time the image is shown should not be subtracted from the "main" video time. Instead the length of the video should be increased for the period the images are shown.

    How to do this with FFMPEG ?

    The suggestions how to make it fade in/out or to do other graphical effects are appreciated.