Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (58)

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

  • 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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (6703)

  • ffmpeg drawtext on ubuntu : ffmpeg does not change text location [closed]

    10 juin 2024, par Wolf Wolf

    I am designing a video editor bot for Telegram. I want to use ffmpeg
and I need a text to be placed on the video and change the place of
the text randomly every few seconds.

    


    There is an example on the site itself.

    


    I used the following command :

    


       ffmpeg -i
   "/home/editor/downloads/video_2023-07-10_17-53-05_7375753324605210932.mp4"
   -filter:v drawtext="fontsize=30:fontfile=/usr/share/hellotext=hellotext/share/World':
   x=if(eq(mod(t\,30)\,0)\,rand(0\,(w-text_w))\,x):y=if(eq(mod (t\,30
   )\, 0)\,rand(0\,(h-text_h))\,y)" -codec:v libx264 -codec:a copy
   -preset slow -crf 18 -y output.mp4


    


    This command executes and even the text is placed on the video, now
the problem is that it doesn't change the location of the text. I
tested this before and it worked fine, but now it doesn't run
properly.

    


  • dcadec : Do not check for overreads in auxiliary data

    22 novembre 2015, par Tim Walker
    dcadec : Do not check for overreads in auxiliary data
    

    The auxiliary data length field is not reliable,
    and incorrect overread errors could be returned
    for valid, real-world bitstreams.

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/dcadec.c
  • Anomalie #4536 (Nouveau) : Notice dans public_tester_redirection_dist

    6 août 2020, par jluc -

    `function public_tester_redirection_dist($fond, $contexte, $connect)` teste immédiatement `$contexte[’id_article’]` en https://git.spip.net/spip/spip/src/branch/master/ecrire/public/parametrer.php#L260 alors que ça n’est pas forcément défini.

    Rq : parfois ça n’existe pas, et parfois, dans des tentatives de hack, c’est `[’&id_article’]` qui est défini :

    contexte=`Array
    (
    [page] => article
    [amp ;id_article] => 10 or (1,2)=(select*from(select name_const(CHAR,1),name_const(CHAR,1))a) — and 1=1
    )`