Ob-wsy commited on
Commit
1d1e310
·
verified ·
1 Parent(s): 0bd9132

Update README.md with custom content

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -18,6 +18,7 @@ A Telegram bot that can encode videos with custom settings and hardcode/softcode
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
  - Support for multiple subtitle formats (SRT, ASS, VTT)
22
  - Custom filename support
23
  - Progress tracking for downloads/uploads
@@ -36,6 +37,7 @@ A Telegram bot that can encode videos with custom settings and hardcode/softcode
36
  - `/softcode` - Embed subtitles (faster)
37
  - `/hardcode` - Burn subtitles into video
38
  - `/nosubs` - Encode without subtitles
 
39
  - `/reset` - Start over with settings
40
  - `/clear` - Clear all data
41
 
 
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