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.
Linuxのコマンドラインでvideo-2の最初にvideo-1を追加したいのですが、可能ですか?
を実行ffmpeg -i input.flv output.mpgしてビデオ形式をに変換してからmpg、 を実行しますcat *.mpg > all.mpg
ffmpeg -i input.flv output.mpg
mpg
cat *.mpg > all.mpg