Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (67)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (13172)

  • avfilter/avf_showcqt : use lrint

    22 février 2016, par Muhammad Faiz
    avfilter/avf_showcqt : use lrint
    

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] libavfilter/avf_showcqt.c
  • how can i rotate text on video only without the video with ffmpeg commands

    13 juillet 2023, par Abdullah Mohamed

    I want to rotate the text only on the video&#xA;here is my code

    &#xA;

    -i &#x27;/Users/me-mac/Library/Developer/CoreSimulator/Devices/F4189FE6-50EA-40B4-AE0F-F19074EE1488/data/Containers/Data/Application/7C214A2B-440B-468F-85F4-AE74CC4EC509/tmp/.video/1687332725.289482_IMG_0136.MOV&#x27; -filter_complex &#x27;crop=1181.25:2100.0:1089.375:0.0,            drawtext=&#xA;              text=Abdullah Muhammad&#xA;              :fontsize=30&#xA;              :x=300&#xA;              :y=600&#xA;              :box=1&#xA;              :boxborderw=20&#xA;              :boxcolor=Gold&#xA;              &#x27; -preset ultrafast -y &#x27;/Users/me-mac/Library/Developer/CoreSimulator/Devices/F4189FE6-50EA-40B4-AE0F-F19074EE1488/data/Containers/Data/Application/7C214A2B-440B-468F-85F4-AE74CC4EC509/Library/Caches/1687332725.289482_IMG_0136_1689171861232.mp4&#x27;&#xA;

    &#xA;

    what i have tried

    &#xA;

    -i &#x27;/Users/me-mac/Library/Developer/CoreSimulator/Devices/F4189FE6-50EA-40B4-AE0F-F19074EE1488/data/Containers/Data/Application/7C214A2B-440B-468F-85F4-AE74CC4EC509/tmp/.video/1687332725.289482_IMG_0136.MOV&#x27; -filter_complex &#x27;crop=1181.25:2100.0:1089.375:0.0,            drawtext=&#xA;              text=Abdullah Muhammad&#xA;              :fontsize=30&#xA;              :x=300&#xA;              :y=600&#xA;              :box=1&#xA;              :boxborderw=20&#xA;        :boxcolor=Gold&#xA;        ,rotate=PI/6&#xA;              &#x27; -preset ultrafast -y &#x27;/Users/me-mac/Library/Developer/CoreSimulator/Devices/F4189FE6-50EA-40B4-AE0F-F19074EE1488/data/Containers/Data/Application/7C214A2B-440B-468F-85F4-AE74CC4EC509/Library/Caches/1687332725.289482_IMG_0136_1689171861232.mp4&#x27;&#xA;

    &#xA;

    expected result

    &#xA;

    &#xA;

    Text only to be rotated

    &#xA;

    &#xA;

    actual result

    &#xA;

    &#xA;

    Text and video are rotated

    &#xA;

    &#xA;

  • avfilter/firequalizer : use zero phase kernel

    19 octobre 2016, par Muhammad Faiz
    avfilter/firequalizer : use zero phase kernel
    

    this makes real-valued kernel

    Signed-off-by : Muhammad Faiz <mfcc64@gmail.com>

    • [DH] libavfilter/af_firequalizer.c