Can I use FFMPEG to insert an image every 20 frames in a video? I'm trying to create a subliminal message experiment and I thought it would be an easy way to make it but I can't find anything online.
I tried to make something myself and created a script that:
1.splits a file into audio and video files
2.splits the video into frames
3.overwrites every 20th image in the sequence with the message image
4.re-encoding the video
5.concatenating it with the original audio
this works but it's way more disk space consuming to be comfortable, is there a better way to do this?
any advice or thought would be happily welcome.