Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (83)

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

  • scene detection with node-fluent-ffmpeg

    9 mai 2017, par Samuel Calegari

    I try to detect when a scene is changing in video.

    I use in command line

    ffmpeg -i input.flv -filter:v "select='gt(scene,0.4)',showinfo" -f null - 2> ffout

    But I want to do it with node-fluent-ffmpeg.

    thanks in advance

  • scene detection with node-fluent-ffmpeg

    27 juillet 2018, par Samuel Calegari

    I try to detect when a scene is changing in video.

    I use in command line

    ffmpeg -i input.flv -filter:v "select='gt(scene,0.4)',showinfo" -f null - 2> ffout

    But I want to do it with node-fluent-ffmpeg.

    thanks in advance

  • CD+G to MKV with FFMpeg

    8 juin 2022, par eth4n

    I'm trying to convert cdg+mp3 files to mkv with ffmpeg, i'm using the following

    


    ffmpeg -i %1 -i %2 -vcodec libx265 -crf 31 -preset veryslow -vtag hvc1 -acodec libopus -frame_duration 40 -b:a 90000 -ar 48000 "% dpn1.mkv"

    


    but

    


    For example, if the CDG file stops at 4:26 and the audio duration is 6:15 (375 seconds), no problem playing mkv files on VLC and WMP (they read the video until the end with the last frame freezed on screen), but i have some problems on other platforms, and Avidemux reads only until the video duration (4:26), not the audio one (6:15)

    


    Any advice ?
Thank you in advance