Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (57)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (5106)

  • AWS Lambda : how to give ffmpeg large files ?

    16 juin 2023, par Daniel Smith

    [Please note that this is now an old question, and that AWS has updated size limits. I would close it if there were an option of "no longer as relevant as when first posted".]

    


    Scenario :

    


    Using AWS Lambda (Node.js), I want to process large files from S3 ( > 1GB).
The /tmp fs limit of 512MB means that I can't copy the S3 input there.
I can certainly increase the Lambda memory space, in order to read in the files.

    


      

    • Do I pass the memory buffer to ffmpeg ? (node.js, how ?)
    • 


    • Or....should I just make an EFS mount point and use that as the transcoding scratchpad ?
    • 


    


  • Using ffmpeg for large amount of process in python [closed]

    26 mars 2020, par My Name

    Well, I have some audio conversions process using FFmpeg with os.system, But when I’m using that large amount of request the whole and the main script wait until the last (current) command (FFmpeg -i ...) runs and after finishing then next process runs.

    I know the solution is to do the processes simultaneously, so what’s your suggestion for that ?

  • ffmpeg crashing for large "-filter_complex_script" inputs

    5 février 2016, par user1605871

    We’re experiencing an issue where ffmpeg seg faults for very large
    "-filter_complex_script" input files (roughly 3MB). The input file
    consists of a very large number of drawbox filters.
    The same processing pipeline works fine for smaller files, but seems
    to have an issue as the file size increases. Is there a hard limit to
    how large this file can be ? If so, is there a "magic number"
    somewhere that we can increase and re-compile from source ?

    Does anyone have any other thoughts or advice ?

    Thanks in advance !