On-the-Fly Conversion of FFmpeg-Supported Audio Files #45
Closed
SilverServer34
started this conversation in
Ideas
Replies: 2 comments 1 reply
|
Ok I will take a look and implement on version 1.9.0. I will keep you updated. |
0 replies
|
@SilverServer34 I have deployed to version 1.9.0. .opus format will now work as well. |
1 reply
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.
Since the software already uses
ffmpeginternally, it should be fairly straightforward to convert compatible audio files on the fly for transcription.For example, to convert an audio file extracted from WhatsApp (which is typically saved in
.opusformat), you can simply run:I created a Quick Action on macOS that does exactly this — it converts the selected
.opusfile to.mp3usingffmpeg. Then I just drag the resulting MP3 into WhisperDesk for transcription.All reactions