dthpham / sminterpolate

Make motion interpolated and fluid slow motion videos from the command line.
MIT License
1.38k stars 91 forks source link

Red circle overlaid in converted video #119

Open charliewilliams opened 4 years ago

charliewilliams commented 4 years ago

Great tool! I love it.

I'm seeing a red circle (occasionally flashing white) in the bottom right corner of my exports, though. I don't see any way to remove this. Is this intentional? Can I not have this added somehow?

Screenshot 2019-10-29 at 21 30 16
dthpham commented 4 years ago

That happens when you use the -m, --mark-frames option (it marks interpolated frames with a red dot). Make sure it's not set.

charliewilliams commented 4 years ago

Thanks so much!