Recherche avancée

Médias (91)

Autres articles (15)

  • 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

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

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

Sur d’autres sites (2718)

  • Installing ffmpeg on CentOS 6.6

    30 janvier 2016, par Kristaps Drozdovskis

    Im trying to install ffmpeg,..
    When I write comand :

    git clone --depth 1 http://source.ffmpeg.org/git/ffmpeg.git

    I got this error.. why ??

    Initialized empty Git repository in
    /root/ffmpeg_sources/ffmpeg/ffmpeg/.git/ fatal : dumb http transport
    does not support —depth

    Installing from this source..
    https://trac.ffmpeg.org/wiki/CompilationGuide/Centos

  • What is ffmpeg, avcodec, x264 ? [closed]

    11 septembre 2020, par onmyway133

    From wiki, I read that

    



    


    FFmpeg is a free software project that produces libraries and programs
 for handling multimedia data. The most notable parts of FFmpeg are
 libavcodec, an audio/video codec library used by several other
 projects, libavformat, an audio/video container mux and demux library,
 and the ffmpeg command line program for transcoding multimedia files.

    


    



    So ffmpeg is a wrapper of avcodec ? And I often hear that people encode video with x264 using ffmpeg. So ffmpeg is also a wrapper of x264 ?

    



    How are they related ?

    


  • What is ffmpeg, avcodec, x264 ? [closed]

    11 septembre 2020, par onmyway133

    From wiki, I read that

    



    


    FFmpeg is a free software project that produces libraries and programs
 for handling multimedia data. The most notable parts of FFmpeg are
 libavcodec, an audio/video codec library used by several other
 projects, libavformat, an audio/video container mux and demux library,
 and the ffmpeg command line program for transcoding multimedia files.

    


    



    So ffmpeg is a wrapper of avcodec ? And I often hear that people encode video with x264 using ffmpeg. So ffmpeg is also a wrapper of x264 ?

    



    How are they related ?