Concatenate 2 video files with transition

Thibault Saunier tsaunier at gnome.org
Wed Nov 25 16:18:24 UTC 2020


Hello,

Did you by any chance have a look at GES:
https://gstreamer.freedesktop.org/documentation/gst-editing-services/ ?

You could use `ges-launch-1.0 +clip ~/videos/small1.mp4 +clip
~/videos/small2.mp4  s=1 -o out.mp4`  which will automatically create a
transition where the clip overlap.


What kind of transition are you trying to do?

BR,

Thibault


On Thu, Nov 19, 2020 at 11:57 AM Lusine <lusinehayrapetyan1992 at gmail.com>
wrote:

> Hi Folks,
> I'm trying concatenate 2 video files with transition. I saw smpte element
> and trying to use smpte with filesrc but the command hangs.
>
> gst-launch-1.0 filesrc location=~/videos/small1.mp4 ! decodebin !
> videoconvert ! smpte name=s ! videoconvert ! x264enc ! mp4mux ! filesink
> location=./out.mp4 filesrc location=~/videos/small2.mp4 ! decodebin !
> videoconvert ! s.
>
> What am I doing wrong?
>
>
>
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20201125/d88bb590/attachment.htm>


More information about the gstreamer-devel mailing list