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
I've got a bunch of video files in various formats (mostly in mkv containers), and I'm having a terrible time converting these files with ffmpeg to get them into something react-player will play without giving me the message "The media resource indicated by the src attribute or assigned media provider object was not suitable", which is not terribly helpful.
I've been trying the following, which the mozilla docs that are linked to from here at least claim is compatible...
ffmpeg -hwaccel cuda -i input.mkv -acodec aac -vcodec hevc_nvenc output.mp4
...but I'm still getting the message. Is there an assured set of options that's going to work with this player?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I've got a bunch of video files in various formats (mostly in mkv containers), and I'm having a terrible time converting these files with ffmpeg to get them into something react-player will play without giving me the message "The media resource indicated by the src attribute or assigned media provider object was not suitable", which is not terribly helpful.
I've been trying the following, which the mozilla docs that are linked to from here at least claim is compatible...
ffmpeg -hwaccel cuda -i input.mkv -acodec aac -vcodec hevc_nvenc output.mp4
...but I'm still getting the message. Is there an assured set of options that's going to work with this player?
Beta Was this translation helpful? Give feedback.
All reactions