Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (76)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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.

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (10177)

  • lavc/vp8dsp : save one R-V GPR

    25 mai 2024, par Rémi Denis-Courmont
    lavc/vp8dsp : save one R-V GPR
    

    This saves one instruction and frees up A5, which will be repurposed in
    later changes. Unfortunately, we need to add quite a lot of alternative
    code for this.

    • [DH] libavcodec/riscv/vp8dsp_rvv.S
  • save FFMPEG screenshot output file to variable

    4 mai 2013, par dodgerogers747

    How can i get the output file of this FFMPEG code saved to a variable ?

     def take_screenshot
       logger.debug "Trying to grab a screenshot from #{self.file}"
       system "ffmpeg -i #{self.file} -ss 00:00:02 -vframes 1 #{Rails.root}/public/uploads/tmp/screenshots/#{File.basename(self.file)}.jpg"
       self.save!
     end

    I have tried :
    self.screenshot = system "ffmpeg -i #{self.file} -ss 00:00:02 -vframes 1 #{Rails.root}/public/uploads/tmp/screenshots/#{File.basename(self.file)}.jpg"

    but this doesn't save anything.

    thanks in advance !

  • Revision 6b1d95d6d8 : Merge "vp8_intra_pred_y_tm_sse2 : save/restore xmm registers"

    26 novembre 2012, par James Zern

    Merge "vp8_intra_pred_y_tm_sse2 : save/restore xmm registers"