Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (50)

  • 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

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

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

Sur d’autres sites (10800)

  • FFMPEG can't generate 1920×1080 video

    4 juillet 2017, par Alex

    I’m trying to generate a dummy video with ffmpeg with 1920×1080 size. Ffmpeg seems to not work with this size but it works fine with 1280x720 and with 3840×2160

    The error message is the following :

    [testsrc @ 0x7f95e3d13da0] Unable to parse option value "1920×1080" as image size
    Last message repeated 1 times
    [testsrc @ 0x7f95e3d13da0] Error setting option size to value 1920×1080.
    [Parsed_testsrc_0 @ 0x7f95e3d13cc0] Error applying options to the filter.
    [lavfi @ 0x7f95e6000000] Error initializing filter 'testsrc' with args 'duration=30:size=1920×1080:rate=23.976'
    testsrc=duration=30:size=1920×1080:rate=23.976: Invalid argument

    And I’m using this cmd line arguments :

    ffmpeg -f lavfi -i testsrc=duration=30:size=1920×1080:rate=23.976 -vcodec h264 test_video.mov

    Changing the frame rate does not solve the problem.

    I have ffmpeg version 3.3.2 on OSX el capitan

    Am I missing something ?

  • Combining background video, audio, text and image to create a new vertical 1080*1920p video using ffmpeg

    3 mars 2023, par Arya Anish

    How can I combine background video, text and image to create a new vertical 1080*1920p video using ffmpeg. The text is contained in a sentences.txt file and each sentence is seperated by a line. Each senetence should stay on the video for n seconds. (for eg. 2 seconds) I tried using ChatGPT but, I quit, I spent 2 hours debugging and I don't want to do so for another 10 hrs.

    


  • Best way to concatenate videos that have different resolution (generally 1080 or 720)

    5 mai 2022, par jap101

    from command line or python would be best. and i am trying to concatenate around 15 clips of 45 seconds. preferably easy to automate with different number of videos and of different length.