Recherche avancée

Médias (91)

Autres articles (78)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • 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 (3027)

  • ffmpeg decode raw h264 distorted or gray image

    10 janvier 2019, par Hudson Cavazin

    I need to decode an H264 stream that comes from a live DVR camera.
    To facilitate the example, I stored the RAW stream from the DVR camera in the following file (test.h264) : http://f.zins.com.br/test.h264

    To decode the live stream, I followed the following ffmpeg example : https://github.com/FFmpeg/FFmpeg/blob/master/doc/examples/decode_video.c

    If I open the .h264 test with VLC, the images look perfect.
    If you decode the .h264 test with ffmpeg using avformat_open_input and avformat_find_stream_info, the images also look perfect.

    But if I decode using the https://github.com/FFmpeg/FFmpeg/blob/master/doc/examples/decode_video.c example, the images are all distorted. I think this happens because along with the H264 stream can have audio together.

    Enabling the debugging of ffmpeg, it shows a lot of the following errors :

    [h264 @ 092a9b00] Invalid NAL unit 0, skipping.
    [h264 @ 092a9b00] Invalid NAL unit 0, skipping.
    [h264 @ 092a9b00] Invalid NAL unit 0, skipping.
    [h264 @ 092a9b00] error while decoding MB 16 1, bytestream -28
    [h264 @ 092a9b00] Invalid NAL unit 8, skipping.
    [h264 @ 092a9b00] Invalid NAL unit 8, skipping.
    [h264 @ 092a9b00] Invalid NAL unit 8, skipping.

    Is there a way for me to only filter the video and ignore the audio from a live stream ?
    Otherwise, is there any solution to decode the test.h264 using the decode_video.c example without distorting the frames ?

    The distorted frame sometimes looks like the image below, and sometimes it gets almost all gray.
    distorted frame

  • avfilter/vf_lut : add support for gray formats

    22 décembre 2017, par Paul B Mahol
    avfilter/vf_lut : add support for gray formats
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/vf_lut.c
    • [DH] tests/ref/fate/filter-pixfmts-lut
  • avcodec/texturedsp : add rgtc1u gray decoding

    25 novembre 2017, par Martin Vignali
    avcodec/texturedsp : add rgtc1u gray decoding
    

    decode rgtc1 block in gray8 picture

    • [DH] libavcodec/texturedsp.c
    • [DH] libavcodec/texturedsp.h