mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-07-31 13:18:51 +00:00
Update muxers documentation
Recording now supports formats other than mp4 and mkv.
This commit is contained in:
parent
5e59ed3135
commit
e637feba51
5 changed files with 11 additions and 10 deletions
|
@ -125,7 +125,7 @@ _scrcpy() {
|
|||
return
|
||||
;;
|
||||
--record-format)
|
||||
COMPREPLY=($(compgen -W 'mkv mp4' -- "$cur"))
|
||||
COMPREPLY=($(compgen -W 'mp4 mkv m4a mka opus aac' -- "$cur"))
|
||||
return
|
||||
;;
|
||||
--render-driver)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue