Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (58)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

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

  • Is it possible to calculate the output file size before creating it using FFmpeg ?

    17 février 2020, par Prabhakar

    I’m using FFmpeg to create an mp4 video from images. I use the following command to do that :

    ffmpeg -framerate 30 -i inp_%d.jpg -s 1920x1080 -y -crf 10 output.mp4

    Is it possible to calculate the size of the output.mp4 file before it is generated (before executing the above command) ?

  • upper size limit of ffmpeg while transcoding [on hold]

    16 février 2016, par Muhammad Ali Hassan

    I am using ffmpeg to transcode video files in .NET project. Its transcoding files successfully upto 10 Gb. If file is greater than 10Gb, ffmpeg didn’t transcode such a large file. Is there any size limit of ffmpeg while transcoding. Any help will be thankful

  • flvdec : Add sanity checking of the last packet size

    19 janvier 2016, par Martin Storsjö
    flvdec : Add sanity checking of the last packet size
    

    For http, this avoids spurious warnings about failed requests (e.g.
    HTTP error 416 Requested Range Not Satisfiable), if the last packet
    is truncated and the size read is bogus.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/flvdec.c