<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto">So by 'remove it' you mean remove the '! Flacparse' <br />
<br />
<br /></div>
</div>
<div name="messageSignatureSection"><br />
<div dir="auto"><br /></div>
<div dir="auto"><br /></div>
<div dir="auto"><br /></div>
<div dir="auto">Regards</div>
<div dir="auto"><br /></div>
<div dir="auto"><br /></div>
<div dir="auto">Toby </div>
</div>
<div name="messageReplySection">On 5 Mar 2021, 16:54 +0000, gotsring <gotsring@live.com>, wrote:<br />
<blockquote type="cite" style="border-left-color: grey; border-left-width: thin; border-left-style: solid; margin: 5px 5px;padding-left: 10px;">I'll be honest, I've not really dealt with more than one stream out of<br />
matroskademux, so not sure if there's a more automatic way.<br />
<br />
You can try something like this. This assumes the audio is FLAC, thus the<br />
flacparse, but you should be able to change out the parser (or maybe remove<br />
it?) for other audio streams.<br />
<br />
gst-launch-1.0.exe filesrc location=2.mkv ! matroskademux name=d \<br />
d.video_0 ! queue ! h264parse ! nvv4l2decoder ! nvv4l2h265enc<br />
bitrate=2000000 ! h265parse ! matroskamux name=m ! filesink<br />
location=new2.mkv \<br />
d.audio_0 ! queue ! flacparse ! m. \<br />
d.audio_1 ! queue ! flacparse ! m.<br />
<br />
<br />
<br />
--<br />
Sent from: http://gstreamer-devel.966125.n4.nabble.com/<br />
_______________________________________________<br />
gstreamer-devel mailing list<br />
gstreamer-devel@lists.freedesktop.org<br />
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel<br /></blockquote>
</div>
</body>
</html>