yyaroslav820-source revised this gist 4 hours ago. Go to revision
1 file changed, 1 insertion, 1 deletion
gistfile1.txt
| @@ -1,3 +1,3 @@ | |||
| 1 | 1 | {sh: | |
| 2 | 2 | load {iv} | |
| 3 | - | ffmpeg -i $FILE_1 -vf "rotate=t*{arg:1},hue=s=sin(t*{arg:2}*-5)*2" ./output/ffmpeg.mp4} | |
| 3 | + | ffmpeg -i $FILE_1 -vf "rotate=t*{arg:1},hue=s=sin(t*{arg:2}*-5)*2" -af "rubberband=pitch={arg:3}" ./output/ffmpeg.mp4} | |
yyaroslav820-source revised this gist 4 hours ago. Go to revision
1 file changed, 1 insertion, 1 deletion
gistfile1.txt
| @@ -1,3 +1,3 @@ | |||
| 1 | 1 | {sh: | |
| 2 | 2 | load {iv} | |
| 3 | - | ffmpeg -i $FILE_1 -vf "rotate=t*{arg:1},hue=s={arg:2}" ./output/ffmpeg.mp4} | |
| 3 | + | ffmpeg -i $FILE_1 -vf "rotate=t*{arg:1},hue=s=sin(t*{arg:2}*-5)*2" ./output/ffmpeg.mp4} | |
yyaroslav820-source revised this gist 4 hours ago. Go to revision
1 file changed, 1 insertion, 1 deletion
gistfile1.txt
| @@ -1,3 +1,3 @@ | |||
| 1 | 1 | {sh: | |
| 2 | 2 | load {iv} | |
| 3 | - | ffmpeg -i $FILE_1 -vf "rotate=t*{arg:1}" ./output/ffmpeg.mp4} | |
| 3 | + | ffmpeg -i $FILE_1 -vf "rotate=t*{arg:1},hue=s={arg:2}" ./output/ffmpeg.mp4} | |
yyaroslav820-source revised this gist 5 hours ago. Go to revision
1 file changed, 3 insertions
gistfile1.txt(file created)
| @@ -0,0 +1,3 @@ | |||
| 1 | + | {sh: | |
| 2 | + | load {iv} | |
| 3 | + | ffmpeg -i $FILE_1 -vf "rotate=t*{arg:1}" ./output/ffmpeg.mp4} | |