Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (54)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (4101)

  • FFMPEG record http video stream with normal speed

    6 mai 2023, par user3119509

    I'm recording an http stream from my IP Camera (TPLINK NC200), using this command :

    



    ffmpeg -i http://admin:YWRtaW4=@192.168.0.18:8080/stream/getvideo -t 30 -acodec copy -vcodec copy abc.mp4


    



    As you can see , the video length is set to 30 seconds ( -t option ) . But it takes about 1 minute 30 seconds to record , and the video speed is very high ( the camera recording a stopwatch and a 30-second video recorded the timer to 1 minute and 11 seconds ).

    



    Is there some ffmpeg option to get a normal speed video ? Or the problem is the camera configuration ?

    


  • Speed up audio by time and not by percentage

    1er août 2018, par Kulcanhez

    Is it possible to speed up audio by time and not by percentage ? I have thousands of audios and I need all of them to be 1 minute. I already searched but I haven’t found anything. Thank you !

  • Increase processing speed FFmpeg

    12 juillet 2018, par Yarik Denisyk

    I try to scale video from a gallery using FFmpeg library on android.
    I am using the following command :

    val command = arrayOf("-i", background, "-vf", "scale=$width :$height", out)

    But for it`s very slow. For the video 10 sec, I need to wait around one minute.
    My video resolution 2160x3840
    As I understand now FFmpeg uses CPU for processing. Do have some way to use GPU or make it process faster ?