Am Di., 1. Okt. 2019 um 02:56 Uhr schrieb Thorsten von Eicken
<t...@voneicken.com>:

> ffmpeg -i 20190928_155656_stab.mp4 -framerate 1 -c:v png -i overlay.png \
>      -filter_complex "[0:v]setpts=PTS-STARTPTS[top];
> [1:v]setpts=PTS-STARTPTS[bottom];
> [top][bottom]overlay=x=(W-w)/2:eof_action=pass" \
>      -acodec aac -vcodec libx264 final.mp4
>
> If I'd now like to skip the first 10 seconds of the overlay in order to
> line up the timing better I try to use:
>
> ffmpeg -i 20190928_155656_stab.mp4 -framerate 1 -ss 10 -c:v png -i
> overlay.png ...

(Complete, uncut console output missing.)

I believe you are searching for "-loop 1", I don't think stream_loop
works here.

Carl Eugen
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to