Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (106)

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

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (10419)

  • how to fetch raw YUV420p camera data

    10 juin 2014, par 谢小进

    I don’t know which value to use to fetch raw YUV420p data. code below first :

    AVCaptureVideoDataOutput *output = [[AVCaptureVideoDataOutput alloc] init];
    output.alwaysDiscardsLateVideoFrames = YES;
    output.videoSettings = @{(id)kCVPixelBufferPixelFormatTypeKey: [NSNumber numberWithUnsignedInt:kCVPixelFormatType_420YpCbCr8BiPlanarFullRange]};
    //output.videoSettings = @{(id)kCVPixelBufferPixelFormatTypeKey: [NSNumber numberWithUnsignedInt:kCVPixelFormatType_32BGRA]};

    dispatch_queue_t queue;
    queue = dispatch_queue_create("CameraQueue", NULL);
    [output setSampleBufferDelegate:self queue:queue];

    [session addOutput:output];

    I noticed that kCVPixelFormatType has some values, does somebody know which value is right to fetch raw YUV420p data ?

    kCVPixelFormatType_420YpCbCr8Planar
    kCVPixelFormatType_420YpCbCr8PlanarFullRange
    kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange
    kCVPixelFormatType_420YpCbCr8BiPlanarFullRange

    can be one of them ?

  • cavsdec : fix qp fixed slice handling

    9 juin 2014, par Michael Niedermayer
    cavsdec : fix qp fixed slice handling
    

    Fixes Ticket3400

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/cavs.h
    • [DH] libavcodec/cavsdec.c
  • Revision 6d5ac8f2e1 : reconinter : remove unnecessary functions, params Removes the redundant dst poin

    19 avril 2013, par John Koleszar

    Changed Paths : Modify /vp9/common/vp9_reconinter.c Modify /vp9/common/vp9_reconinter.h Modify /vp9/decoder/vp9_decodframe.c Modify /vp9/encoder/vp9_encodemb.c Modify /vp9/encoder/vp9_mbgraph.c Modify /vp9/encoder/vp9_rdopt.c reconinter : remove unnecessary functions, params Removes (...)