Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (85)

Sur d’autres sites (10124)

  • mdec : stop preferring the simple IDCT.

    21 juin 2017, par Ronald S. Bultje
    mdec : stop preferring the simple IDCT.
    

    This was added in e3e3c82555e2382125195c1ba9f34b5a43299abc, probably
    as a workaround for the fact that the quant table was not permutated
    and the IDCT coefficients are, meaning that you'd only get correct
    reconstruction if the IDCT permutation was an identity matrix, which
    happens to be the case when you use the simple IDCT. The quant table
    permutation bug was fixed in 42dd1434bf6a7230e4175c08fcfabc3ba51a0463,
    meaning this workaround is no longer necessary.

    In practical terms, before 42dd1434bf6a7230e4175c08fcfabc3ba51a0463,
    the PSNR between decodes of the fate-mdec using simple (C) or simplemmx
    IDCTs was 35. After 42dd1434bf6a7230e4175c08fcfabc3ba51a0463, it's 90.

    • [DH] libavcodec/mdec.c
  • How do I add whitespaces when running ffmpeg from php shell_exec

    24 avril 2017, par Please Help

    I am trying to insert text overlay, and can do this, but I cannot add spaces to the text.

    ffmpeg -i meme.mp4 -y -vf drawtext='/Users/me/Library/Fonts/Champagne & Limousines.ttf:text='testtext': fontcolor=white: fontsize=24' -codec:a copy outputtexttest.mp4 2>&1

    The error when I make testtext test text is :

    Unable to find a suitable output format for ’text : fontcolor=white : fontsize=24’ text : fontcolor=white : fontsize=24 : Invalid argument

  • Anomalie #3046 (Nouveau) : Modèle emb ne trouve pas le bon document lorsqu’il s’applique à un site...

    20 août 2013, par Joseph Larmarange

    Voir http://permalink.gmane.org/gmane.comp.web.spip.devel/64595 pour une présentation détaillée du problème.

    Supposons un site A qui souhaite afficher l’article d’un site B (la connexion au site ayant été configurée dans config/).

    spip.php ?page=article&id_article=1&connect=siteB fonctionne plutôt bien sauf dans le cas où dans l’article 1 du site B il y a un modèle emb incluant le document 1. En effet, le modèle va renvoyer le document 1 du site A et non le document 1 du site B. Cela est du à la présence d’un #INCLURE dans le modèle emb, #INCLURE ne transmettant pas la connexion.

    Si http://core.spip.org/issues/3044 est résolu, on peut rajouter le paramètre connect au #INCLURE. Sinon, il faut passer par une inclusion dynamique.