- WSL2環境作っておく
- このメモではUbuntu環境
- Windows Terminalインストール
- Powerlineフォントの入手&インストール
- ここから手に入る.Source Code Proおすすめ.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ビットレートが半分のh265にエンコードして、.\done\に出力するスクリプト | |
| # NVENC使うのでGeForce系のグラボないとダメ | |
| $items = Get-ChildItem; | |
| Write-Output $lines; | |
| foreach($i in $items){ | |
| if($i.PSIsContainer -or [System.IO.Path]::GetExtension($i) -eq "ps1"){ | |
| continue; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // This file was initially generated by Windows Terminal 1.1.2021.0 | |
| // It should still be usable in newer versions, but newer versions might have additional | |
| // settings, help text, or changes that you will not see unless you clear this file | |
| // and let us generate a new one for you. | |
| // To view the default settings, hold "alt" while clicking on the "Settings" button. | |
| // For documentation on these settings, see: https://aka.ms/terminal-documentation | |
| { | |
| "$schema": "https://aka.ms/terminal-profiles-schema", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "filters": {}, | |
| "rules": { | |
| "preset-ja-engineering-paper": true, | |
| "preset-ja-spacing": true, | |
| "preset-ja-technical-writing": { | |
| "ja-no-mixed-period": { | |
| "periodMark": "." | |
| }, | |
| "max-kanji-continuous-len": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # TOPAZ Video Enhance AI Document | |
| # https://help.topazlabs.com/hc/en-us/articles/360046455552-Command-Line-Interface-Documentation | |
| $INPUT_VIDEO = "input.mp4" | |
| $OUTPUT = "output.mp4" | |
| New-Item -Name "images" -ItemType "directory" | |
| # オリジナル動画のフレームレートの取得(小数点第三位以下切り捨て) | |
| (ffprobe -loglevel quiet -show_streams -print_format json "input.mp4" | ConvertFrom-Json).streams[0].r_frame_rate -match "(.*)\/(.*)" | |
| $FRAME_RATE = [Math]::Truncate(([double]$Matches[1] / [double]$Matches[2]) * 100)/100 |
基本的にMacにWindowsキーボードとして認識させ,karabinerでうまいこと割り当てて運用する.
Traget Deviceを
- Niz BT5.0(Nordic): 一度有線接続したことがある場合
- Unknown(Nordic): 有線接続したことがない場合
として,以下の設定を行う
- left_command -> left_option