Recherche avancée

Médias (91)

Autres articles (98)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

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

Sur d’autres sites (6013)

  • How do I get rid 'avformat.h' no such file or directory error while installing Video-ffmpeg ?

    16 mars 2012, par codef0rmer

    I've been trying to install Video-ffmpeg but sudo make shows this error, FFmpeg.xs:7:22: fatal error: avformat.h: No such file or directory. compilation terminated.

    I've libavformat53 installed on my m/c. Is there something I've to install ?

  • Web video timecode seek

    17 mars 2012, par David542

    On Youtube, you can seek to a particular video time, this is usually accurate to within one second.

    I am trying to set up something similar (JWPlayer) has a plugin to allow seeking to a particular time), however it is usually about ten seconds off. Does this have to do with the spacing of keyframes, or how would I accomplish a better accuracy, like that done by YouTube ? What encoding parameter do I need to look at ?

  • what is the best open source framework for programmatically producing .mov or .flv video files ? [closed]

    12 mai 2013, par Andrew Arrow

    I would like to programmatically produce a simple animation video. Don't think "Toy Story" level of animation, think simple stick figures moving around the screen and other very simple lines and dots in black and white only. The point of the video is to explain a complicated scientific concept with a 5 minute video vs. pages and pages of text trying to describe images with words.

    What is the best open source framework to make a .mov or .flv file that I can then upload to youtube or vimeo. I could use ImageMagick to write out jpeg after jpeg, and then ffmpeg to turn those jpegs into a .mov file. But is there a better framework out there for simple animation like this ? I feel like the ImageMagick to ffmpeg route is going to involve a lot of me writing code from scratch to make a stick figure walk across the screen.