Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (62)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (11084)

  • avfilter/vf_vpp_qsv : add scale mode option

    24 février 2021, par Fei Wang
    avfilter/vf_vpp_qsv : add scale mode option
    

    The option allow user to set diffenent scaling mode from
    auto/low-power/high-quality.

    More details :
    https://github.com/Intel-Media-SDK/MediaSDK/blob/master/doc/mediasdk-man.md#mfxExtVPPScaling

    Signed-off-by : Fei Wang <fei.w.wang@intel.com>
    Signed-off-by : Linjie Fu <linjie.justin.fu@gmail.com>

    • [DH] libavfilter/vf_vpp_qsv.c
  • Why isn't the 'wrap' option recognized in FFmpeg's drawtext filter ?

    24 février 2023, par eugene_prg

    I'm trying to add text to a video using FFmpeg's drawtext filter, but I'm running into an issue with the 'wrap' option. Whenever I include 'wrap=500' in the filtergraph, I get the following error message :

    &#xA;

    [Parsed_drawtext_1 @ 0x563e23b1f500] Option 'wrap' not found&#xA;[AVFilterGraph @ 0x563e23b18d00] Error initializing filter 'drawtext' with args 'enable=between(t,0,4):text=one day you wake up and...:x=(w-text_w)/2:y=570:fontsize=48:fontcolor=white:box=1:boxcolor=black@0.5:boxborderw=5:wrap=500'&#xA;Error reinitializing filters !&#xA;Failed to inject frame into filter network : Option not found&#xA;Error while processing the decoded data for stream #0:0

    &#xA;

    Here's the full command I'm using :

    &#xA;

    ffmpeg -y -i "./videos/pexels-ivan-samkov-6689156.mp4" -vf "drawtext=fontfile=./fonts/DejaVuSans.ttf:text=&#x27;DID U KNOW&#x27;:x=(w-text_w)/2:y=200:fontsize=72:fontcolor=white:box=1:boxcolor=black@0.5:boxborderw=10, drawtext=&#x27;enable=between(t,0,4)&#x27;:text=&#x27;do you know that girls...&#x27;:x=(w-text_w)/2:y=570:fontsize=48:fontcolor=white:box=1:boxcolor=black@0.5:boxborderw=5:wrap=500, drawtext=&#x27;enable=between(t,4,8)&#x27;:text=&#x27;are smarter than guys?&#x27;:x=(w-text_w)/2:y=570:fontsize=48:fontcolor=white:box=1:boxcolor=black@0.5:boxborderw=5" -c:a copy "pexels-ivan-samkov-6689156.mp4_with_labels.mp4"&#xA;

    &#xA;

    I'm not sure why the 'wrap' option isn't recognized. Can anyone help me figure out what's going on ?

    &#xA;

  • ffserver : remove usage of deprecated rc_eq option

    21 octobre 2017, par James Almer
    ffserver : remove usage of deprecated rc_eq option
    

    The private codec option will be used instead when available.

    • [DH] fftools/ffserver_config.c