Skip to content

Instantly share code, notes, and snippets.

View zqhong's full-sized avatar
🎯
Focusing

zqhong zqhong

🎯
Focusing
View GitHub Profile
@zqhong
zqhong / find-exec-ffmpeg.sh
Last active June 24, 2021 05:42
ffmpeg 批量对 find 匹配后的视频文件进行处理
#!/bin/bash
: '
用法:
find-exec-ffmpeg path file_ext
例子:
find-exec-ffmpeg /home/ mp4:【转换 /home 目录下的 mp4 视频文件】
说明: