rigaya
rigaya
> I have no idea how to inspect the stream if the metadata is indeed injected in the file, It's quite easy, ``` ffprobe -show_frames ``` and you'll get dump...
> [frames_info.txt](https://github.com/user-attachments/files/17669792/frames_info.txt) Yes, so you've got ``` side_data_type=HDR Dynamic Metadata SMPTE2094-40 (HDR10+) ``` in the frames, so the HDR10+ metadata is inserted to the output file, but somehow not detected...
[QSVEnc 7.73](https://github.com/rigaya/QSVEnc/releases/tag/7.73) includes performance improvement for --dolby-vision-rpu copy. I don't have problem with AV1 playback using the latest [mpc-hc 2.3.7](https://github.com/clsid2/mpc-hc/releases) + MPC Video Renderer.
I’ll close this issue as the problem has been solved. Thank you for the testing here.
Thank you for your proposal. I think the idea is to be able to create another pipe for audio along with the existing video stdout pipe. (Please let me know...
[QSVEnc 7.90](https://github.com/rigaya/QSVEnc/releases/tag/7.90) now adds support for raw output into nut container, by ```-c raw --output-format nut```. It can write out audio together, by adding ```--audio-copy``` or ```--audio-codec```.
一応こんな感じに出るはずなのですが…  原因がはっきりわからず申し訳ありませんが、もしかするとディスプレイの拡大縮小の設定を100%に戻すと解消するかもしれません。 
なるほど、今確認すると縦833でしたので、すみませんが縦768は厳しいかもしれません。 そういうことですと、[その他の設定] > [ログ・設定画面] の [設定画面でEscキーを有効化] にチェックを入れていただくと、 - Ctrl + Shift + Enter で [OK] - Esc で [キャンセル] 動作ができますので、お手数ですがこちらで代用いただけないでしょうか? 
You can use by ```--input-format dshow -i video="Capture Card Name"```, where "Capture Card Name" shall be replaced to the name which can be shown as the device name in OBS....
Currently ``` --input-option rtbufsize:1500000 --input-option video_size:1280x720 --input-option framerate:30``` might work, but untested. I'm currently not sure what to be set for pixel_format, I haven't tested dshow capture much for detailed...