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.
perlスクリプトを使用して、指定された引数で次のコマンドを実行する必要があります
avconv -threads 4 -ss 0.0 -i /path/to/movie.avi output.ts
Linux 環境で perl スクリプトを使用してこのコマンドを実行するにはどうすればよいですか?