Skip to content

Commit de5ba87

Browse files
committed
update readme
1 parent 8b79696 commit de5ba87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can structure a command in three fundamental ways:
4747
| Command Argument | Meaning |
4848
| ---------------------------- | ------- |
4949
| `-h` or </br>`--help` | List all available parameters, their description and default values, then exit. |
50-
| `-l` or </br>`--language` | Set the CLI language, currently supported: `zh_CN`, `ja_JP`, `fr_FR`, `es_ES`, `it_IT`, `de_DE`, `pt_BR`, `ru_RU`, `ko_KR`, `en_US`, `pl_PL`, `uk_UA`, `hi_IN`. Default is system locale if supported, fallback is `en_US`.|
50+
| `-l` or </br>`--language` | Set the CLI language, currently supported: `zh_CN`, `ja_JP`, `fr_FR`, `es_ES`, `it_IT`, `de_DE`, `pt_BR`, `ru_RU`, `ko_KR`, `en_US`, `pl_PL`, `uk_UA`, `hi_IN`, `ar_SA`, `id_ID`. Default is system locale if supported, fallback is `en_US`.|
5151
| `-i` or </br>`--input` | Path to file itself or directory containing files to be converted. If not provided, the directory from where the script is called will be used. |
5252
| `-f` or </br>`--format` | Desired output file format, either `mp2`, `mp3`, `flac`, `wav`, `aac`, `aiff`, `ogg`, `oga`, `m4a`, `ac3`, `dts`, `weba`, `wma`, `mka`, `wv`, `caf`, `tta`, `m4b`, `eac3`, `spx`, `au`, `opus`, `m3u8`, `w64`, `mlp`, `adts`, `sbc`, `thd`, `jpeg`, `png`, `gif`, `bmp`, `pdf`, `srt`, `webp`, `tiff`, `tga`, `eps`, `ps`, `ico`, `eps`, `jpeg2000`, `im`, `pcx`, `ppm`, `mp4`, `webm`, `mov`, `mkv`, `avi`, `wmv`, `flv`, `m2ts`, `3gp`, `3g2`, `mjpeg`, `asf`, `vob`, `ts`, `raw`, `mpg`, `mxf`, `drc`, `swf`, `f4v`, `m4v`, `mts`, `m2v`, `yuv`, movie codecs like `h263p`, `h264`, `h265`, `xvid`, `mpeg1`, `mpeg2`, `mpeg4`, `av1`, `avc`, `theora`, `vp8`, `vp9`, `hevc`, `prores`, `huffyuv`, `ffv1`, `ffvhuff`, `v210`, `v410`, `v308`, `v408`, `zlib`, `qtrle`, `snow`, `svq1`, `utvideo`, `cinepak`, `msmpeg4`, `h264_nvenc`, `vpx`, `h264_rgb`, `mpeg2video`, `prores_ks`, `vc2`, `flv1`, or protocols like `hls` and `dash` |
5353
| `-o` or </br>`--output` | Directory to save converted files into. Writing to the input file path, if none provided. |

0 commit comments

Comments
 (0)