Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (21)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

Sur d’autres sites (1314)

  • UTF-8 source files are not supported in avisynth

    18 août 2014, par Hadi Rasekh

    I use avisynth to demux video from audio.
    When I use

    x = "m.mkv"
    ffvideosource(x)

    It work correctly but when I change my video filename to a UTF-8 one and my script as :

    x = "م.mkv"
    ffvideosource(x)

    I Got the following error :
    failed to open for hashing avisynth

    I found a link (UTF-8 source files are not supported) who tell UTF-8 file name not work in avisynth, and to correct the problem, it said :

    specify the parameter utf8=true when calling ffvideosource, save the script as UTF-8 without BOM and then see if that works.

    But, I couldn’t solve the problem. As I Open the script in the notepad and save it in utf-8 format, I got the following error :

    UTF-8 Source files are not supported, re-save script with ANSI encoding

    How can I solve the problem, How can I run my script with a UTF-8 filename ?

  • Core : Added new config option `fixLineEnding : true` to ensure OS-comp…

    24 août 2015, par JamesMGreene
    Core : Added new config option `fixLineEnding : true` to ensure OS-compliant line endings by default
    

    Fixes #595.

    Ref #222.
    Ref #453.

  • Core : Get rid of the `classList`-based branch of `_addClass`/`_remove…

    26 août 2015, par JamesMGreene
    Core : Get rid of the `classList`-based branch of `_addClass`/`_removeClass`... its benefit is negligible