iiitl / bash-practice-repo-24

0 stars 35 forks source link

Implemented music-extract #151

Closed ArshiaAdhya closed 5 months ago

ArshiaAdhya commented 5 months ago

FIXES #91

Wrote a simple bash script to extract the music from videos in a particular directory and store the resulting audio in another directory mirroring the original file hierarchy. The script simply stores the path to the videos folder provided in a variable and converts it into absolute path. Further, it constructs the path of the output folder to store the extracted audio.

Audio Extraction

Screenshot 2024-03-18 011003

Screenshot 2024-03-18 011028

@rootCircle kindly review.

rootCircle commented 5 months ago

Close, LGTM! :+1: Accepted! Great work @ArshiaAdhya!!