Matroska plugin question
Michael Yarochkin
michael.yarochkin at timetronics.be
Tue Sep 20 13:59:59 UTC 2016
Hello,
Thank you for developing this plugin.
I have a questions about it.
I am recording video from raw rgb data (coming from camera) with 2 subtitles tracks.
How i can set name of subtitle truck?
How i can set subtitle truck as default?
It is possible?
How i can do it?
For the moment i have this pipeline
for video
appsrc ! video/x-raw format=RGB,width=800,height=400,framerate=24/1 ! jpegenc ! matroskamux ! filesink location=c:\gstreamer\test.mkv
for subtitles
appsrc ! text/x-raw format=utf8 ! matroskamux ! filesink location=c:\gstreamer\test.mkv
In attachment you can see result of recording and my source code (c++ with some development garbage. sorry.)
Video file itself can be found in dropbox https://www.dropbox.com/s/d7sd2ubars9wn91/1474357518134.mkv?dl=0
Thank you in advance for helping.
Best regards, Michael.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160920/756a11d2/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2 subtitles in one video in player.png
Type: image/png
Size: 440344 bytes
Desc: 2 subtitles in one video in player.png
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160920/756a11d2/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2 subtitles in one video info.png
Type: image/png
Size: 41009 bytes
Desc: 2 subtitles in one video info.png
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160920/756a11d2/attachment-0003.png>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: gstreamer.cpp
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160920/756a11d2/attachment-0001.ksh>
More information about the gstreamer-devel
mailing list