Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (41)

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

  • Gestion générale des documents

    13 mai 2011, par

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (5531)

  • Server side video merging with FFmpeg through oline form

    1er août 2017, par San007

    I have a difficult problem and not enough knowledge to solve it, therefore I am hoping you guys can give me some advice or redirect me to a professional or professional software which can solve my problem.

    I want something fairly simple but I simply do not know how to begin. I Googled extensively but didnt find any related topics.

    What do I want ?
    I want an online form on my website where people can select different options, which are videos, for example
    Question 1
    1 (1.mp4) / 2 (2.mp4) / 3 (3.mp4)
    Question 2
    X (X.mp4) / Y (Y.mp4) / Z (Z.mp4)
    Question 3
    Email adres :
    Generate

    When the visitor clicks the generator button it should merge the video’s the customer has selected. e.g. 1 and X will result in one video file of 1.mp4 and X.mp4 merged. The system should then after succesfully merging the videos send a download link to the users e-mail adres and ideally delete the video from the server afterwards.

    I know I have not done a whole lot of research because my knowledge simply is not enough to create my own solution, but I hope you guys can send me in the right direction, I do not mind any commercial solution.

  • avfilter/vf_tpad : accept hardware frames in clone-only mode

    22 mai 2023, par Marvin Scholz
    avfilter/vf_tpad : accept hardware frames in clone-only mode
    

    When no drawing is to be performed, tpad can work fine with
    hardware frames, so advertise this in the query_formats
    callback and ensure the drawing context is never initialised
    when just cloning frames.

    Reviewed-by : Thilo Borgmann <thilo.borgmann@mail.de>
    Reviewed-by : Niklas Haas <git@haasn.dev>

    • [DH] libavfilter/vf_tpad.c
  • include/share/endswap.h : Improvements to fallthrough ENDSWAP_*.

    9 août 2014, par Erik de Castro Lopo
    include/share/endswap.h : Improvements to fallthrough ENDSWAP_*.
    

    According to patch author GCC can optimize expressions like
    "(a<<8)|(a>>8)", but has problems with "(a<<8)+(a>>8)".

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] include/share/endswap.h