ฉันมีวิดีโอฉันต้องการแปลงเป็น mp3 (จากบรรทัดคำสั่ง - ไม่ใช่ GUI): video.mp4
ฉันเหนื่อย:
ffmpeg -i -b 192 video.mp4 video.mp3
ไม่ประสบความสำเร็จ ฉันได้รับข้อผิดพลาดต่อไปนี้:
WARNING: library configuration mismatch
Seems stream 0 codec frame rate differs from container frame rate: 59.83 (29917/500) -> 59.75 (239/4)
WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not kbits/s
Encoder (codec id 86017) not found for output stream #0.0
ดังนั้นฉันจึงลองใช้ง่อย:
lame -h -b 192 video.mp4 video.mp3
ฉันเข้าใจ:
Warning: unsupported audio format
ฉันพลาดอะไรไปรึเปล่า?