Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (65)

Sur d’autres sites (13936)

  • Anomalie #4014 (Nouveau) : Différence entre critères {id_xx} et {id_xx ?} avec id_xx un tableau

    14 octobre 2017

    Soit un squelette de test appelé avec ?page=test&id_mot[]=1&id_mot[]=2&id_mot[]=3&id_mot[]=4&id_mot[]=5&id_mot[]=6
    et 2 boucles avec pour seule différence le ?

    #ID_MOT
    #ID_MOT
    

    Dans le premier cas la requête SQL crée un IN avec les différents identifiants.
    Dans le second cas la requête SQL générée est en erreur avec un where : (mots.id_mot = (2 1 (3) : 4))
    (notons que ça s’arrête au 4è élément du tableau)

    Quel comportement devrait-il y avoir ?

  • What Is the Difference Between asetpts and atempo in FFmpeg Audio Filters ? [closed]

    23 mai, par Eric Stdlib

    I have been using FFmpeg to slow down or speed up video files (with audio). It seems that to speed up a video, setpts=0.5*PTS should be used. However, when speeding up an audio, asetpts=0.5*PTS and atempo=2.0 are both available. What is the difference between these two options ? Which is the better option ?

    


  • What is difference between delta QP and simple QP ?

    14 mars 2017, par Muhammad Abu bakr

    In context of video coding (especially HEVC), what is difference between delta qp and simple qp values ?