Recherche avancée

Médias (0)

Mot : - Tags -/alertes

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

Autres articles (43)

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

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

  • 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

Sur d’autres sites (7801)

  • avfilter/vf_zoompan : free out AVFrame on failure

    12 mai 2015, par Michael Niedermayer
    avfilter/vf_zoompan : free out AVFrame on failure
    

    Fixes : CID1197065

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/vf_zoompan.c
  • FFMPEG stop live stream to Youtube

    12 janvier 2021, par Louis Hudson

    I have a problem...FFMPEG starts live streaming at Youtube live and arround 20 to 40 seconds it stop to recording.&#xA;My terminal print :

    &#xA;

    &#xA;

    Delay between the first packet and last packet in the muxing queue&#xA;is 10008000 > 10000000 : forcing output

    &#xA;

    &#xA;

  • Packaging AV streams from youtube into mpeg2 ts container ?

    20 novembre 2015, par user3309374

    I am trying to pull video streams from Youtube and repackage it into MPEG2 TS container.Youtube streams audio(.m4a) and video(.mp4) as separate streams and packages into mp4 container format at the client end.Are there any ffmpeg libraries or any tools which packages the individual streams into MPEG2-TS container ?