Add supported containers to play vvc codec of file#7
Conversation
|
The demux VvcDecoder::OpenDemux is only a raw file demuxer. it doesn't actually demux anything. |
|
@FabriceUrban, I tried muxed VVC video with MP4 container after mp4box mux with VLC Media Player with your plugin, but it did not display video. If I seek the video, the application might crash. The audio worked pretty well with VVC muxed video with mp4
|
|
I disabled video track of vvc1 codec, because the audio and seek is working of vvc muxed video.
|
|
Yes, seek is not supported in the plugin, crash is expected. |
Hello, @FabriceUrban! I would like my pull request to review code:
Example link: https://www.elecard.com/storage/video/Traffic_1920x1080.webm
Playing .webm (vvc codec) will play automatically of vvc codec. Normally .webm (like AV1 codec) will also play automatically of av1 codec.
.webm, .mp4, .vvc, .mkv and .m4v can also detect VVC codec, else detects other codecs as well too.
Tested on Windows and Linux.
See screenshot:
