Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (62)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

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

  • Revision 1407cf8588 : Fix VP9_mode_order[] Mis-merge of the following change managed to break mode or

    13 septembre 2013, par Paul Wilkins

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



    Fix VP9_mode_order[]

    Mis-merge of the following change managed to break mode order
    and delete two mode options (new alt ref and near alt ref)
    It also created a situation where we could test two undefined
    modes off the end of the VP9_mode_order[] data structure.
    "clang warnings : remove split and i4x4_pred fake modes"
    "Change Id : I8ef3c*"

    Initial testing on Akiyo at speed 2.
    101.35 44.567 44.447 improves to
    96.82 44.915 44.815

    Approx 0.3-0.4db gain and 2.5% size reduction

    Change-Id : Icff813e7c0778d140ad4f0eea18cf1ed203c4e34

  • Revision 657ee2d719 : Cleaning up model_rd_for_sb_y_tx. Removing references to plane_block_width and

    27 août 2013, par Dmitry Kovalev

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



    Cleaning up model_rd_for_sb_y_tx.

    Removing references to plane_block_width and plane_block_height (we are
    going to delete the latter ones).

    Change-Id : I7982da4d373aebb54d2209dc8886f6192df4d287

  • Error while opening encoder for output stream #0.1 - maybe incorrect parameters such as bit_rate, rate, width or height

    9 avril 2013, par Mahmoud Khafagy

    this is my command i exec() ffmpeg -i '1.mts' -deinterlace -ar 22050 -r 25 -qmin 3 -qmax 15 '1.flv' 2>&1

    and this is output

       Array
     (
       [0] => FFmpeg version SVN-r19795, Copyright (c) 2000-2009 Fabrice Bellard, et al.
       [1] =>   configuration: --enable-libmp3lame --enable-libvorbis --disable-mmx --enable-shared --prefix=/usr/ --enable-gpl
       [2] =>   libavutil     50. 3. 0 / 50. 3. 0
       [3] =>   libavcodec    52.35. 0 / 52.35. 0
       [4] =>   libavformat   52.38. 0 / 52.38. 0
       [5] =>   libavdevice   52. 2. 0 / 52. 2. 0
       [6] =>   libswscale     0. 7. 1 /  0. 7. 1
       [7] =>   built on Nov 29 2012 01:11:06, gcc: 4.1.2 20080704 (Red Hat 4.1.2-52)
       [8] => Input #0, mpegts, from '/home/gezgin99/public_html/app/webroot/uploads/entry/wrF15QJP6qgpuFI83MO0_1365508699.mts':
       [9] =>   Duration: 00:00:07.81, start: 1.000067, bitrate: 21934 kb/s
       [10] =>   Program 1
       [11] =>     Stream #0.0[0x1011]: Video: h264, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 50 tbr, 90k tbn, 50 tbc
       [12] =>     Stream #0.1[0x1100]: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s
       [13] =>     Stream #0.2[0x1200]: Subtitle: pgssub
       [14] => Output #0, flv, to '/home/gezgin99/public_html/app/webroot/uploads/entry/6A6PwqRI2aEdDwg2eHnf_1365508699.flv':
       [15] =>     Stream #0.0: Video: flv, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], q=3-15, 200 kb/s, 90k tbn, 25 tbc
       [16] =>     Stream #0.1: Audio: libmp3lame, 22050 Hz, 5.1, s16, 64 kb/s
       [17] => Stream mapping:
       [18] =>   Stream #0.0 -> #0.0
       [19] =>   Stream #0.1 -> #0.1
       [20] => Error while opening encoder for output stream #0.1 - maybe incorrect parameters     such as bit_rate, rate, width or height
    )