Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

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

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (13319)

  • 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/avf_showcqt : set range on fps/rate/r option

    8 juin 2016, par Muhammad Faiz
    avfilter/avf_showcqt : set range on fps/rate/r option
    

    see Ticket #5618

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

    • [DH] libavfilter/avf_showcqt.c