# vdx - FFMpeg을 쉽게 이용하는 직관적인 CLI 도구

> Clean Markdown view of GeekNews topic #5252. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5252](https://news.hada.io/topic?id=5252)
- GeekNews Markdown: [https://news.hada.io/topic/5252.md](https://news.hada.io/topic/5252.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-10-25T10:04:01+09:00
- Updated: 2021-10-25T10:04:01+09:00
- Original source: [github.com](https://github.com/yuanqing/vdx)
- Points: 12
- Comments: 0

## Topic Body

- 크롭, 트림, 리사이즈, 리버스, 회전

- 오디오 제거, 속도 변경, 프레임레이트 변경, 볼륨 조정

- 다른 파일로 변경

- 여러개의 파일에 대해 동시에 작업 수행 지원

$ vdx '*.mov' --crop 360,640    # Crop to width 360, height 640

$ vdx '*.mov' --format gif      # Convert to GIF

$ vdx '*.mov' --fps 12          # Change the frame rate to 12

$ vdx '*.mov' --no-audio        # Remove audio

$ vdx '*.mov' --resize 360,-1   # Resize to width 360, maintaining the aspect ratio

$ vdx '*.mov' --reverse         # Reverse

$ vdx '*.mov' --rotate 90       # Rotate 90 degrees clockwise

$ vdx '*.mov' --speed 2         # Double the speed

$ vdx '*.mov' --trim 0:05,0:10  # Trim from 0:05 to 0:10

$ vdx '*.mov' --volume 0.5      # Halve the volume

- 기본은 3개를 동시에 진행, 옵션으로 동시 수행 갯수 조정 가능

$ vdx '*.mov' --format gif --output './gifs' --parallel 5

## Comments



_No public comments on this page._
