Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (75)

  • 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

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (4911)

  • ffmpeg 4 frames left in the queue on closing covert videos to mp4

    21 février 2018, par usertest

    I’m using ffmpeg to convert videos to mp4.It works fine for the most times.But rarely I got an error like this

    Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height [libmp3lame @ 0x3f54280] 4 frames left in the queue on closing

    This is the command I’ve run,

    exec("ffmpeg -i ".$directory_path_full." -max_muxing_queue_size 1024 ".$directory_path.$file_name.".mp4");

    when I add -max_muxing_queue_size 1024 first time It works fine but later I got the same error as "4 frames left in the queue on closing".How can I solve this issue ?

    Update1 :

    x264 [error]: malloc of size 5258880 failed

    Error initializing output stream 0:0 — Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
    [aac @ 0x5a82b60] Qavg : 65536.000
    [aac @ 0x5a82b60] 2 frames left in the queue on closing

  • avisynth : Remove a couple of useless AviSynthContext casts

    28 octobre 2013, par Stephen Hutchinson
    avisynth : Remove a couple of useless AviSynthContext casts
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/avisynth.c
  • avisynth : Switch a couple of AVERROR_UNKNOWNs to AVERROR(ENOMEM)

    28 octobre 2013, par Stephen Hutchinson
    avisynth : Switch a couple of AVERROR_UNKNOWNs to AVERROR(ENOMEM)
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/avisynth.c