Recherche avancée

Médias (91)

Autres articles (89)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (9668)

  • /dev/nvidia0 opened multiple times while transcoding with ffmpeg

    22 novembre 2017, par sandeep

    While transcoding a video with ffmpeg hardware acceleration,the NVIDIA device getting opened multiple times.

    I am unable to understand why the device got opened those many times.enter image description here

  • Decode h264 example ios 7 frame by frame

    18 février 2016, par Андрей Ярядом

    Good day.

    I have a ip camera. From it frame by frame comes stream h264.

    On the Internet, in particular on stackoverflow, a lot of information about how to decode h264 on iOS.
    But this information is not clear.
    I ask you to show me an example and show right direction of how to decode a frame by frame h264 stream to iOS 7.

    What options I have seen and what I know about them :

    • ffmpeg - not suitable for me, as it has LGPL license.

    • AVAnimator library - license inappropriate for me.

    • Hardware decoder - the best solution, but as I understand it, is only
      available for iOS 8.

    For me to be the perfect option if you give me an example for correct decoding h264 stream and display it on the way to the screen.

    Regards.

  • ffmpeg_qsv : Fix hwaccel transcoding

    13 novembre 2016, par Mark Thompson
    ffmpeg_qsv : Fix hwaccel transcoding
    

    Set up the encoder with a hardware context which will match the one
    the decoder will use when it starts later.

    Includes 02c2761973dfc886e94a60a9c7d6d30c296d5b8c, with additional
    hackery to get around a3a0230a9870b9018dc7415ae5872784d524cfe5 being
    skipped.

    • [DH] ffmpeg_qsv.c