Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (96)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (9911)

  • Setting EBP data via FFMPEG

    14 octobre 2016, par user2475310

    With FFMPEG can we insert EBP data on certain frames ? If so what is the command ?

    We have IDR frames that must have EPB data.

  • Setting EBP data via FFMPEG

    14 octobre 2016, par user2475310

    With FFMPEG can we insert EBP data on certain frames ? If so what is the command ?

    We have IDR frames that must have EPB data.

  • how to create AVPacket manually with encoded AAC data to send mpegts ?

    21 janvier 2016, par JayMuzie

    I’m developing app which sends mpeg2ts stream using FFMPEG API.(avio_open, avformat_new_stream etc..)

    The problem is that the app already has AAC-LC audio so audio frame does not need to be encoded because my app just bypass data received from socket buffer.

    To open and send mpegts using FFMPEG, I must have AVFormattContext data which is created from FFMPEG API for encoder as far as I know.

    Can I create AVFormatContext manually with encoded AAC-LC data ? or I should decode and encode the data ? The information I know is samplerate, codec, bitrate..

    Any help will be greatly appreciated. Thanks in advance.