<div dir="ltr"><div>Hi<br></div><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">How to move the tracks on the timeline to make it start at a certain place?<br></blockquote><div><br></div><div>You can move clips, tracks only represent the outputed stream, not something you can "move". You can move clip by setting their "start" property.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
How to make the video you add to only do audio and have the track not show<br>
video?<br></blockquote><div><br></div><div>When adding a clip to a layer, you can specify what track types to take into account, you can use <a href="https://gstreamer.freedesktop.org/documentation/gst-editing-services/geslayer.html?gi-language=c#ges_layer_add_asset">https://gstreamer.freedesktop.org/documentation/gst-editing-services/geslayer.html?gi-language=c#ges_layer_add_asset</a> or use <a href="https://gstreamer.freedesktop.org/documentation/gst-editing-services/gesclip.html?gi-language=c#ges_clip_set_supported_formats">https://gstreamer.freedesktop.org/documentation/gst-editing-services/gesclip.html?gi-language=c#ges_clip_set_supported_formats</a> if you create the clip yourself.</div><div><br></div><div>- Thibault<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
-----<br>
------------------------------<br>
Gstreamer 1.14.3<br>
------------------------------<br>
Windows<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div></div>