|
17 | 17 | .. code-block:: shell |
18 | 18 | python -m badapple |
19 | 19 |
|
20 | | -Help message |
| 20 | +Help Message |
21 | 21 | ------------ |
22 | 22 |
|
23 | 23 | .. code-block:: md |
24 | 24 | usage: badapple [options] ... |
25 | 25 |
|
26 | | - BadApple-Python-OS-ISA-v0.0.3 |
| 26 | + BadApple-Python-OS-ISA-v0.0.4 |
27 | 27 |
|
28 | 28 | options: |
29 | | - -h, --help show this help message and exit |
30 | | - --help_audio show avaliable players |
31 | | - -i INPUT, --input INPUT |
| 29 | + -h, --help show this help message and exit |
| 30 | + --help_audio show avaliable players |
| 31 | + -i INPUT, --input INPUT |
32 | 32 | video file (use _BA_MP4 or _BA_BA to load built-in video) |
33 | | - -o OUTPUT, --output OUTPUT |
| 33 | + -o OUTPUT, --output OUTPUT |
34 | 34 | preload output file |
35 | | - --font FONT font data file |
36 | | - --audio AUDIO audio file (use _BA_WAV, _BA_MP3 or _BA_MP4 to load built-in audio) |
37 | | - --audio_player AUDIO_PLAYER |
38 | | - audio player [auto avplay mpv vlc mpg123 cmus simpleaudio pyaudio playsound pydub] |
39 | | - -s SCALE, --scale SCALE |
| 35 | + --font FONT font data file |
| 36 | + --audio AUDIO audio file (use _BA_WAV, _BA_MP3 or _BA_MP4 to load built-in audio) |
| 37 | + --audio_player AUDIO_PLAYER |
| 38 | + audio player [ffplay mpv vlc mpg123 cmus simpleaudio pyaudio playsound pydub auto] |
| 39 | + -s SCALE, --scale SCALE |
40 | 40 | width:height |
41 | | - -r RATE, --rate RATE frame rate |
42 | | - --not_clear not clear screen (with ANSI) before each frame |
43 | | - --contrast contrast enhancement |
44 | | - --preload preload video (not play) |
45 | | - --debug debug |
| 41 | + -r RATE, --rate RATE frame rate |
| 42 | + --not_clear not clear screen (with ANSI) before each frame |
| 43 | + --contrast contrast enhancement |
| 44 | + --preload preload video (not play) |
| 45 | + --debug debug |
46 | 46 |
|
47 | 47 | [ba]: https://www.youtube.com/watch?v=FtutLA63Cp8 |
0 commit comments