-
Notifications
You must be signed in to change notification settings - Fork 66
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
sox recipes #312
Comments
As basic as you can get, no real explanation needed:
|
I often need to convert my files to mono:
Same again but alternate syntax:
|
Use
Example:
|
The same can be done with the main
|
@JonnyTech you're a powerhouse!!!!!! |
Extract audio channels: left channel: Or if multi channels... Mix channels 1 and 3 into a single channel file: |
Almost forgot my useful command; generate a 10 second 1khz sinewave test tone:
|
All this can be done with ffmpeg. |
Indeed, I never said that it could not, ie:
But this is a |
Which could also be expressed as:
;-) |
Yeah! Half the battle for people learning about these things is understanding whats possible and why things run the way they do. It doesn't matter if ffmpeg can also do it. Maybe it's fun to see something implemented in a different way using a different library! |
@privatezero Could I possibly task you with writing a summary/introduction to sox and why people might find it useful? |
Is there any difference between FFMpeg's astats and sox's stat and stats? I played around these a while back, and I believe one of the sox outputs is unique (though maybe I didn't really know all the astats could do). |
As discussed in #310 and #309, we'd like to add an sox section to ffmprovisr, but we need recipes! Please share small scripts here! Especially you @privatezero!
The text was updated successfully, but these errors were encountered: