You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The framemd5s will always fail as ffmpeg will use a different pix_fmt for the MOV and the MKV. Force pix_fmt uyvy422 for 8-bit sources, or better yet - capture source pix_fmt and use that. This should also work for RGB.
The text was updated successfully, but these errors were encountered:
The framemd5s will always fail as ffmpeg will use a different pix_fmt for the MOV and the MKV. Force
pix_fmt uyvy422
for 8-bit sources, or better yet - capture sourcepix_fmt
and use that. This should also work for RGB.The text was updated successfully, but these errors were encountered: