From 74e2fcb6d20317b25ee90f77647ba0e487ff5f30 Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Sat, 27 May 2017 17:53:33 -1000 Subject: [PATCH] Remove setpts stuff from readme example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ead1da..0998a84 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ The corresponding command-line arguments are pretty gnarly: ``` ffmpeg -i input.mp4 \ -filter_complex "\ - [0]trim=start_frame=10:end_frame=20,setpts=PTS-STARTPTS[v0];\ - [0]trim=start_frame=30:end_frame=40,setpts=PTS-STARTPTS[v1];\ + [0]trim=start_frame=10:end_frame=20[v0];\ + [0]trim=start_frame=30:end_frame=40[v1];\ [v0][v1]concat=n=2[v2];\ [1]hflip[v3];\ [v2][v3]overlay=eof_action=repeat[v4];\