Recherche avancée

Médias (91)

Autres articles (82)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (14235)

  • Revision d61c1ea69b : Merge "Allow specifying a different prefix in x86inc.asm"

    15 avril 2015, par Johann

    Merge "Allow specifying a different prefix in x86inc.asm"

  • play channels from dvb with ffmpeg [on hold]

    30 décembre 2015, par mustafa.yavuz

    How can we play or process a tv channel with ffplay, ffmpeg from a tuner on tv card on linux. I am able to play with vlc when I tune a tuner wtih szap with command szap-s2 "channel" -a 0 -H . However, I could not achieve this with ffmpeg. I also want to play multiple channels at same time on one transponder.

  • Play audio from a byte array with ffmpeg

    6 février 2014, par ProgrammingGivesMeHeadaches

    I got an Android application to play a bytestream saved to a file, but now I need it to play the bytestream directly, without resorting to temporary files. I browsed through the native sources and I think my problem boils down to the FFMPEG functions avformat_open_input -> init_input, which both take a filename for an argument.

    What I do on the other hand is read UDP packets from a stream, and save them to byte[] arrays, and I want to be able to load a few of these buffered in memory packets with ffmpeg, but I didn't find any apparent way to do that with ffmpeg.

    PS. I read through this : Play a Video from MemoryStream, Using FFMpeg, but I doubt there is no easier/supported by ffmpeg way to do what I'm trying to do.

    Thanks in advance !