Skip to content

Commit b6061dd

Browse files
committed
📝 update README
1 parent deabb10 commit b6061dd

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,25 @@ python -m badapple
2727
```markdown
2828
usage: badapple [options] ...
2929

30-
BadApple-Python-OS-ISA-v0.0.2
30+
BadApple-Python-OS-ISA-v0.0.3
3131

3232
options:
3333
-h, --help show this help message and exit
34+
--help_audio show avaliable players
3435
-i INPUT, --input INPUT
35-
video file (use _BADAPPLE_MP4 or _BADAPPLE_BADAPPLE to load built-in video)
36+
video file (use _BA_MP4 or _BA_BA to load built-in video)
3637
-o OUTPUT, --output OUTPUT
3738
preload output file
3839
--font FONT font data file
39-
--audio AUDIO audio file (use _BADAPPLE_MP3 or _BADAPPLE_WAV to load built-in audio)
40+
--audio AUDIO audio file (use _BA_WAV, _BA_MP3 or _BA_MP4 to load built-in audio)
4041
--audio_player AUDIO_PLAYER
4142
audio player [auto ffplay avplay mpv vlc mpg123 cmus simpleaudio pyaudio playsound pydub]
4243
-s SCALE, --scale SCALE
4344
width:height
4445
-r RATE, --rate RATE frame rate
4546
--not_clear not clear screen (with ANSI) before each frame
46-
--not_check_player not check if player is available before playing
4747
--contrast contrast enhancement
4848
--preload preload video (not play)
49-
--avaliable_player show avaliable players
5049
--debug debug
5150
```
5251

0 commit comments

Comments
 (0)