SHOW:
|
|
- or go back to the newest paste.
1 | - | ffmpeg -i ./../../../sourcevideo/test.mov -f image2 -itoffset 0:0:20 -i %2d.png -s 1280x720 -strict -2 -filter_complex 'overlay=0:0;' combined.mp4 |
1 | + | ffmpeg -i ./../../../sourcevideo/test.mov -f image2 -itoffset 0:0:20 -i %2d.png -s 1280x720 -strict -2 -filter_complex 'overlay=0:0;' combined.mp4 |
2 | ||
3 | output: | |
4 | Unrecognized option 'itoffset'. | |
5 | Error splitting the argument list: Option not found |