Recherche avancée

Médias (0)

Mot : - Tags -/configuration

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (97)

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

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (9182)

  • avformat/mov : Rework the AVIF parser to handle multiple items

    28 juillet 2022, par Vignesh Venkatasubramanian
    avformat/mov : Rework the AVIF parser to handle multiple items
    

    Stores the item ids of all the items found in the file and
    processes the primary item at the end of the meta box. This patch
    does not change any behavior. It sets up the code for parsing
    alpha channel (and possibly images with 'grid') in follow up
    patches.

    Reviewed-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    Signed-off-by : Vignesh Venkatasubramanian <vigneshv@google.com>
    Signed-off-by : James Zern <jzern@google.com>

    • [DH] libavformat/isom.h
    • [DH] libavformat/mov.c
  • ffmpeg 5.x and new channel layout sytax - getting warnings and errors with old syntax - cant find doc for new syntax

    2 septembre 2022, par dts350z

    In ffmpeg 4.x this syntax worked for adding channel mapping to a 12 channel file (7.1.4) :

    &#xA;

    ffmpeg.exe" -y -i "input_file.wav" -acodec pcm_s24le  -af "pan=7.1&#x2B;TFL&#x2B;TFR&#x2B;TBL&#x2B;TBR|FL=c0|FR=c1|FC=c2|LFE=c3|SL=c4|SR=c5|BL=c6|BR=c7|TFL=c8|TFR=c9|TBL=c10|TBR=c11" "out_12ch_mapped.wav"&#xA;

    &#xA;

    Now in ffmpeg 5.x I get :

    &#xA;

    [Parsed_pan_0 @ 000002d6b99b7600] Channel layout &#x27;7.1&#x2B;TFL&#x2B;TFR&#x2B;TBL&#x2B;TBR&#x27; uses a deprecated syntax.&#xA;[Parsed_pan_0 @ 000002d6b99b7600] [SWR @ 000002d6b9d950c0] Input channel layout &#x27;12 channels&#x27; is not supported&#xA;[Parsed_pan_0 @ 000002d6b99b7600] Failed to configure input pad on Parsed_pan_0&#xA;Error reinitializing filters!&#xA;Failed to inject frame into filter network: Invalid argument&#xA;Error while processing the decoded data for stream #0:0&#xA;Conversion failed!&#xA;

    &#xA;

    and no amount of googling or reading the doc, or patches, reveals the new channel layout syntax or why "12 channels" is not supported.

    &#xA;

  • ffmpeg 5.x and new channel layout syntax - getting warnings and errors with old syntax - cant find doc for new syntax

    3 septembre 2022, par dts350z

    In ffmpeg 4.x this syntax worked for adding channel mapping to a 12 channel file (7.1.4) :

    &#xA;

    ffmpeg.exe" -y -i "input_file.wav" -acodec pcm_s24le  -af "pan=7.1&#x2B;TFL&#x2B;TFR&#x2B;TBL&#x2B;TBR|FL=c0|FR=c1|FC=c2|LFE=c3|SL=c4|SR=c5|BL=c6|BR=c7|TFL=c8|TFR=c9|TBL=c10|TBR=c11" "out_12ch_mapped.wav"&#xA;

    &#xA;

    Now in ffmpeg 5.x I get :

    &#xA;

    [Parsed_pan_0 @ 000002d6b99b7600] Channel layout &#x27;7.1&#x2B;TFL&#x2B;TFR&#x2B;TBL&#x2B;TBR&#x27; uses a deprecated syntax.&#xA;[Parsed_pan_0 @ 000002d6b99b7600] [SWR @ 000002d6b9d950c0] Input channel layout &#x27;12 channels&#x27; is not supported&#xA;[Parsed_pan_0 @ 000002d6b99b7600] Failed to configure input pad on Parsed_pan_0&#xA;Error reinitializing filters!&#xA;Failed to inject frame into filter network: Invalid argument&#xA;Error while processing the decoded data for stream #0:0&#xA;Conversion failed!&#xA;

    &#xA;

    and no amount of googling or reading the doc, or patches, reveals the new channel layout syntax or why "12 channels" is not supported.

    &#xA;