Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (22)

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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (3320)

  • PHP Convert image+audio = video

    31 octobre 2014, par jQuery Angry Bird

    Hi I saw THIS Question.There is no proper rather vague answer.

    He said ffmpeg -r 10 -b 1800 -i %03d.jpg test1800.mp4 .Pretty vague.

    What i want is I have 2 inputs i wil give from php file . Image,Audio ,And Output will be Video .
    I saw people saying ffmpeg And all that .But does it/can it convert Image+Audio to Video ??
    If yes then what should be done ?? I saw lots of questions .but NONE of then answers properly.I didnt see ANY PHP code to do so online.Thanks.

  • SWF to PNG.. but merge all pngs inside into 1

    14 novembre 2014, par Jayden

    The title says it all,

    I’ve tried swftools and ffmepg but I don’t ’think’ they achieve what I need to do.

    Basically there is a SWF file that is made up of up to 60 images, them 60 images inside the SWF all are parts of an image that make up 1 final image or animation on an online game.

    I need to be able to download the swf as a png image with the same output it will look like on the virtual game - so not 60 images if seperate graphics, just one image with them all (merged ?) together.

    I am not even sure if this is possible to do in the commandline so if you understand any of this, please point me in the right direction.

    I am using Ubuntu 14.04

  • Add mp3 file sound in the middle of the mp4/avi/mpeg [on hold]

    17 novembre 2014, par user1018697

    I tryed to do something, and i meet some diffulties to do :

    1- i have a little movie file of 1 minutes ( movie.mp4)

    2- i have an mp3 file of 10 seconds (voice.mp3)

    I whish to add this mp3 file in the middle of my film (at 30 seconds).
    My question is :
    Is it possible create simply a new video (movie2.mp4) with my mp3 added in the middle of the film (at 30 s) ?
    Or maybe is exist a c# library or c++ to do this ?

    Thanks