We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Love this! A command suggestion:
I find myself using ffmpeg to get the audio track from a video fairly often (for transcription, or to create an audio-only podcast from a video), etc.
ffmpeg -i in.mp4 -q:a 0 -map a out.mp3
(via https://superuser.com/questions/332347/how-can-i-convert-mp4-video-to-mp3-audio-with-ffmpeg)
The text was updated successfully, but these errors were encountered:
It looks like you can already do this with audio to mp3.
Sorry, something went wrong.
Thanks! Good suggestion.
We should probably make it more clear/better show up in search though.
Ah, of course, that "audio to mp3" doesn't care about the input format! Just a search problem, I guess (or a me problem!).
I'm of the opinion that if it happened to anyone, it's likely a UX problem worth solving for!
zeh
No branches or pull requests
Love this! A command suggestion:
I find myself using ffmpeg to get the audio track from a video fairly often (for transcription, or to create an audio-only podcast from a video), etc.
(via https://superuser.com/questions/332347/how-can-i-convert-mp4-video-to-mp3-audio-with-ffmpeg)
The text was updated successfully, but these errors were encountered: