Picking audio track in a multi-audio files #2083
Replies: 2 comments
-
You can extract the relevant audio track using ffmpeg. See this gist for examples. Other tools are also available. whisper itself does not support track selection. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The help page was confusing so I asked ChatGPT for help and made a pwsh script to extract the second audio track whenever applicable as a 16-bit FLAC file in a directory for MKV files. For those interested, here is the script: `function ExtractCommentaryAudio() {
}` |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to transcribe the director's commentary in a particular mkv file instead of the default audio. How do I choose a different audio track in Whisper?
Beta Was this translation helpful? Give feedback.
All reactions