Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (67)

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

  • FFmpeg Unknown input format : 'alsa'

    21 septembre 2018, par H.Dayday

    When I use ffmpeg to record video and audio, I got an error
    The command I use is :

    ffmpeg -f alsa -ac 1 -i pulse -acodec aac -f avfoundation -i 1 -r 30 -vf scale=-1:6400 scale=-1:1920.flv

    The eeror I got is :

    Unknown input format: 'alsa'

    The operation system I use is mac.
    Can you help me, Thanks in advance

  • Video cutter like whats app before sending to server [on hold]

    11 mars 2016, par Yampalla Bhaskar Reddy

    I am new to Android development,am working on Video cutter.
    I want to pic video from gallery and show start position and end postion like whatsapp and provide cut option for video if the video is bigger than 16mb before sending to server.
    I have searched for this lot, i have found ffmpeg and mp4parser library are there for trim video but didnt find correct solution.
    if we can do with anyone one of the library(ffmpeg or mp4parser) how ?
    Is there a way to do the same thing ??
    Thank you in advance for your help !

  • ffmepg add text with fade in effect

    1er octobre 2017, par levi

    I am trying to create a simple music video with a single image background and the lyrics showing up in a fade in and fade out effect during the video...

    Like stuff done with After Effects... can this be done with ffmpeg ? (quality fadein and fadeout)

    What would be the cmd to call when trying to achieve a simple text fading in the middle of the video at about 10s, fading out at 15s and then the next one ? etc...

    if possible please include a solution with background image.

    Thanks in advance.