Qt application to make rotoscoping from videos
- tar
- ffmpeg
ffmpeg must be in /usr/bin but if you installed it with brew or others it may be not. To check run:
$ which ffmpeg
/usr/local/bin/ffmpeg
If it's not in the right path, create a symlink:
$ ln -s /usr/local/bin/ffmpeg /usr/bin/ffmpeg
- Anthony Pena
- Jérémy Bardon