From d7af3e9f5273012282e5e329d345a18d0e8ba8fe Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Thu, 25 May 2017 15:42:06 -1000 Subject: [PATCH] #4: update readme to use -vf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e8f912..d8d0398 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Take for example a signal graph that looks like this: The corresponding command-line arguments are pretty gnarly: ``` ffmpeg -i input.mp4 \ - -filter_complex "\ + -vf "\ [0]trim=start_frame=10:end_frame=20,setpts=PTS-STARTPTS[v0];\ [0]trim=start_frame=30:end_frame=40,setpts=PTS-STARTPTS[v1];\ [v0][v1]concat=n=2[v2];\