linux grep regex examples

Grep regex matches the search content according to the specified rule pattern, which can help us find the content we need precisely. Syntax: grep -E...

AWK tutorial: awk workflow

AWK follows a simple workflow − Read, Execute, and Repeat. BODY block This block is the core of the awk command. It consists of three...

ffmpeg video to image

- specify video time interception image - Output one image every second - Output one image every minute - use the select filter for a set of custom...

fmpeg -filter_complex move image

- Image move from bottom to top in videos - Video with image in the middle - Start zooming in the middle of the picture - Using ffmpeg...