Skip to content

Commit a71669d

Browse files
committed
📝 update README
1 parent 9798008 commit a71669d

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,24 @@ python -m badapple
3333
```markdown
3434
usage: badapple [options] ...
3535

36-
BadApple-Python-OS-ISA-v0.0.5
36+
BadApple-Python-OS-ISA-v0.0.6
3737

3838
options:
3939
-h, --help show this help message and exit
40-
--help_audio show avaliable players
40+
--help_audio show avaliable players (default: False)
4141
-i INPUT, --input INPUT
42-
video file (use _BA_MP4 or _BA_BA to load built-in video)
42+
video file (use _BA_MP4 or _BA_BA to load built-in video) (default: _BA_MP4)
4343
-o OUTPUT, --output OUTPUT
44-
preload output file
45-
--font FONT font data file
46-
--audio AUDIO audio file (use _BA_WAV, _BA_MP3 or _BA_MP4 to load built-in audio)
44+
preload output file (default: )
45+
--font FONT font data file (default: )
46+
--audio AUDIO audio file (use _BA_WAV, _BA_MP3 or _BA_MP4 to load built-in audio) (default: )
4747
--audio_player AUDIO_PLAYER
48-
audio player [ffplay mpv vlc mpg123 cmus simpleaudio pyaudio playsound pydub auto]
48+
audio player [ffplay mpv vlc mpg123 cmus simpleaudio pyaudio playsound auto] (default: )
4949
-s SCALE, --scale SCALE
50-
width:height
51-
-r RATE, --rate RATE frame rate
52-
--not_clear not clear screen (with ANSI) before each frame
53-
--contrast contrast enhancement
54-
--preload preload video (not play)
55-
--debug debug
50+
width:height (0 means auto) (default: 0:0)
51+
-r RATE, --rate RATE frame rate (default: 1024.0)
52+
--not_clear not clear screen (with ANSI) before each frame (default: False)
53+
--contrast contrast enhancement (default: False)
54+
--preload preload video (not play) (default: False)
55+
--debug debug (default: False)
5656
```

README.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,23 @@ Help Message
3939
4040
usage: badapple [options] ...
4141
42-
BadApple-Python-OS-ISA-v0.0.5
42+
BadApple-Python-OS-ISA-v0.0.6
4343
4444
options:
4545
-h, --help show this help message and exit
46-
--help_audio show avaliable players
46+
--help_audio show avaliable players (default: False)
4747
-i INPUT, --input INPUT
48-
video file (use _BA_MP4 or _BA_BA to load built-in video)
48+
video file (use _BA_MP4 or _BA_BA to load built-in video) (default: _BA_MP4)
4949
-o OUTPUT, --output OUTPUT
50-
preload output file
51-
--font FONT font data file
52-
--audio AUDIO audio file (use _BA_WAV, _BA_MP3 or _BA_MP4 to load built-in audio)
50+
preload output file (default: )
51+
--font FONT font data file (default: )
52+
--audio AUDIO audio file (use _BA_WAV, _BA_MP3 or _BA_MP4 to load built-in audio) (default: )
5353
--audio_player AUDIO_PLAYER
54-
audio player [ffplay mpv vlc mpg123 cmus simpleaudio pyaudio playsound pydub auto]
54+
audio player [ffplay mpv vlc mpg123 cmus simpleaudio pyaudio playsound auto] (default: )
5555
-s SCALE, --scale SCALE
56-
width:height
57-
-r RATE, --rate RATE frame rate
58-
--not_clear not clear screen (with ANSI) before each frame
59-
--contrast contrast enhancement
60-
--preload preload video (not play)
61-
--debug debug
56+
width:height (0 means auto) (default: 0:0)
57+
-r RATE, --rate RATE frame rate (default: 1024.0)
58+
--not_clear not clear screen (with ANSI) before each frame (default: False)
59+
--contrast contrast enhancement (default: False)
60+
--preload preload video (not play) (default: False)
61+
--debug debug (default: False)

0 commit comments

Comments
 (0)