錄製終端視頻 [root@localhost ~]# asciinema rec first.cast [root@localhost ~]# asciinema rec /www/wwwroot/first.cast # rec後面跟錄製文件的保存位置 [root@localhost ~]# as ...
錄製終端視頻
[root@localhost ~]# asciinema rec first.cast [root@localhost ~]# asciinema rec /www/wwwroot/first.cast # rec後面跟錄製文件的保存位置 [root@localhost ~]# asciinema rec /www/wwwroot/first.cast --append # 追加錄製
播放終端視頻
[root@localhost ~]# asciinema play first.cast # 正常速度播放 [root@localhost ~]# asciinema play -s 2 first.cast # 以2倍速重播 [root@localhost ~]# asciinema play -i 2 first.cast # 正常速度播放,但空閑時間限製為2秒
上傳錄製到asciinema.org
這是一個預設的asciinema-server 實例,並列印一個秘密鏈接,您可以使用它來在Web瀏覽器中觀看您的錄製內容。輸入exit,結束錄製後,就會彈出視頻保存的地址。
[root@localhost ~]# asciinema upload first.cast # 方式1:將錄製好的放上去 [root@localhost ~]# asciinema rec # 方式2:直接在錄製的時候,不加文件名,就會直接上傳了
https://mp.weixin.qq.com/s/oqZqGiQ3uNrNuT-nGrh9lg
https://www.cnblogs.com/dggsec/p/9216112.html