Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (64)

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

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

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

Sur d’autres sites (8698)

  • nvenc : Properly free the fifos

    24 août 2015, par Luca Barbato
    nvenc : Properly free the fifos
    

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/nvenc.c
  • Converting youtube videos to mp3 in golang using a ffmpeg binary

    19 août 2015, par Bera

    With golang it’s possible to extract a mp3 file from a given youtube video url ?

    Is needed to download a video in mp4 format and then extract the audio in the mp3 format.

    Would be better to use a lib like youtube-dl to download the video in mp4 and after invoke a ffmpeg binary to extract the audio or there is a easy way using only go libraries or binds ?

    thanks for your help.

  • hls : Free packets when skipping packets when seeking

    29 juillet 2013, par Martin Storsjö
    hls : Free packets when skipping packets when seeking
    

    This fixes memory leaks present since 2b3d041cdc.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/hls.c