I need to execute following command with given arguments using perl script
我需要使用perl脚本使用给定的参数执行以下命令
avconv -threads 4 -ss 0.0 -i /path/to/movie.avi output.ts
avconv -threads 4 -ss 0.0 -i /path/to/movie.avi output.ts
How to execute this command using perl script in linux environment?
如何在linux环境下使用perl脚本执行此命令?