Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (91)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (13044)

  • Revision c0214e7155 : Cache loop filter errors. This avoids fitlering a frame multiple times at the s

    25 janvier 2014, par Alex Converse

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



    Cache loop filter errors.

    This avoids fitlering a frame multiple times at the same level.

    Change-Id : I1fd54dd7ea257d16da8569f48036b8fad3a3ed61

  • FFmpegFrameRecorder calls record() 20 times but the resulting mp4 file only has 2 frames

    8 janvier 2015, par Long_Le

    I’m using FFmpegFrameRecorder to create mp4(H264) video from camera preview. My recorder configuration is as follows.

    recorder = new FFmpegFrameRecorder(filePath, width, height);
    recorder.setVideoCodec(avcodec.AV_CODEC_ID_H264);
    recorder.setFormat("mp4");
    recorder.setFrameRate(VIDEO_FPS);
    recorder.setVideoBitrate(16384);
    recorder.setPixelFormat(avutil.AV_PIX_FMT_YUV420P);

    For the rest I follows closely to the sample code RecordActivity.java and was able to verify that

    recorder.record(yuvIplimage)

    gets called 20 (or more) times, which should create an mp4 with 20 frames. However, the resulting mp4 files after open up only has 2 frames (two first frame of the preview) ! I have no idea what have caused such behavior. Any help would be greatly appreciate. Thank you.

    Long Le

  • Revision 1ff94fea56 : Inline vp9_quantize() in xform_quant(). Cycle times : 4x4 : 151 to 131 cycles

    11 juillet 2013, par Ronald S. Bultje

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


     Modify /vp9/encoder/vp9_quantize.c


     Modify /vp9/encoder/vp9_quantize.h



    Inline vp9_quantize() in xform_quant().

    Cycle times :
    4x4 : 151 to 131 cycles (15% faster)
    8x8 : 334 to 306 cycles (9% faster)
    16x16 : 1401 to 1368 cycles (2.5% faster)
    32x32 : 7403 to 7367 cycles (0.5% faster)

    Total encode time of first 50 frames of bus @ 1500kbps (speed 0)
    goes from 1min39.2 to 1min38.6, i.e. a 0.67% overall speedup.

    Change-Id : I799a49460e5e3fcab01725564dd49c629bfe935f