ffmpeg根据m3u8转换成mp4

ffmpeg -i http://example.com/path/to/playlist.m3u8 -c:v libx264 -c:a aac output.mp4

你可能感兴趣的:(python,ffmpeg)