Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (111)

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

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (12830)

  • movenc : Add a flag for using default-base-is-moof in tfhd atoms

    29 octobre 2014, par Martin Storsjö
    movenc : Add a flag for using default-base-is-moof in tfhd atoms
    

    Similarly to the omit_tfhd_offset flag added in e7bf085b, this
    avoids writing absolute byte positions to the file, making them
    more easily streamable.

    This is a new feature from 14496-12:2012, so application support
    isn’t necessarily too widespread yet (support for it in libav was
    added in 20f95f21f in July 2014).

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] doc/muxers.texi
    • [DBH] libavformat/movenc.c
    • [DBH] libavformat/movenc.h
    • [DBH] libavformat/version.h
  • Minimize PCR Jitter in mpegts stream

    30 octobre 2014, par Anil

    I am using ffmpeg for capturing desktop screen and creating mpegts stream. I am using following command.

    ffmpeg -y -loglevel warning -f alsa -ac 2 -i pulse -f x11grab -s `xdpyinfo | grep 'dimensions:'|awk '{print $2}'` -i :0.0 -r 25 -g 12 -flags +ildct+ilme -top 1 -vcodec mpeg2video -b:v 2M -minrate 2M -maxrate 2M -bufsize 4M -muxrate 4M -pix_fmt yuv420p -acodec mp2 -ac 2 -b:a 128k -ar 48000 -aspect 4:3 -mpegts_original_network_id 0x0001 -mpegts_transport_stream_id 0x0003  -mpegts_service_id 0x0004 -mpegts_pmt_start_pid 0x0030 -mpegts_start_pid 0x0500 -metadata service_provider="TEST01" -metadata service_name="test01" -f mpegts  "udp://227.40.50.60:1234?pkt_size=1316"

    In output video I am getting PCR jitter 65.000ms-78.782ms. I need to minimize PCR Jitter to less than 0.1ms. Any idea, how to solve this problem ?

    • OS version : Fedoa 19
    • Kernel ver : 3.9.5-301.fc19.i686
    • ffmpeg ver :
      ffmpeg version 2.2.4 Copyright (c) 2000-2014 the FFmpeg developers
      built on Jul 14 2014 14:03:29 with gcc 4.8.1 (GCC) 20130603 (Red Hat 4.8.1-1)
      configuration : —extra-libs=-ldl —enable-gpl —enable-nonfree —enable-libfdk_aac —enable-libvpx —enable-x11grab —enable-libpulse —enable-libx264
      libavutil 52. 66.100 / 52. 66.100
      libavcodec 55. 52.102 / 55. 52.102
      libavformat 55. 33.100 / 55. 33.100
      libavdevice 55. 10.100 / 55. 10.100
      libavfilter 4. 2.100 / 4. 2.100
      libswscale 2. 5.102 / 2. 5.102
      libswresample 0. 18.100 / 0. 18.100
      libpostproc 52. 3.100 / 52. 3.100
  • movenc : Add a flag for using default-base-is-moof in tfhd atoms

    29 octobre 2014, par Martin Storsjö
    movenc : Add a flag for using default-base-is-moof in tfhd atoms
    

    Similarly to the omit_tfhd_offset flag added in e7bf085b, this
    avoids writing absolute byte positions to the file, making them
    more easily streamable.

    This is a new feature from 14496-12:2012, so application support
    isn’t necessarily too widespread yet (support for it in libav was
    added in 20f95f21f in July 2014).

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] doc/muxers.texi
    • [DH] libavformat/movenc.c
    • [DH] libavformat/movenc.h
    • [DH] libavformat/version.h