Recherche avancée

Médias (91)

Autres articles (98)

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

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (10954)

  • ffmpeg : replace impossible dts/pts combinations by a reasonable guess instead of...

    23 septembre 2014, par Michael Niedermayer
    ffmpeg : replace impossible dts/pts combinations by a reasonable guess instead of hard failing
    

    Fixes stream copy from tserror270.ts

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffmpeg.c
  • ffmpeg : Batch convert anything in subfolders

    16 juin 2018, par Comfort Eagle

    I’m new to this and having an hard time :

    This is my file structure :

    .\input\
    .\output\
    convert.bat

    .\input\ contains subfolders which in their turn contain .wav and other audio-formats. Im trying to get convert.bat to convert all files in those subfolders to .mp3 in .\output\. Furthermore, I need to name to converted files to the name of the subfolder where it originated from + it’s original filename.

    How do I do this with an batch file using FFMPEG ? Big thanks in advance !

  • ffmpeg : Batch convert anything in subfolders

    22 mars 2016, par WillyTheFish

    I’m new to this and having an hard time :

    This is my file structure :

    .\input\
    .\output\
    convert.bat

    .\input\ contains subfolders which in their turn contain .wav and other audio-formats. Im trying to get convert.bat to convert all files in those subfolders to .mp3 in .\output\. Furthermore, I need to name to converted files to the name of the subfolder where it originated from + it’s original filename.

    How do I do this with an batch file using FFMPEG ? Big thanks in advance !