I need to concatenate two or more mp4 files so they play as one larger mp4 file. I do not have gnlcomposition on my embedded system. (TI's omx/gst stuff is what I have).
I tried to use appsink/appsrc but the pipeline plays in real-time. Is there a way to turn the clock off for appsink/src apps where I just want to write to a file rather than play it in real-time?
Jeff Lancaster