ffmpeg-xfade-rectcrop

ffmpeg -i fuzhous.mp4 -i seas.mp4 -filter_complex “[0:v]fps=25[v0];[1:v]fps=25[v1];[v0][v1]xfade=transition=rectcrop:duration=2:offset=3,format=yuv420p” ff_xfade_rectcrop.mp4

Published
Categorized as ffmpeg

ffmpeg-webpic

ffmpeg -f x11grab -video_size 1132×791 -r 1 -t 00:00:10 -i :0.0+2,289 -f image2 %d_window.jpg

Published
Categorized as ffmpeg

ffmpeg-volume

ffmpeg -i test.mp3 -af volume=0.5 ff_volume.mp3

Published
Categorized as ffmpeg

ffmpeg-vframes

ffmpeg -i test.mp4 -ss 00:00:10 -vframes 1 ff_capture.png ffmpeg -i test.mp4 -ss 00:00:10 -frames:v 1 ff_capture.png

Published
Categorized as ffmpeg

ffmpeg-unsharp

ffmpeg -i fuzhous.mp4 -vf unsharp=luma_amount=3 ff_unsharp.mp4

Published
Categorized as ffmpeg