Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (64)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (9005)

  • Fixed bug where Colorbox was capturing ctrl+click on assigned links on windows browsers with jQuery 1.7+, rather than ignoring.

    3 juin 2013
    Fixed bug where Colorbox was capturing ctrl+click on assigned links on windows browsers with jQuery 1.7+, rather than ignoring.
  • FFmpeg watermark [windows] [migrated]

    10 juin 2013, par user2472209
    ffmpeg –i test.mkv -vf "movie=watermark.png [watermark]; [in][watermark] overlay=10:10 [out]" outputvideo.mkv

    I'm trying to simply add a watermark to a video to start testing with ffmpeg.

    But it simply doesn't work for someone reason although i can't see any error.

    I also tried

    ffmpeg -i test.mkv -i watermark.png -filter_complex 'overlay=10:main_h-overlay_h-10' output.mkv

    But no succes there either.

    Anyone has an idea as there are no recent tutorials on ffmpeg watermarking it seems.

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