Advanced search

Medias (91)

Other articles (53)

  • Gestion générale des documents

    13 May 2011, by

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet; la récupération des métadonnées du document original pour illustrer textuellement le fichier;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP sur (...)

  • List of compatible distributions

    26 April 2011, by

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

  • Des sites réalisés avec MediaSPIP

    2 May 2011, by

    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.

On other websites (4728)

  • Allowed credit card numbers to contain spaces as well as dashes (spaces are commonly input by users). Resolves (#47, #39, #32)

    5 October 2011

    m jquery.validate.js m test/methods.js Allowed credit card numbers to contain spaces as well as dashes (spaces are commonly input by users). Resolves (#47, #39, #32) * Changed code to allow spaces * Amended comment * Added Qunit (...)

  • How can i write a tool that acquires video/audio from my input video card? [on hold]

    21 July 2014, by user3180895

    i’d like to write a simple program that can read audio and video from my input card and can save it in a file.

    I’d like to write it in Java, but if it is not possible, i can change language.
    I tried to use ffmpeg, but my device has crossbar limitations.

    My question is:

    Exists one library which can read input buffer from my device and save it in a file?

    Can someone post a "Hello World" code for a simple example?

    Thanks a lot.

    P.S. I am actual working with Windows.

  • avformat/hlsenc: copy codec_tag when stream copy

    5 July 2017, by Steven Liu
    avformat/hlsenc: copy codec_tag when stream copy
    

    when use fmp4 segment type in hls and use codec copy,
    there have an error message.
    error message:
    [mp4 @ 0x25df020] Tag avc1 incompatible with output codec id '28' ([33][0][0][0])
    [hls @ 0x2615c80] Some of the provided format options in '(null)' are not recognized
    Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
    this patch can fix it.

    Signed-off-by: Liu Qi <w_liuqi@kingsoft.com>
    Signed-off-by: Steven Liu <lq@onvideo.cn>

    • [DH] libavformat/hlsenc.c