Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (55)

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

  • FFMpeg Android : libvideokit.so library failed to load

    7 décembre 2015, par mhl1291

    I am Working on taking a picture from video
    I am using FFMpeg Library downloaded from here

    It Works Perfectly but in some device i got the message "libvideokit.so load Fail" and then crash the application
    any solution for this ?

    Thanking you in advance

  • How to set max bitrate and max frame rate in ffmpeg ?

    28 août 2014, par Swapnil Dalvi

    I am using ffmpeg to convert my mp4 format video with Specific set values :

    "audio_bitrate" : 128,
    "audio_sample_rate" : 44100,
    "height" : 720,
    "width" : 1280,
    "max_frame_rate" : 30,
    "max_video_bitrate" : 1500

    How to set limit to frame rate and bitrate ?
    I want to know how to write command with these limitations ?

    thanks in advance

  • Uploaded video screen capture using ffmpeg [closed]

    27 janvier 2013, par Mudit Dugar

    I need to capture frames of user's uploaded videos. i just came to know that ffmpeg does that.Please provide me detailed installation instruction of ffmpeg on my linux server .i just have info to login into ssh via putty. Also what are the softwares i need to install.does ffmpeg player includes in the installation process.
    Thanks in advance