Recherche avancée

Médias (91)

Autres articles (94)

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

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

  • How can I write to file with video state while paused in ffplay

    26 août 2014, par pixelearth

    Can anyone recommend a way to do what I need : I need to go through 2000+ videos and choose an accurate thumbnail frame down to the .xx decimal place.
    Ffplay works great for this, but it’s tedious to manually copy paste this value from the terminal into my database. It would be great if I could hit a key sequence or somehow trigger an event that would write information about ffplay’s current state (filename, location) to a file.

    Is there a way once the video is paused to somehow write to a file with the filename and location ?

  • issues with gas-preprocessor and ffmpeg4iphone

    4 janvier 2012, par Shoeb Amin

    I want to install gas pre-processor on my mac from
    gas pre-processor

    it is told that i have to install in usr/local/bin, But I didnt find my local folder in usr thats why I created a local/bin under usr then tried to install it from terminal...

    but It didnt work.. it says that "Unrecognized input filetype at gas-preprocessor.pl line 33."

    BTW my ultimate goal is to build ffmpeg4iphone in my xcode 4.2 and iOS5 sdk from ffmpeg4iphone

  • FFmpeg logging does not work from java command run

    15 avril 2020, par white-hack

    When I run the following code :

    



    Runtime rt = Runtime.getRuntime();
rt.exec("ffmpeg -I /path/to/video/kot.mp4 /path/to/picsdir/img%04d.jpeg 2> /path/to/log.log");


    



    This command run as expected in the terminal, the problem is that it does not work from java code. Exactly logging !
Please help ! Thanks !