Recherche avancée

Médias (91)

Autres articles (86)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

Sur d’autres sites (11194)

  • avformat/avio{,buf} : introduce public AVIOContext::bytes_{read,written}

    17 octobre 2021, par Jan Ekström
    avformat/avio,buf : introduce public AVIOContext::bytes_read,written
    

    Such fields can be seen as generally useful in cases where the
    API user is not implementing custom AVIO callbacks, but still would
    like to know if data is being read or written out, such as in case
    data is being read from input but no AVPacket has been received yet.

    • [DH] doc/APIchanges
    • [DH] libavformat/avio.h
    • [DH] libavformat/avio_internal.h
    • [DH] libavformat/aviobuf.c
    • [DH] libavformat/version.h
  • avio : Keep track of the amount of data written

    6 décembre 2016, par Luca Barbato
    avio : Keep track of the amount of data written
    

    Make avio_size() work with any write AVIOContext.

    • [DBH] libavformat/avio.h
    • [DBH] libavformat/aviobuf.c
    • [DBH] libavformat/version.h
  • Recover h264 stream from gstreamer written to disk after h264parse step

    3 juillet 2023, par nioroso

    I have some files that were written to disk after the following pipeline :

    


    libcamera-vid -t 0 -n -o - | gst-launch1.0 fdsrc fd=0 ! h264parse config-interval=-1 ! tee name=output .output ! queue ! rtph264pay ! udpsink host=127.0.0.1 port=5600 .output ! queue ! filesink location=/video/$(date).h264 


    


    The problem is the pipeline is wrong, h264parse should have been before rtph264pay and now the file outputs are all invalid h264 bytestreams and I cant read them. The correct pipeline works fine and the h264 files are in the correct format for ffmpeg etc, but I need to recover the wrong format files.

    


    I tried the following pipelines but none where able to find valid data :

    


    gst-launch-1.0 filesrc location=./test.h264 ! decodebin ! avdec_h264 ! fakesink
gst-launch-1.0 filesrc location=./test.h264 ! h264parse ! avdec_h264 ! fakesink


    


    also ffmpeg cannot read this output file. Is there any way to recover these files ?

    


    Hexdump of some of the starting bytes of the file, in case its useful :

    


    00000000  00 00 00 25 27 64 00 28  ac 2b 40 28 83 df dc 20
00000010  00 00 03 00 20 00 00 03  01 5c 94 00 04 c4 b0 00
00000020  0b eb cd ef 70 0f 12 26  a0 00 00 00 05 28 ee 06
00000030  f2 c0 00 01 ef 3b 25 88  80 4f 89 47 d2 7b aa 73