Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (95)

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

  • Les sons

    15 mai 2013, par
  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (10344)

  • avfilter/vf_qp : split expression parsing out of loop

    28 mars 2015, par Michael Niedermayer
    avfilter/vf_qp : split expression parsing out of loop
    

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

    • [DH] libavfilter/vf_qp.c
  • ffmpeg tpad adding delay to start and stop of film

    10 octobre 2020, par Devin Dixon

    In ffmpeg there is the -filter_complex "tpad=stop_duration=20" that adds 20 seconds to back of video/stream, or -filter_complex "tpad=start_duration=20" which adds it to the front.

    &#xA;

    How can I add it to both ? Something like ffmpeg  -re -i {$file} -filter_complex "tpad=stop_duration=20&amp;start_duration=20" duration does not work, and there is no documentation I can find on using both filters in one command.

    &#xA;

  • FFmpeg - Crop image white space

    15 juin 2020, par Pier Giorgio Misley

    I'm looking for a way, with FFmpeg, to crop an image removing all white pixels ; something like the Photoshop's "crop white spaces".

    &#xA;&#xA;

    I tried looking around but I didn't find a solution, here is an example of what I'm looking for :

    &#xA;&#xA;

    Given this :&#xA;Input

    &#xA;&#xA;

    I would be able to obtain this :&#xA;Output

    &#xA;&#xA;

    How should I get this edit ?

    &#xA;