mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-17 20:51:21 +08:00
doc: update ffmpeg.md
(#24)
This commit is contained in:
@ -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 -->
|
||||||
|
|
||||||
合并不同规格视频,保证视频不变形
|
合并不同规格视频,保证视频不变形
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user