Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (36)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (6607)

  • ffmpeg manage more ip cameras at the same time

    9 avril 2015, par Alessio

    How i can manage more gopro cameras at the same time ? I want to stream 3 video of 3 gopro at the same time and record the videos on the hard disk.
    I have write a tool in java for 1 gopro and it works correctly.
    Help me please !

  • NVIDIA codec compression time

    1er avril 2019, par rmt94

    I’m working with the NVIDIA video codec to encode a YUV video to the HEVC format. The problem is that I want to know the time it takes to perform the encoding and I can not find the way.

    Other codecs supported by FFMPEG such as x265 or hevc_qsv show the encoding time at the end of the process, but in the case of the NVIDIA codec no. Does anyone know of any command or method that allows to show this information ?

  • reduce moviepy processing time

    3 septembre 2021, par Mahesh

    I'm adding image & text to a video at a particular time only, this is the only change I'm doing to the video. But in the moviepy progress bar I can see that it goes over the rest of the frames in video even after the specified timeline. Probably this extra processing is causing it to take much more time than just the code specified changes.

    


    Is there a way I can tell moveipy to ignore rest of the video & close the video file and exit ? this way probably it'll perform faster.

    


    Please also indicate if there is any other ways to speed up the performance of moviepy ?