doc: update ffmpeg.md
(#24)
This commit is contained in:
parent
e48fd74c38
commit
5f19d3feee
@ -516,6 +516,7 @@ $ ffmpeg -f concat -i mylist.txt -c copy output.mp4
|
|||||||
```bash
|
```bash
|
||||||
$ ffmpeg -f concat -safe 0 -i <(for f in ./*.mp4; do echo "file '$PWD/$f'"; done) -c copy output.mp4
|
$ ffmpeg -f concat -safe 0 -i <(for f in ./*.mp4; do echo "file '$PWD/$f'"; done) -c copy output.mp4
|
||||||
```
|
```
|
||||||
|
<!--rehype:className=wrap-text -->
|
||||||
|
|
||||||
合并不同规格视频,保证视频不变形
|
合并不同规格视频,保证视频不变形
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user