문제

I need to execute following command with given arguments using perl script

avconv -threads 4 -ss 0.0 -i /path/to/movie.avi output.ts

How to execute this command using perl script in linux environment?

도움이 되었습니까?

해결책

Consider using system function. For more details see here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top