avsaase / walksnail-osd-tool

Cross-platform tool for rendering the flight controller OSD and SRT data from the Walksnail Avatar HD FPV system on top of the goggle or VRX recording
GNU General Public License v3.0
99 stars 11 forks source link

Apple Silicon | Rendering in h.265 makes output be faulty in Quicktime for replay #15

Open Pairan opened 1 year ago

Pairan commented 1 year ago

Is there an existing issue for this?

Software version

v0.1.0-beta4

What operating system are you using?

MacOS Ventura 13. (latest)

What GPU are you using?

Apple Silicon

What problem did you encounter?

Encoding in h.265 (hardware) works fine but the encoded file didn't open in Quicktime. VLC on the other hand did eat it! Encoding in h.264 (hardware) n the other hand worked well.

Link to screenshots

No response

Link to video, OSD and font files

No response

Log output

will be provided later
avsaase commented 1 year ago

Looks similar to https://github.com/avsaase/walksnail-osd-tool/issues/2. For software and h264 hardware encoding this was fixed by explicitly setting the color space to yuv420p. My Mac doesn't have a hardware h265 encoder so I'll need some help to debug this (when I have time for in a few weeks).

Thanks for the bug report.

Pairan commented 1 year ago

raise a hand and we'll test that together