Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (87)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (14930)

  • How to create videos with small file size but large resolution ?

    13 février 2017, par Gregory Magarshak

    Is there a programmatic way to create videos that capture, essentially, a powerpoint presentation, that would be not much larger than the audio + screenshots of the powerpoint itself ?

    I want to make software that produces videos with the full resolution of a powerpoint on a large screen, and with a person speaking over it and wvwn doodling. Kind of like "bcontext" software. And then I want to export videos for youtube and other places to be hosted. But I want them to be SMALL. So they can be downloaded by people with slow connections eg in India.

    What factors can affect video size and how can i take advantage of the relative "stillness" of most pixels at most times to make the compression preserve the full sharpness and yet take advantage of the lack of visual changes ? What software do you recommend ?

  • Writing animation using ffmpeg fails only with large dataset

    13 mars 2017, par TomCho

    I am trying to save an animation as an mp4 using matplotlib’s animation package. It goes well if the dataset isn’t too large, but if I increase the number of plots/frames in the animation then it fails with an error as if fmpeg wasn’t installed :

    /usr/lib64/python3.4/site-packages/matplotlib/animation.py:784: UserWarning: MovieWriter ffmpeg unavailable
     warnings.warn("MovieWriter %s unavailable" % writer)
    Traceback (most recent call last):
     File "/usr/lib64/python3.4/site-packages/matplotlib/animation.py", line 787, in save
       writer = writers[writers.list()[0]](fps, codec, bitrate,
    IndexError: list index out of range

    I have no idea what’s causing this, since I have fmpeg and it works with less frames. I don’t get why it should depend on the size of what you’re trying to create.

    I’m using python 3.4, matplotlib version 1.5.3 and ffmpeg version N-81772-g99b823f.

  • avcodec/wavpack : Fix runtime error : shift exponent 32 is too large for 32-bit type...

    13 mars 2017, par Michael Niedermayer
    avcodec/wavpack : Fix runtime error : shift exponent 32 is too large for 32-bit type ’int’
    

    Fixes : 822/clusterfuzz-testcase-4873433189974016

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/wavpack.c