Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could not play video on MediaPlayer #22

Open
k-okada opened this issue Oct 12, 2023 · 1 comment
Open

could not play video on MediaPlayer #22

k-okada opened this issue Oct 12, 2023 · 1 comment
Assignees

Comments

@k-okada
Copy link

k-okada commented Oct 12, 2023

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

@mmurooka mmurooka self-assigned this Oct 13, 2023
@mmurooka
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants