isri-aist / BaselineWalkingController

Humanoid walking controller with various baseline methods

Home Page:https://isri-aist.github.io/BaselineWalkingController

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

could not play video on MediaPlayer

k-okada opened this issue · comments

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

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.

ffmpeg -y -f x11grab -s 1920x1080 -r 30 -i ${DISPLAY} -qscale 0 -vcodec huffyuv /tmp/video.avi > /dev/null 2>&1 < /dev/null &

ffmpeg -nostats -i /tmp/video.avi /tmp/results/BWC-video-${RESULTS_POSTFIX}.mp4