Recherche avancée

Médias (0)

Mot : - Tags -/alertes

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

Autres articles (96)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (10476)

  • lavc/dxv : Support more real-world old version samples.

    8 septembre 2015, par Carl Eugen Hoyos
    lavc/dxv : Support more real-world old version samples.
    
    • [DH] libavcodec/dxv.c
  • Real fft error - ffmpeg

    22 juin 2016, par Steva

    I am trying to use ffmpegs fft utility for audio samples called real fft(rdft).

    But I have SIGSEGV error. Code is very simple.

    static void fft(float* data){
       RDFTContext * ctx = av_rdft_init(Globals::WindowSizePower, DFT_R2C)
       av_rdft_calc(ctx, data);
       av_rdft_end(ctx);
       av_free(ctx);
     }

    Defined constants are

    static const int WindowSize = 1024;
    static const int WindowSizePower = 10;

    Can someone tell me what I am doing wrong ? I tried to find example on internet where this ffmpeg utility is used but I didnt find any.

    EDIT :

    This is function which call this function

    void fftInit(float* correction){
           m_fft_data = new float[Globals::WindowSize]();
           memcpy(m_fft_data, correction, sizeof(float)*Globals::WindowSize);
           for(int i = 0; i < Globals::WindowSize; ++i){
               m_fft_data[i] *= m_data[i];
           }

           FFMPEGFFT::fft(m_fft_data);
       }

    Input data is properly allocated. I tested extracted data before coming to this part.

  • Revision fcdabb105f : Disable speed 6 for datarate test. One of the tests for real-time mode is faili

    21 mars 2014, par Marco Paniconi

    Changed Paths :
     Modify /test/datarate_test.cc



    Disable speed 6 for datarate test.

    One of the tests for real-time mode is failing at speed 6.
    Introduced recently, will enable again when fixed.

    Change-Id : I8f42de6a3eca226c9aa5c5e1fab98d629993c087