0

When I type in the command in the terminal it gives me this, a greater symbol. What should I do now, and what does it mean?

>

Terminal Screenshot

Here is The Command I Used:

ffmpeg -i input.mp4 -filter:v  minterpolate='mi_mode=mci:mc_mode=aobmc:vsbmc=1:fps=60:me=ds'" out.mp4
Volk
  • 3

1 Answers1

1

You've either lost a double quote or you've found one, so the shell is showing you its $PS2. Try deleting the " at the end.

MDeBusk
  • 1,175
  • 2
  • 8
  • 21