Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (47)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (6666)

  • ffmpeg : create a video from images and sounds

    27 septembre 2018, par Yuri Gusak

    You need to create a video from a set of pictures and sounds using ffmpeg.
    Set of pictures : frame_% d.jpg
    Sounds :
    sound1.mp3 (from 0 ms)
    sound2.mp3 (from 1000 ms)
    sound3.mp3 (from 2000 ms)

    I can create a video with one sound :

    -i frame_% d.jpg -i sound1.mp3 -r 30 -s 1280x720 -preset ultrafast -crf 25 -shortest movie.mp4

    and it works.

    But I need to add some sounds at different times. How can I do that ? May be -filter_complex will help ?

  • Converting imges to video

    19 janvier 2014, par DanM

    I am using external camera with my application. The camera takes 9 pictures every second (9fps). The pictures are bitmaps 384x288. I need to create from this pictures a video file.

    What I have tried :

    • Using Jcodec

    The problem : jcodec is relatively slow, and for it to work properly i add the bitmaps to ArrayList and when the record stopped i convert the array to video. I takes to much time. For 30 sec video there is about 1 min rendering time.

    • Using native mediaCodec

    The problem : I could only generate AVI files (video/avc) that not readable in the original android player. I can not use what is written here : http://bigflake.com/mediacodec/ because I developing for API 16. I have tried using (video/mp4v-es) but the video is corrupted and not playable in any player.

    • Using FFmpeg

    The problem : Very complicated to implement in android, and I am not sure it will give me the result I needed after spending time to implement this. The result I need is to record video streaming as I get the bitmap without any delay.

    What can you suggest me ?

  • Fixed #194 - Required as attribute fails if jQuery>=1.6 - Use .prop instead of .attr

    20 septembre 2011, par Christian Koller

    m changelog.txt m jquery.validate.js m test/index.html m test/rules.js Fixed #194 - Required as attribute fails if jQuery>=1.6 - Use .prop instead of .attr Plus whitespace cleanup for test/index.html and test/rules.js