Add adelay filter
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 1.1k
- Fork
- 111
- Merge trung bình
- 21 phút
- Pull request đã merge (30 ngày)
- 8
Mô tả
I'd like to add the [adelay filter](https://ffmpeg.org/ffmpeg-filters.html#adelay) option allow the audio sync to be changed.
Here's an example command
> ffmpeg -i input.mp4 -af "adelay=delays=150:all=1" ouput.mp4
I think using the `all` option is simplest, otherwise a delay needs to be set for every audio channel (two for stereo, like `adelay=150|150`).
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.