Recherche avancée

Médias (91)

Autres articles (80)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (4111)

  • avfilter : add vmafmotion filter

    15 septembre 2017, par Ashish Singh
    avfilter : add vmafmotion filter
    

    Signed-off-by : Ashish Singh <ashk43712@gmail.com>
    Signed-off-by : Ronald S. Bultje <rsbultje@gmail.com>

    • [DH] Changelog
    • [DH] doc/filters.texi
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/vf_vmafmotion.c
    • [DH] libavfilter/vmaf_motion.h
  • avfilter/lut3d : fix channel order in Iridas format parsing.

    4 janvier 2014, par Clément Bœsch
    avfilter/lut3d : fix channel order in Iridas format parsing.
    

    According to http://doc.iridas.com/index.php?title=LUT_Formats

    for 3D textures, the data is also RGB, and ordered in such a way
    that the red coordinate changes fastest, then the green coordinate,
    and finally, the blue coordinate changes slowest :

    Fixes Ticket #3236.

    • [DH] libavfilter/vf_lut3d.c
  • Decode H.264 stream from live555 using ffmpeg

    3 septembre 2013, par Straticiuc Vicu

    I try to decode H.264 frames for an IP Camera that uses onvif. For this i am using example testRTSPClient from live555. In FAQ is said that function afterGettingFrame() is called every time a new packet came in buffer and that packet is an NAL unit. On live555 part everything looks good. Now for decoding i am using ffmpeg and the frame i pass to the decoder are formed like discribed Here. Now my problem is that the ffmpeg is unable to decode my frames and i am getting errors like :

    top block unavailable for requested intra4x4 mode -1 at 18 0
    error while decoding MB 18 0
    no picture
    P sub_mb_type 13 out of range at 2 3

    What am i doing wrong with ffmpeg ?

    PS. example of I-Frame passed to ffmpeg Here

    with:
    red   is startcode
    green is SPS info
    black is PPS info
    blue  is I-Frame delivered by live555