Re: [FFmpeg-user] Generate video remains blocked

2018-08-07 Thread Moritz Barsnick
On Sun, Aug 05, 2018 at 00:52:34 +0200, local host wrote: > I want to concatenate 3 videos with a fade between the last two videos. > However, the generation remains stuck to X frames. Please also show the complete, uncut console output of your command. > [...] > [1:v]trim=start=3:end=6,setpts=P

[FFmpeg-user] Generate video remains blocked

2018-08-04 Thread local host
Hello, I want to concatenate 3 videos with a fade between the last two videos. However, the generation remains stuck to X frames. Here is the command used: ffmpeg -i "firstClip.mp4" -i "secondClip.mp4" -i "thirdClip.mp4" -y -filter_complex "[1:v]trim=start=0:end=3,setpts=PTS-STARTPTS[1_clip_1]; [