Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (102)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • 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

Sur d’autres sites (10880)

  • Revision 936aa281b5 : Fixed the buffer overflow issue The issue that potentially broke the encoding p

    21 février 2013, par Jingning Han

    Changed Paths : Modify /vp9/encoder/vp9_onyx_if.c Fixed the buffer overflow issue The issue that potentially broke the encoding process was due to the fact that the length of token link is calculated from the total number of tokens coded, while it is possible, in high bit-rate setting, this (...)

  • Revision 232ccc2fbe : Fixed the buffer overflow issue The issue that potentially broke the encoding p

    21 février 2013, par Jingning Han

    Changed Paths : Modify /vp9/encoder/vp9_onyx_if.c Fixed the buffer overflow issue The issue that potentially broke the encoding process was due to the fact that the length of token link is calculated from the total number of tokens coded, while it is possible, in high bit-rate setting, this (...)

  • Video error while processing

    19 décembre 2012, par joelmaranhao

    Trying out paperclip-ffmpeg gem with Rails 3.1

    In my model

    class Video < ActiveRecord::Base
     belongs_to :creative_service

     has_attached_file :asset, :styles => {
       :medium => { :geometry => "640x480", :format => 'flv' },
       :thumb => { :geometry => "100x100#", :format => 'jpg', :time => 10 }
     }, :processors => [:ffmpeg]
    end

    The error message when uploading a MPG file :

    Video error while processing video for MOV0652220121219-19138-1ybt1gp: Command 'ffmpeg -i :source -y -s 640x480 :dest' returned 1. Expected 0

    I am a total newbie with video processing. Any hint is welcome.

    j.