FFMPEG : Conversion Failed Error when trying trying to create facebook stream from image and audio?

后端 未结 1 1466
感情败类
感情败类 2021-01-28 04:32

Goal is to create stream for facebook from image and audio file.

This is my command:

ffmpeg \\
-re -y \\
-loop 1 \\
-f image2 \\
-i ./maxresdefault.jpg          


        
相关标签:
1条回答
  • 2021-01-28 05:35

    I was having the same problem, ended up switching my audio encoding to libvo_aacenc instead of libmp3lame...

    I have not tested if the audio still works however the stream is no longer dying.

    0 讨论(0)
提交回复
热议问题