Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (46)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

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

  • GIF file running only once in MP4 output file using FFMPEG

    5 février 2023, par asdasd asdasd

    I have a gif file with accompanying mp3 music.

    


    My goal is to run the gif file with the mp3 music file and out-put it as an MP4 file. This works, HOWEVER

    


    Once the file is outputted, I have some issues

    


    Firstly, the gif runs only once and freezes after that, the music runs until the file ends.

    


    Here is the fmpegg command I am using

    


     subprocess.run(
        ["ffmpeg", "-i", gif_file, "-i", chosen_mp3, "-pix_fmt", "yuv420p", "-t", "10", "-loop", "0", output_file],
        check=True,shell=True
    )


    


    How can I make it so that the gif does not freeze up after running once, i.e loops until end of file or loops for an N amount of times ?

    


    In the code above, I tried to make it loop for 10 seconds but still the same issue is happening.

    


  • How to embed SCC closed caption file into a video file mov/mp4/mpg

    5 août 2015, par Santhosh S

    I am trying to embed a closed caption (SCC) file into a video file and hitting on some problems.

    Please suggest how to embed SCC closed caption file into a video file mov/mp4/mpg

    Does FFMPEG support closed captions - scc files as input ?

    Which open source tools can I use to do the above task ?

    Thanks

  • List of file and the file size using cmd or media info/ffmpeg [duplicate]

    22 juillet 2021, par firekid2018

    We can use to get the file name dir /b>list.txt using windows CMD. is there anyway we can get the file size info with name using cmd/mediainfo/ffmpeg or other app ? CMD can generate the file size but it's in "bytes" formate. i am looking for KB/MB/GB format.

    


    logo.png 32KB
Header.png 160kb