|
|
|
|
★今回購入 【 第2世代 チップ採用 】 HDMI キャプチャーボード USB2.0 1080P HDMI ゲームキャプチャー、 ビデオキャプチャカード ゲーム実況生配信、画面共有、録画、医用撮像、ライブ会議に適用 Nintendo Switch、Xbox One、OBS Studio対応 電源不要 軽量小型 簡単接続 ASIN: B08HN2XR3C |
★今回購入 軽量小型 電源不要 キャプチャー 持ち運びに便利 ASIN: B08K9875WJ 海外発送なので時間は掛かるが、480円と激安! |
HDMI キャプチャーボード ゲームキャプチャー USB2.0 ビデオキャプチャカード 1080P30Hz ゲーム実況生配信、画面共有、録画、ライブ会議に適用 小型軽量 ASIN: B08HQ97XM6 |
Y&H HDMIキャプチャカード HD 1080P 録画 配信用、HDMI キャプチャー、ビデオキャプチャ DSLR ビデオカメラ ミラーレス Xbox 360 One PS4 Wii U Switch 対応 HDVC2 ASIN: B088T5M7GX |
USB ビデオ デバイス MacroSilicon HDMI Capture Device VID=0x534D PID=0x2109 MacroSilicon MS2109 USB\VID_534D&PID_2109&MI_00\6&19E539F2&0&0000 USB\VID_534D&PID_2109&REV_2100&MI_00 USB\VID_534D&PID_2109&MI_00
mono-to-stereo.exe --out-device "CABLE Input (VB-Audio Virtual Cable)"
> mono-to-stereo.exe --list-devices Active render endpoints found: 2 CABLE Input (VB-Audio Virtual Cable) スピーカー (Takaratomy2) Active capture endpoints found: 2 マイク (Realtek(R) Audio) CABLE Output (VB-Audio Virtual Cable)
0.53jp for Windows Japanese Language Shift-JIS Localize 0.52jpの > デフォルトの出力デバイス名を > "CABLE Input (VB-Audio Virtual Cable)" がバグっており Error: Could not find a device named CABLE Input (VB-Audio Virtual Cable) になるのを修正しました。 デフォルトの出力デバイス取得処理のパラメタ変更 を取り込みました。プルリクありがとうございます。
0.52jp for Windows Japanese Language Shift-JIS Localize デフォルトの出力デバイス名を "CABLE Input (VB-Audio Virtual Cable)" にした。 存在しない場合はデフォルトを出力デバイスにします。 これで、面倒な引数の指定が一切不要になりました。 また、引数指定の指定子を -l -i -o -b も受け付ける様にした。
Error: Could not find a device named CABLE Input (VB-Audio Virtual Cable) Press Enter to quit...Probably spurious glitch reported after 1920 frames 「CABLE Input (VB-Audio Virtual Cable)」デバイスが見つからないってエラーなので、コマンドラインで -lでデバイス一覧を表示してみて、 Active render endpoints found: に「CABLE Input (VB-Audio Virtual Cable)」が有る事を確認してみてください。 ※ VB-Audio Virtual Cableのインストールが失敗している可能性が高い 実行例:(下記は VB-Audio Virtual Cableが正常にインストールされている場合) C: > mono-to-stereo.exe -l Active render endpoints found: 2 スピーカー (2- Takaratomy2) CABLE Input (VB-Audio Virtual Cable) Active capture endpoints found: 3 CABLE Output (VB-Audio Virtual Cable) マイク (High Definition Audio Device) デジタル オーディオ インターフェイス (2- USB Digital Audio)
0.51jp for Windows Japanese Language Shift-JIS Localize 日本語 Windowsで --in-deviceの引数指定を無しで動く様にデフォルトの入力デバイス名を "デジタル オーディオ インターフェイス" に変更し、省略時のデバイス名の比較を前方一致にした。 ※ 正確には部分一致 前方一致にする事で USB 2.0と USB 3.0のキャプチャデバイスの両方に対応します。 例: "デジタル オーディオ インターフェイス (USB Digital Audio)" "デジタル オーディオ インターフェイス (USB3. 0 capture)" また、同一デバイスの場合でも USBの差し込みを変更した場合に数字が付与される場合にも対応します。 例: "デジタル オーディオ インターフェイス (2- USB Digital Audio)"
mono-to-stereo.exe Press Enter to quit... (キャプチャが完了したら「リターンキー」を押すと終了する) Stopping capture... Received stop event after 344640 frames
mono-to-stereo.exe --in-device "デジタル オーディオ インターフェイス (USB Digital Audio)" または、 mono-to-stereo.exe --in-device "デジタル オーディオ インターフェイス (USB3. 0 capture)" Press Enter to quit... (キャプチャが完了したら「リターンキー」を押すと終了する) Stopping capture... Received stop event after 344640 frames
> mono-to-stereo.exe --list-devices Active render endpoints found: 1 スピーカー (Takaratomy2) Active capture endpoints found: 2 マイク (Realtek(R) Audio) デジタル オーディオ インターフェイス (USB Digital Audio)
> mono-to-stereo.exe -? mono-to-stereo v0.5 mono-to-stereo.exe -? mono-to-stereo.exe --list-devices mono-to-stereo.exe [--in-device "Device long name"] [--out-device "Device long name"] [--buffer-size 128] [--no-skip-first-sample] -? prints this message. --list-devices displays the long names of all active capture and render devices. --in-device captures from the specified device to capture ("Digital Audio Interface (USB Digital Audio)" if omitted) --out-device device to stream stereo audio to (default if omitted) --buffer-size set the size of the audio buffer, in milliseconds (default to 64ms) --no-skip-first-sample do not skip the first channel sample
;version 4 (setf ln (truncate len)) (setf input (snd-fetch-array (aref *track* 0) ln ln)) (setf ln (/ ln 2)) (setf left (make-array ln)) (setf right (make-array ln)) (dotimes (i ln) (setf (aref left i) (aref input (* 2 i))) (setf (aref right i) (aref input (1+ (* 2 i))))) (vector (snd-from-array 0 48000 left) (snd-from-array 0 48000 right))
# Step 0. Install Homebrew # https://brew.sh/index_ja /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # Step 1. Install mono2stereo brew install kunichiko/tap/mono2stereo mono2stereo # Step 2. install BlackHole 2ch # https://github.com/ExistentialAudio/BlackHole brew install blackhole-2ch # Step 3. Find input/output device id mono2stereo -l # Step 4. Start converter mono2stereo -i "FY HD Audio" -o "BlackHole 2ch" # Step 5. Open QuickTime Player and record