Recherche avancée

Médias (91)

Autres articles (109)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (11998)

  • How to dump the H264/RTP stream to a file without losing time info ?

    3 février 2014, par Fernando Silveira

    I coded an application to receive RTP packets via TCP (no packets are lost) from a hardware camera and dump its H264 packets to a file so I could play the video using MPlayer or VLC. This is already working and I pretty much did the steps described here. The commands to play the video are mplayer -fps 24 -demuxer h264es foobar.h264 and vlc foobar.h264.

    The issue is now when I play the video. The camera changes the FPS frequently and because I drop the RTP info when writing the H264 file, the timestamp of each frame is lost. My question is : what do I have to do to fix the frame frequency ? Should I create empty/blank P-frames (if that is possible) ? If so, how would I do it ?

    Any solution using Linux compatible tools or libraries (like ffmpeg, libx264, libavcodec) using shell, C/C++ or Python is very much welcome.

    PS : I have almost no experience with video encoding and RTP.

  • avfilter/buffersrc : print relevant info when skipping filter reinit

    25 janvier 2019, par Gyan Doshi
    avfilter/buffersrc : print relevant info when skipping filter reinit
    

    The timestamp of the changed input frame as well as its relevant
    properties can be examined by the user. Only applicable when
    reinit_filter is disabled on the input stream.

    • [DH] libavfilter/buffersrc.c
  • avformat/movenc : treat ALAC same as FLAC and write correct info

    14 décembre 2018, par Paul B Mahol
    avformat/movenc : treat ALAC same as FLAC and write correct info
    

    Fixes #7291.

    • [DH] libavformat/movenc.c