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 am unable to read the mkv with a regular reader because:
Media player output: "the playback of this movie requires a video/x-unknown decoder"
VLC player log: "the code id is not set"
Here is the output of media info:
General
Complete name : /media/cgarraud/SanDisk/TRANSWINCHU/RecordingTest_20231020_145222.mkv
Format : Matroska
Format version : Version 4
File size : 14.1 MiB
Duration : 14 s 960 ms
Overall bit rate : 7 886 kb/s
Writing application : libwebm-0.3.1.0
Writing library : libwebm-0.3.1.0
Video
ID : 1
Duration : 14 s 911 ms
Bit rate : 7 729 kb/s
Width : 640 pixels
Height : 480 pixels
Display aspect ratio : 4:3
Frame rate mode : Constant
Frame rate : 1.006 FPS
Bits/(Pixel*Frame) : 25.010
Stream size : 13.7 MiB (98%)
Title : Video
Default : Yes
Forced : No
Text
ID : 2
Format : UTF-8
Codec ID : S_TEXT/UTF8
Codec ID/Info : UTF-8 Plain Text
Title : Timestamp
Default : Yes
Forced : No
I see there is no setting for the encoding of the VideoCapture. Do we have to set it with MmfVideoVideoFormat or OpenCVVideoFourCC?
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
-
Hi,
I've a compiled version of PlusToolkit and IGSIO that enables video streaming and VP9.
I run the server with the following configuration file:
I am unable to read the mkv with a regular reader because:
Here is the output of media info:
I see there is no setting for the encoding of the VideoCapture. Do we have to set it with MmfVideo
VideoFormat
or OpenCVVideoFourCC
?Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions