Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (73)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (9074)

  • how to improve ffmpeg encode speed for png to webm ?

    24 septembre 2021, par Xiang Chen

    I used the following computer command to get the webm format video, but the processing efficiency is too low. Is there a better way to deal with this problem.
ffmpeg -loop 1 -framerate 1 -i ${filename2}.png -i ${filename2}.mp3 -shortest -fflags +shortest -max_interleave_delta 100M ${dest_video_dir_1}${filename2}.webm

    


  • avfilter/vf_mix : improve speed of processing

    14 février 2022, par Paul B Mahol
    avfilter/vf_mix : improve speed of processing
    
    • [DH] libavfilter/vf_mix.c
  • avfilter/af_speechnorm : speed up filtering code

    16 février 2022, par Paul B Mahol
    avfilter/af_speechnorm : speed up filtering code
    

    Reduce some asserts by default.

    • [DH] libavfilter/af_speechnorm.c