Re: [FFmpeg-user] delay a video in a filter chain

2019-06-10 Thread Michael Koch
Am 10.06.2019 um 15:43 schrieb Paul B Mahol: On 6/10/19, Michael Koch wrote: Am 10.06.2019 um 13:11 schrieb Paul B Mahol: Can not reproduce. Make sure that audio is not taken in output duration. I did remove the audio track from the input video, but the problem is still the same. Provide

Re: [FFmpeg-user] delay a video in a filter chain

2019-06-10 Thread Paul B Mahol
On 6/10/19, Michael Koch wrote: > Am 10.06.2019 um 13:11 schrieb Paul B Mahol: >> Can not reproduce. >> Make sure that audio is not taken in output duration. > > I did remove the audio track from the input video, but the problem is > still the same. >> Provide your input file by uploading it

Re: [FFmpeg-user] delay a video in a filter chain

2019-06-10 Thread Michael Koch
Am 10.06.2019 um 13:11 schrieb Paul B Mahol: Can not reproduce. Make sure that audio is not taken in output duration. I did remove the audio track from the input video, but the problem is still the same. Provide your input file by uploading it somewhere.

Re: [FFmpeg-user] delay a video in a filter chain

2019-06-10 Thread Paul B Mahol
Can not reproduce. Make sure that audio is not taken in output duration. Provide your input file by uploading it somewhere. On 6/10/19, Michael Koch wrote: > Hi all, > > I want to delay a video in a filter chain by 5 seconds, and then combine > it with the original video with hstack. I use the

[FFmpeg-user] delay a video in a filter chain

2019-06-10 Thread Michael Koch
Hi all, I want to delay a video in a filter chain by 5 seconds, and then combine it with the original video with hstack. I use the shortest=1 option, so that the output contains only the duration where both videos overlap: ffmpeg -f lavfi -i testsrc=duration=10:size=vga:rate=25