Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (55)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (9150)

  • fftools/ffmpeg_demux : move InputFile.readrate to private data

    13 décembre 2023, par Anton Khirnov
    fftools/ffmpeg_demux : move InputFile.readrate to private data
    

    It is not used outside of ffmpeg_demux.

    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_demux.c
  • How I can retreive rtp timestamp with ffmpeg C API without private headers ?

    25 août 2017, par Pavel

    I use ffmpeg libraries in my app for rtp streaming. For my purpose I need some unique "id" for each frame that can be sended to client app. I want to use rtp timestamp of frame for this purpose. How I can get rtp timestamp from ffmpeg via public headers ?

    And second question : if no ways for get rtp, how I can inject some small my data to AVPacket on server side and extract it on client side ?

  • fftools/ffmpeg_enc : split Encoder into a private and public part

    24 septembre 2024, par Anton Khirnov
    fftools/ffmpeg_enc : split Encoder into a private and public part
    

    Similar to what was previously done for other components, e.g. decoders
    (see 3b84140a1bb5a5b3044915888a40a7b619921633).

    Start by moving samples,frames_encoded into the public struct.

    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_enc.c
    • [DH] fftools/ffmpeg_mux.c