unable to find a suitable output format for 'ffmpeg'

前端 未结 3 1292
遇见更好的自我
遇见更好的自我 2020-12-04 02:35

I am using ffmpeg library for android.

I am passing one ffmpeg command for convert video format from .mp4 to .avi

<         


        
3条回答
  •  孤城傲影
    2020-12-04 03:04

    In my case, command was sent to me by email.

    In the following parameter, "-c:a", there was not a dash, but a windows character!

提交回复
热议问题