2019-09-28から1日間の記事一覧

2つのmp4動画をコマンドラインで結合

stackoverflow.com cat mylist.txt file '/path/to/file1' file '/path/to/file2' file '/path/to/file3' $ ffmpeg -f concat -safe 0 -i mylist.txt -c copy output.mp4