Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1 つのビデオ ファイルの複数のセグメントを 1 つの出力ビデオ ファイルにコピーしようとしています。次のコードを使用して、1 つのセグメントに対してのみコピーできます: avconv -i input.flv -ss 00:04:50 -t 00:04: 00 -codec copy outputfile.flv 複数のセグメントでそれを行う方法はありますか?