Recherche avancée

Médias (91)

Autres articles (73)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (9660)

  • Revision a142d6fc93 : Skip redundant motion search in 4x4 level rd loop This commit makes the encoder

    16 juillet 2013, par Jingning Han

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



    Skip redundant motion search in 4x4 level rd loop

    This commit makes the encoder to perform motion search only once
    per reference frame type for each 4x4/4x8/8x4 block. For bus_cif
    at 2000 kbps, the runtime goes from 253812ms -> 217817ms
    (14% speed-up) for speed 0.

    Change-Id : I5f17599ccc8cfaf93ccb4f98fcb6008af6d79e92

  • FFMPEG Convert from mov, mjpeg codec error

    30 août 2011, par vitel

    I've a problem when i try to convert a .mov to a .webm with ffmpeg... I've no problems from any others video format.

    I've enable the Quicktime formats "—enable-zlib" and with the "ffmpeg -formats" command i get .mov files as encode or decode.

    When i try to transform a video i get this :

     # ffmpeg -i /var/www/static/uploads/usersVideos/cavity0.mov -vcodec mjpeg  /var/www/static/uploads/usersVideos/cavity.webm
    ffmpeg version N-32159-gc70e852, Copyright (c) 2000-2011 the FFmpeg developers
    built on Aug 30 2011 14:16:07 with gcc 4.4.5
    configuration: --enable-gpl --enable-libmp3lame --enable-zlib --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-libvpx
      libavutil    51. 14. 0 / 51. 14. 0
      libavcodec   53. 12. 0 / 53. 12. 0
      libavformat  53. 10. 0 / 53. 10. 0
      libavdevice  53.  3. 0 / 53.  3. 0
      libavfilter   2. 37. 0 /  2. 37. 0
      libswscale    2.  0. 0 /  2.  0. 0
      libpostproc  51.  2. 0 / 51.  2. 0
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x13b7320] stream 0, error opening alias:     path='/matlab_sv13/work/cavity_flow/up500.jpg', dir='cavity_flow', filename='up500.jpg', volume='NONAME', nlvl_from=1, nlvl_to=1**
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x13b7320] Could not find codec parameters (Video: mjpeg (jpeg / 0x6765706A), 434x343, 4762 kb/s)
    /var/www/static/uploads/usersVideos/cavity0.mov: could not find codec parameters
    [1]    8265 exit 1     ffmpeg -i /var/www/static/uploads/usersVideos/cavity0.mov -vcodec mjpeg

    Someone has an idea ?

  • Revision c725502bf3 : Skip buffer update in sub8x8 rd loop This commit allows the encoder to skip a f

    20 juillet 2013, par Jingning Han

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



    Skip buffer update in sub8x8 rd loop

    This commit allows the encoder to skip a few buffer update steps in
    rd_pick_best_mbsegmentation, when early breakout has been triggered
    in the rd_check_segment_txsize. It provides about 1% speed-up for
    bus_cif at 2000 kbps, in the settings of speed 0.

    Change-Id : Ica034f10a24dec572b397d8389a2b81020ebc0b9