Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (62)

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

  • How to add timestamp to ffmpeg in nginx-rtmp-module

    2 mars 2017, par helyao

    I use nginx-rtmp-module and ffmpeg to record rtmp video stream to mp4 file, but I want to know how to add timestamp to the mp4 file.

    My config as below :

    rtmp
    {
       server
       {
           listen 1935;
           timeout 10s;
           application mylive   {
               live on;
               exec /usr/bin/ffmpeg -i rtmp://localhost/$app/$name -vcodec copy -acodec copy -f mp4 /home/ubuntu/video/${name}.mp4;
           }
       }
    }

    I want to record the file with the name as $name-`date +%Y%m%d_%H%M%S`, but how can i do ?

  • Evolution #3819 (Nouveau) : Pouvoir demander un module PHP dans paquet.xml

    18 août 2016, par Maïeul Rouquette

    Actuellement, paquet.xml permet de requérir un plugin SPIP.

    Par contre il n’est pas possible de dire qu’il y a besoin d’un module php particulier (par exemple curl pour le plugin twitter).

    ne pourrait-on pas ajouter une balise qui conditionnerait l’activation d’un plugin à l’existence d’un module (à l’aide de la fonction get_loaded_extensions) ?

  • Can anyone recommend a version of FFMpeg for Ubuntu 12.04 that works with the Video Presets module, 7x-2.0 ?

    19 décembre 2013, par Alpinist1974

    I have the below version of FFMpeg installed through apt-get :

    ffmpeg version 0.7.6-4:0.7.6-0ubuntu0.11.10.3, Copyright (c) 2000-2011 the Libav developers
     built on Jan 24 2013 19:27:08 with gcc 4.6.1
     configuration: --extra-version='4:0.7.6-0ubuntu0.11.10.3' --arch=amd64 --prefix=/usr --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --enable-libvpx --enable-runtime-cpudetect --enable-vaapi --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --enable-shared --disable-static
     libavutil    51.  7. 0 / 51.  7. 0
     libavcodec   53.  6. 0 / 53.  6. 0
     libavformat  53.  3. 0 / 53.  3. 0
     libavdevice  53.  0. 0 / 53.  0. 0
     libavfilter   2.  4. 0 /  2.  4. 0
     libswscale    2.  0. 0 /  2.  0. 0
     libpostproc  52.  0. 0 / 52.  0. 0

    I am using Video module 7x-2.10 and Video Presets 7x-2.0. I just want to transcode to MPEG4, Webm and maybe OGG/V. Every combination of settings I try seem to fail, mainly with error messages coming from phpvideotoolkit regarding missing codecs, etc.

    If anyone knows of an optimal configuration using this version of FFMpeg and the Video Presets module, could you please post ? I am using the defualt presets that ship with the module which are supposed to work with FFMpeg, but for two days I've got nothing but failure messages when trying to convert.

    Thanks very much in advance !