isri-aist / BaselineWalkingController

Humanoid walking controller with various baseline methods
https://isri-aist.github.io/BaselineWalkingController
BSD 2-Clause "Simplified" License
110 stars 19 forks source link

could not play video on MediaPlayer #22

Open k-okada opened 10 months ago

k-okada commented 10 months ago

Something wrong with codec, the video can not play with MediaPlayer, but works with Clipchamp image

mmurooka commented 10 months ago

Thank you, I have confirmed that the CI artifact videos are not playable in some players including Windows Media Player (they are playable in VLC).

I don't know the solution now and will fix it in the future. For reference, the video is mainly generated by the following two lines of commands in the CI. https://github.com/isri-aist/BaselineWalkingController/blob/5ad8f2d677925823019b103c2f23ca0e58479fdb/.github/workflows/ci.yaml#L277 https://github.com/isri-aist/BaselineWalkingController/blob/5ad8f2d677925823019b103c2f23ca0e58479fdb/.github/workflows/ci.yaml#L304