myTest01 / feature_extraction /convert_video_to_audio_parallel.sh
meng2003's picture
Upload 357 files
2d5fdd1
raw
history blame contribute delete
91 Bytes
#!/bin/bash
find videos/ -type f -name '*.mp4' -print0 | parallel -0 ffmpeg -i {} {.}.wav