Skip to content

[Command] Extract audio from a video #7

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

Open
sesh opened this issue Aug 9, 2023 · 4 comments
Open

[Command] Extract audio from a video #7

sesh opened this issue Aug 9, 2023 · 4 comments
Assignees
Labels
command Suggestions and request for command recipes.
Milestone

Comments

@sesh
Copy link

sesh commented Aug 9, 2023

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)

@taciturnaxolotl
Copy link

It looks like you can already do this with audio to mp3.

@zeh
Copy link
Owner

zeh commented Aug 9, 2023

Thanks! Good suggestion.

It looks like you can already do this with audio to mp3.

We should probably make it more clear/better show up in search though.

@zeh zeh self-assigned this Aug 9, 2023
@zeh zeh added the command Suggestions and request for command recipes. label Aug 9, 2023
@zeh zeh added this to FFmpeg.app Aug 9, 2023
@zeh zeh added this to the Beta milestone Aug 9, 2023
@zeh zeh moved this to Ungroomed in FFmpeg.app Aug 9, 2023
@sesh
Copy link
Author

sesh commented Aug 9, 2023

Ah, of course, that "audio to mp3" doesn't care about the input format! Just a search problem, I guess (or a me problem!).

@zeh
Copy link
Owner

zeh commented Aug 10, 2023

I'm of the opinion that if it happened to anyone, it's likely a UX problem worth solving for!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command Suggestions and request for command recipes.
Projects
Status: Ungroomed
Development

No branches or pull requests

3 participants