Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (41)

  • 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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

Sur d’autres sites (8639)

  • Concatenate a video and audio stream via urls and download them directly to user's computer

    10 juillet 2019, par CeylonDomains Solutions

    I’m looking for a solution for the following matter.

    I need to concatenate a video and an audio stream via URL and then download them directly to user’s computer without creating a merged file on server. Is there any possible way to do this via ffmpeg or any other tool ?

    Merging 2 files on server and then downloading this file to user’s computer is possible, but I’m expecting something more than that.

    Please note my application is a PHP application.

    Thanks in advance.

  • rtpdec : Free depacketizers if the init function failed

    24 février 2015, par Martin Storsjö
    rtpdec : Free depacketizers if the init function failed
    

    This is different from how it is handled in codecs/demuxers/muxers
    though (where the close function isn’t called if the open function
    failed), but since the number of depacketizers that have an .init
    function is quite limited, this is easy to change.

    The main point is that if the init function failed, we shouldn’t
    try to use that depacketizer at all - this makes sure that the
    parse function doesn’t need to check for the things that were
    initialized in the init function.

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

    • [DH] libavformat/rdt.c
    • [DH] libavformat/rtpdec.h
    • [DH] libavformat/rtpdec_mpegts.c
    • [DH] libavformat/rtsp.c
  • rtpdec : Free depacketizers if the init function failed

    24 février 2015, par Martin Storsjö
    rtpdec : Free depacketizers if the init function failed
    

    This is different from how it is handled in codecs/demuxers/muxers
    though (where the close function isn’t called if the open function
    failed), but since the number of depacketizers that have an .init
    function is quite limited, this is easy to change.

    The main point is that if the init function failed, we shouldn’t
    try to use that depacketizer at all - this makes sure that the
    parse function doesn’t need to check for the things that were
    initialized in the init function.

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

    • [DBH] libavformat/rdt.c
    • [DBH] libavformat/rtpdec.h
    • [DBH] libavformat/rtpdec_mpegts.c
    • [DBH] libavformat/rtsp.c