Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Make audio_norm.sh test to see if the file is video or audio #5

Open
iamdamosuzuki opened this issue Apr 14, 2021 · 1 comment

Comments

@iamdamosuzuki
Copy link
Collaborator

It should be possible for audio_norm.sh to process audio or video files without breaking

@eddycolloton
Copy link
Contributor

I have the audio_norm.sh script working locally with a few test files, and I've added some PRs to show the small changes ( #13 #14 #15 ). The ffmpeg command works "as is" for both audio and video, but I've added an if statement for a ffmpeg command that omits the -c:v flag if the format isn't video, as proof of concept.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants