Skip to main content
deleted 79 characters in body
Source Link
Behroozfar
  • 928
  • 5
  • 12

Maybe that happens because of codec problems. The option -c:a copy copies Audio codec.

use ffmpeg -i 0.avi -c:a libmp3lame sound0.mp3 for encoding your audio to mp3 format.

(the option -vn do nothing with your purpose. it disables video defaults)

Maybe that happens because of codec problems. The option -c:a copy copies Audio codec.

use ffmpeg -i 0.avi -c:a libmp3lame sound0.mp3 for encoding your audio to mp3 format.

(the option -vn do nothing with your purpose. it disables video defaults)

Maybe that happens because of codec problems. The option -c:a copy copies Audio codec.

use ffmpeg -i 0.avi -c:a libmp3lame sound0.mp3 for encoding your audio to mp3 format.

Source Link
Behroozfar
  • 928
  • 5
  • 12

Maybe that happens because of codec problems. The option -c:a copy copies Audio codec.

use ffmpeg -i 0.avi -c:a libmp3lame sound0.mp3 for encoding your audio to mp3 format.

(the option -vn do nothing with your purpose. it disables video defaults)