alanhe421 / alfred-workflows

Save time, Improve life.🚀 ☕️ 💻
https://medium.com/@alanhe421/list/alfred-a65a11fa7a0f
MIT License
645 stars 61 forks source link

[Feat]: mp4 compress #328

Closed alanhe421 closed 1 year ago

alanhe421 commented 1 year ago

Describe the need

rt

Describe the solution

ffmpeg

Workflow Name

Compress

alanhe421 commented 1 year ago

实现基础 ffmpeg -i "$filepath" -c:v libx264 -crf $crf -c:a copy -loglevel error "$target"