Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (98)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (13033)

  • Convert image sequence to lossless movie [closed]

    19 janvier 2014, par astrofrog

    I have a sequence of images in TIF format, and I would like to create a movie at a fixed FPS (say 10 images per second) and that is lossless. Is there an easy way to do that ? I've been trying with convert from Imagemagick, and ffmpeg, but I just can't figure out what settings to use to avoid any compression.

  • Extracting Frames From a Movie file using python

    20 janvier 2014, par user3213576

    I've been trying to extract frames from a video file, and I've been using the following code as a test before I try to work with my own file. I get an error having to do with an invalid literal :

    import os, sys
    from PIL import Image
    a, b, c = os.popen3("ffmpeg -i test.avi")`
    out = c.read()

    dp = out.index(" ")
    duration = out[dp+10:dp+out[dp:].index(",")]
    hh, mm, ss = map(float, duration.split(":"))

    Error :

    Traceback (most recent call last):
     File "", line 1, in -toplevel-
       hh, mm, ss = map(float, duration.split(":"))
    ValueError: invalid literal for float(): cognized as an internal or external command

    How do I fix this error ?

  • Revision a0b9b050b8 : Added a speed feature That force the stop of subpel search possibly at full/hal

    22 janvier 2014, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c



    Added a speed feature

    That force the stop of subpel search possibly at full/half/quater pel
    stages

    Change-Id : Ie50c500417bd78e1a53e6620bd4c2b85f63d9c67