Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (108)

Sur d’autres sites (15436)

  • 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
  • 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
  • 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