سؤال

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