Kirito-ai commited on
Commit
86c27cc
·
verified ·
1 Parent(s): b4beee4

Update README.md with custom content

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -17,6 +17,8 @@ A Telegram bot that can encode videos with custom settings and hardcode/softcode
17
  - Hardcode or softcode subtitles
18
  - Adjust video quality and resolution
19
  - Convert between H.264/H.265 codecs
 
 
20
  - Support for multiple subtitle formats (SRT, ASS, VTT)
21
  - Custom filename support
22
  - Progress tracking for downloads/uploads
@@ -35,6 +37,7 @@ A Telegram bot that can encode videos with custom settings and hardcode/softcode
35
  - `/softcode` - Embed subtitles (faster)
36
  - `/hardcode` - Burn subtitles into video
37
  - `/nosubs` - Encode without subtitles
 
38
  - `/reset` - Start over with settings
39
  - `/clear` - Clear all data
40
 
 
17
  - Hardcode or softcode subtitles
18
  - Adjust video quality and resolution
19
  - Convert between H.264/H.265 codecs
20
+ - Control audio quality with AAC encoding and adjustable bitrate
21
+ - Select specific audio tracks from multi-audio videos
22
  - Support for multiple subtitle formats (SRT, ASS, VTT)
23
  - Custom filename support
24
  - Progress tracking for downloads/uploads
 
37
  - `/softcode` - Embed subtitles (faster)
38
  - `/hardcode` - Burn subtitles into video
39
  - `/nosubs` - Encode without subtitles
40
+ - `/quick` - Use default encoding settings
41
  - `/reset` - Start over with settings
42
  - `/clear` - Clear all data
43