Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (63)

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

  • 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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (6710)

  • Revision b8ff84b7f8 : Create common dspr2 header file in vpx_dsp Move the common prefetch_load/store

    17 juillet 2015, par Jingning Han

    Changed Paths :
     Modify /vp9/common/mips/dspr2/vp9_common_dspr2.h


     Add /vpx_dsp/mips/common_dspr2.h



    Create common dspr2 header file in vpx_dsp

    Move the common prefetch_load/store in dspr2 to header file in
    vpx_dsp/mips.

    Change-Id : I8acc22970f2a0ef97d73061e39a3ae65c6955eac

  • avconv : create the complex filtergraphs earlier

    15 juillet 2015, par Anton Khirnov
    avconv : create the complex filtergraphs earlier
    

    Since global options are processed before all the other options now, we
    do not have to try creating the complex filtergraphs several times
    anymore, it is enough to do it once after the input files are opened.

    • [DH] avconv_opt.c
  • Create Video thumbnail in slim

    29 juillet 2015, par shivani gupta

    I am creating api’s using slim framework.My problem is that i am trying to upload video to localserver but the thumbnails of video are not generating.
    I have tried ffmpeg but it is not working :

    Here is my code :

    exec('ffmpeg -itsoffset -4 -i C:\xampp\htdocs\givemethatpic\shared_17008.mp4  -vcodec mjpeg -vframes 1 -an -f rawvideo -ss 620x440  C:\xampp\htdocs\givemethatpic\tdrrsss.jpg');

    I used ffmpeg-win32 setup and it installed the ffmpeg to C :\Program Files (x86).
    I do not know where i am wrong.Please tell why thumbnail is not generating ??