- ffmpeg
- Convert a video (
.mp4file) to an only audio (.mp3file)- Open the Window’s Commands Promt, type:
cd C:\...ffmpeg -i "video_name.mp4" "video_name.mp3"
- Go to hugging-face: RASMUS drop the audio and create subtitles.
Search
Jul 31, 20241 min read
.mp4 file) to an only audio (.mp3 file)
cd C:\...ffmpeg -i "video_name.mp4" "video_name.mp3"