Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (79)

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

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

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

  • FFmpeg installation requiring python uninstallation on Mac

    19 avril 2019, par momo

    Did brew install ffmpeg, installs some packages and gives this error :

    Error : python is already installed from !

    Please brew uninstall python first."

    I have python3.6.5 installed via brew, for using Tensorflow etc. No other python version is installed via brew right now. Why is this error coming up ? What version does FFmpeg need ?

    Earlier I actually uninstalled python and that broke my system in many frustrating ways. I had to delete everything and start over. What is a safer way to get this working ?

  • wmv2 @ 0xb42400 warning, clipping 1 dct coefficients to -255..255

    21 juin 2014, par Elliot Blackburn

    [wmv2 @ 0xb42400]
    warning, clipping 1 dct coefficients to -255..255

    I’m modifying some code in a C API that interacts between FFmpeg and and an AS3 Air application to encode a video after creating something.

    WMV was working okay earlier but now I’ve set things back I’m getting this very peculiar warning coming from the c library but it doesn’t make any sense and googles not providing many answers.

    I was wondering if anyone out there knew what this warning was about ? When the file comes back to me it’s totally empty with 0 frames. I must have changed something so I’m comparing the file from a few days ago with this one looking for anything that may have caused it to no longer work. But I was wondering if anyone had any better ideas than blindly looking through old and new code.

  • combining MP4 video files while adding text overlay with ffmpeg

    25 septembre 2014, par valnox

    Here is a shameless request for someone to give me the required FFmpeg command. I spent way too long messing around with VLC trying to do this, and after it repeatedly messed up (mainly with video length and mp4a codecs), I started looking for other options. Now I’m coming up on a deadline and don’t have the time to go through all of the FFmpeg documentation right now.

    So, if someone is willing to help me, here is what I need :

    Take 2+ videos, combine them, add two text overlays in top left and bottom right corners (white text, black outline), and change the output bitrate (from 20k to 8k). I can easily programmatically create the list.txt of file names needed.

    Researching showed me that I likely need the "concat" and "drawtext" commands. The computer is Windows 7.

    Thanks in advance to anyone even reading this, let alone responding. Sorry to come in so ignorant, but, well... three days trying to get VLC to do it :(