Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (104)

  • 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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

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

  • Fix compilation of shared library for Windows with original MinGW toolchain

    12 octobre 2013, par Anton Mitrofanov
    Fix compilation of shared library for Windows with original MinGW toolchain
    
    • [DH] x264dll.c
  • Can't get gem 'streamio-ffmpeg' to work in rails 3 w/ windows

    4 janvier 2013, par HelloWorld

    In my gemfile I add the following line...

    gem 'streamio-ffmpeg'

    Then i run bundle, it works fine. When I start my app I get the following error..

    c :/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activesupport-3.2.9/lib/active_support/dependencies.rb:251:in

    require': cannot load such file -- win32/process (LoadError)  from
     c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activesupport-3.2.9/lib/active_support/dependencies.rb:251:in

    block in require' from
    c :/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activesupport-3.2.9/lib/active_support/dependencies.rb:236:in

    load_dependency'  from
     c:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/activesupport-3.2.9/lib/active_support/dependencies.rb:251:in

    require' from
    c :/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/streamio-ffmpeg-0.9.0/lib/ffmpeg/io_monkey.rb:15:in
    `'

    I downloaded ffmpeg from here - http://ffmpeg.zeranoe.com/builds/ and followed these insturctions...http://www.wikihow.com/Install-FFmpeg-on-Windows

    Not sure why it is not working ?

  • ffmpeg command on windows wamp server

    26 novembre 2013, par Web Worm

    this is linux server command

    /usr/bind/ffmpeg -i and so on.....

    i have installed ffmpeg in wamp server on localhost it is showing its extension in phpinfo()

    than what should be the command

    either just

    ffmpeg -i

    or anypath/ffmpeg -i