Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (73)

  • 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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (10022)

  • Does FFmpeg support Openmax IL HW decoder ?

    5 octobre 2017, par chang jc

    Dears :

    Does FFmpeg support Openmax IL HW decoder ?

    I have found & could use FFmpeg Openmax IL HW encoder which named omx.c.

    However, I did not find Openmax IL HW decoder implementation for FFmpeg ?

    Does there anyone know why ?

    Or someone has the experience to implement Openmax IL HW decoder for FFmpeg.

    Thanks in advance.

  • How to add a new stream after avformat_write_header function is called ?

    26 février 2019, par hellkni9ht

    I have several video sources that produce video frames. Each video source should be represented as the separate video stream inside an output video file(mp4 or mpegts).
    The problem is that I should specify the exact number of streams and create them before avformat_write_header function is called. If I try to add the stream after, I will get crash inside av_interleaved_write_frame. Is any way to add a stream on the fly ? Maybe there are some muxer options that I should specify ? Thanks in advance for your answers.

  • Add a new stream after avformat_write_header function is called

    26 février 2019, par hellkni9ht

    I have several video sources that produce video frames. Each video source should be represented as the separate video stream inside an output video file(mp4 or mpegts).
    The problem is that I should specify the exact number of streams and create them before avformat_write_header function is called. If I try to add the stream after, I will get crash inside av_interleaved_write_frame. Is any way to add a stream on the fly ? Maybe there are some muxer options that I should specify ? Thanks in advance for your answers.