I'm not able to play a video in Firefox. Firefox gives a warning on URL.createObjectURL(video)
:
Media resource blob could not be decoded, error: Error Code: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005)
Details: auto mozilla::SupportChecker::AddMediaFormatChecker(const mozilla::TrackInfo &)::(anonymous class)::operator()() const: Decoder may not have the capability to handle the requested video format with YUV444 chroma subsampling.
I also tried the video converter package convert-video but the same issue occurred.
I'm not able to play a video in Firefox. Firefox gives a warning on URL.createObjectURL(video)
:
Media resource blob could not be decoded, error: Error Code: NS_ERROR_DOM_MEDIA_FATAL_ERR (0x806e0005)
Details: auto mozilla::SupportChecker::AddMediaFormatChecker(const mozilla::TrackInfo &)::(anonymous class)::operator()() const: Decoder may not have the capability to handle the requested video format with YUV444 chroma subsampling.
I also tried the video converter package convert-video but the same issue occurred.
Share Improve this question edited Oct 3, 2023 at 20:56 Matthias Braun 34.5k27 gold badges153 silver badges176 bronze badges asked Apr 4, 2022 at 10:40 jatin.rathodjatin.rathod 611 silver badge5 bronze badges1 Answer
Reset to default 6Firefox won't support that video's format, see https://bugzilla.mozilla/show_bug.cgi?id=1368063.
The suggested solution is to create the video using ffmpeg's -pix_fmt yuv420p
switch.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744357668a4570311.html
评论列表(0条)