File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,26 +27,25 @@ python -m badapple
2727``` markdown
2828usage: badapple [ options] ...
2929
30- BadApple-Python-OS-ISA-v0.0.2
30+ BadApple-Python-OS-ISA-v0.0.3
3131
3232options:
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
You can’t perform that action at this time.
0 commit comments