Re: [FFmpeg-user] [ffmpeg] how to merge two slices from independent two video TS

2018-09-11 Thread
the "movie" filter, you can combine various inputs, even streams. >> As above, ffplay may be not useful. Thanks B.R yiyi At 2018-09-11 17:09:57, "Moritz Barsnick" wrote: >Hi yiyi, > >On Tue, Sep 11, 2018 at 12:36:45 +0800, 杨阳 wrote: >> I have a require

[FFmpeg-user] [ffmpeg] how to merge two slices from independent two video TS

2018-09-10 Thread
Hi, I have a requirement about 2 udp videos(H264 TS) merge into 1 (HEVC TS). Two videos show in left & right side screen at the same time. But I don't want to do decoder. Because it costs too much cpu. I would like to parse 2 videos slices, and merge slices into one. I need the requirement appl