Recherche avancée

Médias (91)

Autres articles (98)

  • 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

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

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

Sur d’autres sites (10539)

  • ffmpeg.concat too slow when trying to merge video and audio file

    9 août 2021, par Geo

    I've been merging video and audio files with FFmpeg successfully but it's really slow. But I wanted to know if there's any way to speed this up, I'm really new to this module and I don't understand most stuff about it and how it works

    


    here's an example code :

    


    import ffmpeg


video = ffmpeg.input( 'C:/Users/geo/Downloads/video.mp4')
audio = ffmpeg.input ('C:/Users/geo/Downloads/audio.mp4')


ffmpeg.concat(video, audio, v = 1, a = 1).output('C:/Users/geo/Downloads/merged.mp4').run()


    


    thanks in advance

    


  • Révision 21985 : Une constante pour le timeout de connexion a la socket (par defaut a 10s au lieu ...

    11 avril 2015, par cedric -

    + une globale pour interdire le fallback par fopen quand on ne veut pas risquer un double timeout si on sait que le host peut nous bloquer avec son firewall

  • Is it possibel extract thumbnails and save them on website using youtube video. (by front-end users)

    24 octobre 2013, par Jaewook Koh

    I read blog about print youtube video on "http://www.labnol.org/internet/print-youtube-video/28217/".

    I have a self-hosted video site.

    But video hosting makes too many traffic.

    So I decideed another plan for site.

    It's to generate thumbnails of external video. Is it possible ?

    I found making thumbnails using ffmpeg, but there are a lot of videos in external platform(Like Youtube, Vimeo, etc)

    After I saw Amit Agarwal's blog("print youtube video"), I was very impressed.

    Anyway if it is impossible, I should find another way.

    Thanks-