Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (57)

Sur d’autres sites (10654)

  • FFMpeg Crop, Scale, hflip and speed up video and audio

    4 décembre 2023, par Reach

    FFMpeg said Too many inputs specified for the "tetpts" filter ! Why wrong ? Help me please

    


    I am trying to crop, scale, hflip and speed up video and audio. When I was using

    


    


    ffmpeg -y -i input.mp4 -filter_complex "crop=iw/2:ih/2,scale=720:720,hflip,[0:v]setpts=0.8*PTS[v] ;[0:a]atempo=(1/0.8)[a]" -map "[v]" -map "[a]" output.mp4

    


    


  • avfilter/scale_cuda : add CUDA scale filter

    10 mai 2017, par Yogender Gupta
    avfilter/scale_cuda : add CUDA scale filter
    

    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] Changelog
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/version.h
    • [DH] libavfilter/vf_scale_cuda.c
    • [DH] libavfilter/vf_scale_cuda.cu
  • avcodec/aacdec_template : Fix fixed point scale in decode_cce()

    17 mai 2017, par Michael Niedermayer
    avcodec/aacdec_template : Fix fixed point scale in decode_cce()
    

    Fixes : runtime error : shift exponent 1073741824 is too large for 32-bit type 'int'
    Fixes : 1654/clusterfuzz-testcase-minimized-5151903795118080

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/aacdec_template.c