GDSC-RCCIIT / General-Purpose-Scripts

A repository containing several general purpose Python scripts to automate daily and common tasks.
GNU General Public License v3.0
49 stars 116 forks source link

Added Video to audio convertor #304

Closed lovishprabhakar closed 3 years ago

lovishprabhakar commented 3 years ago

Description

Video to audio convertor using python.

Fixes #286

Type of change

Has This Been Tested?

Screenshot (if applicable)

The Code:

image

The Output:

image

Checklist:

OBITORASU commented 3 years ago

Update the readme to reflect the changes made to the script, also can you add a check to see if the user has entered a valid path. A try and except should do the job, just exit with status 1 in case of any error.

lovishprabhakar commented 3 years ago

Update the readme to reflect the changes made to the script, also can you add a check to see if the user has entered a valid path. A try and except should do the job, just exit with status 1 in case of any error.

done sir

lovishprabhakar commented 3 years ago

I apologize for the delay sir. My exams are going on that's why I am not able to give time to this work for now. I will start working on this again on Tuesday.

lovishprabhakar commented 3 years ago

@OBITORASU sir I have made the changes that you suggested. Kindly review.