Question about FFmpeg command
I came across a question regarding videos. Anyone knows the command for this FFmpeg post:
ffmpeg -r VIDEO_FPS -i VIDEO -r VIDEO_FPS -i VIDEO -lavfi blend=all_mode=grainext
Explanation:
This FFmpeg command is used to merge two videos (VIDEOS) with the 'blend' filter applied. The 'blend' filter mixes the input images, and the 'all_mode=grainext' option adds a grain effect to the output video.