Replies: 1 comment 1 reply
-
-o simply expects just a basename used for all output formats and it adds the extensions according to selected output format f.e. .csv for -ocsv, .vtt for -ovtt etc. |
Beta Was this translation helpful? Give feedback.
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.
-
Hi when using the main example with multiple files I somehow seem to not be able to properly use the --output-file flag. I am basically doing this:
The variables I generate are just an overengineered way to make sure I don't pass it files I already processed. Other than that, I just generate a space separated string of files.
However, apart from the first wav file, all wav files go into
playlist_normalized/<wav_name>.txt
instead of the desiredoutput/<video_id>.txt
.I wonder is this because I incorrectly use the flag?
Beta Was this translation helpful? Give feedback.
All reactions