Recherche avancée

Médias (0)

Mot : - Tags -/masques

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

Autres articles (89)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (5448)

  • lavfi/bilateral : Clean the option description and unused code

    23 octobre 2019, par Jun Zhao
    lavfi/bilateral : Clean the option description and unused code
    

    Clean the option description and unused code.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavfilter/vf_bilateral.c
  • Unable to parse option value xxx.srt as image size in ffmpeg

    28 mars 2022, par showkey

    I had already set environment variable for the ffmpeg in my windows,want to embed the srt file into my mp4 file with ffmpeg :

    &#xA;

    ffmpeg -i f:\sample\dance.mp4 -vf subtitles=&#x27;f:\sample\dance.srt&#x27;  f:\sample\out.mp4&#xA;

    &#xA;

    It encounter a strange error :

    &#xA;

    Press [q] to stop, [?] for help&#xA;[subtitles @ 0000000002c2fd00] Unable to parse option value "sampledance.srt" as&#xA; image size&#xA;    Last message repeated 1 times&#xA;[subtitles @ 0000000002c2fd00] Error setting option original_size to value sampl&#xA;edance.srt.&#xA;[Parsed_subtitles_0 @ 00000000005410c0] Error applying options to the filter.&#xA;[AVFilterGraph @ 0000000002940440] Error initializing filter &#x27;subtitles&#x27; with ar&#xA;gs &#x27;f:\sample\dance.srt&#x27;&#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;

    I copy the files dance.mp4 and dance.srt into f:\ffmpeg\bin,then do the following :

    &#xA;

    cd  \d  f:\ffmpeg\bin&#xA;ffmpeg -i dance.mp4 -vf subtitles=dance.srt   out.mp4&#xA;

    &#xA;

    It works fine, how can make ffmpeg parse the option value f:\sample\dance.srt properly,make the command execute normally in my windows ?

    &#xA;

    ffmpeg -i f:\sample\dance.mp4 -vf subtitles=&#x27;f:\sample\dance.srt&#x27;  f:\sample\out.mp4&#xA;

    &#xA;

    @kesh,it is no use to write as below :

    &#xA;

    ffmpeg -i f:\sample\dance.mp4 -vf "subtitles=&#x27;f:\sample\dance.srt&#x27;"  f:\sample\out.mp4&#xA;

    &#xA;

  • doc/filters : Fix vsbmc option name.

    22 décembre 2016, par Carl Eugen Hoyos
    doc/filters : Fix vsbmc option name.
    

    Reported-by : Антон Приходько

    • [DH] doc/filters.texi