Recherche avancée

Médias (91)

Autres articles (111)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (13128)

  • vc2enc : cache bits per quantizer, calculate wasted bits

    27 février 2016, par Rostislav Pehlivanov
    vc2enc : cache bits per quantizer, calculate wasted bits
    

    Needed for following commits, also a speed increase.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/vc2enc.c
  • How to calculate avrage PSNR when it contains inf values ?

    15 février 2019, par Talia

    I got PSNR via VQMT, then I found some ’inf’ values in the calculated csv file which I understood it means the frame in the decoded sequence is identical to the original video frame. There are also some values like 111.29. My question here is that what is the max value for PSNR before inf ? because it seems 111.29 is a very high value but they are not the same ! why do I have these big values ?

    At the end of CSV file (contains PSNR for all frames) the average PSNR is written ’inf’. My question is that how should I get the average PSNR ? should I ignore the inf frames and getting the average for the rest ? it is not very accure in my mind ! or I should, for example, replace inf with something like 111.229 and then getting average with it ?

    My question here is I understand 111.229 could be the max threshold when the two frames are identical, but I can’t find any reference for it, if this is right do you know any reference for it ?

  • avformat/vpcc : Calculate VP9 level from Luma's Sample rate and Picture size

    23 avril 2018, par Karthick Jeyapal
    avformat/vpcc : Calculate VP9 level from Luma's Sample rate and Picture size
    
    • [DH] libavformat/vpcc.c
    • [DH] libavformat/vpcc.h