Advanced search

Medias (1)

Tag: - Tags -/Rennes

Other articles (34)

  • Support audio et vidéo HTML5

    10 April 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • Taille des images et des logos définissables

    9 February 2011, by

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

  • Gestion de la ferme

    2 March 2010, by

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

On other websites (5745)

  • ffmpeg-X264 encode —BGRA to AVFrame(ffmpeg) and viceversa? for IOS

    6 April 2012, by Asta ni enohpi

    Am working Video Processing in IOS(iphone/ipod/ipad) Using Objective c. i am using AVFoundation Framework to Capture Video . i want to Encode/decode those video frame using ffmpeg-libx264. i have compiled ffmpeg-x264 lib for ios. i got kCVPixelFormatType_32BGRA from AVFoundation.

    my problem is
    1.How to convert kCVPixelFormatType_32BGRA to AVFrame for enode using avcodec_encode_video?

    2.How to convert AVFrame to kCVPixelFormatType_32BGRA @ decode side from avcodec_decode_video2?

    Please help me to start above process or give path for working tutorial .Thanks in advance.

  • ffmpeg-X264 encode —BGRA to AVFrame(ffmpeg) and viceversa? for IOS

    6 April 2012, by Asta ni enohpi

    Am working Video Processing in IOS(iphone/ipod/ipad) Using Objective c. i am using AVFoundation Framework to Capture Video . i want to Encode/decode those video frame using ffmpeg-libx264. i have compiled ffmpeg-x264 lib for ios. i got kCVPixelFormatType_32BGRA from AVFoundation.

    my problem is
    1.How to convert kCVPixelFormatType_32BGRA to AVFrame for enode using avcodec_encode_video?

    2.How to convert AVFrame to kCVPixelFormatType_32BGRA @ decode side from avcodec_decode_video2?

    Please help me to start above process or give path for working tutorial .Thanks in advance.

  • Revision 60456083e9: Do joint motion search iteratively Allow motion search multiple times iterative

    11 May 2013, by Yunqing Wang

    Changed Paths:
     Modify /vp9/encoder/vp9_rdopt.c



    Do joint motion search iteratively

    Allow motion search multiple times iteratively, and break out
    the loop if this search couldn't find better motion vectors.
    Limit the maximum number of search to 2.

    Tests results:
    1. stdhd set: 0.311%(overall psnr); 0.346%(ssim).
    positive gain on 10 out of 16 clips(best: 2.746% on sunflower;
    worst: -0.434% on old_town_cross).
    2. derf set: 0.016%(overall psnr); 0.062%(ssim).
    positive gain on half of the clips(best: 0.499% on bowing;
    worst: -0.387 on city).

    Change-Id: Ibf0a51776d4caf7707be0586346db08128117559