This is more of a bookmark for me if I ever forget. If you have an MP4 file and need to convert it to an WAV or other formats, download ffmpeg and run the following command:
1 | ffmpeg -i input.mp4 output.wav |
Source: stackoverflow
This is more of a bookmark for me if I ever forget. If you have an MP4 file and need to convert it to an WAV or other formats, download ffmpeg and run the following command:
1 | ffmpeg -i input.mp4 output.wav |
Source: stackoverflow