ClaireXie / ffmpeg-Opencv

Wrapper class of using OpenCV in ffmpeg
9 stars 5 forks source link

Failed to encode CV MAT into webm using codec id AV_CODEC_ID_VP8 #1

Open pprivulet opened 7 years ago

pprivulet commented 7 years ago

HI, Your code is amazing. I successfully encoded CV MAT into h264. But when I shift the codec id into AV_CODEC_ID_VP8, the output file cannot be player by any video player or browser supported html5

any advice?

THX

ebachard commented 6 years ago

IMHO, a missing codec is probably due to ffmpeg, not by the current code.

HTH