ffprobe -i 1.flv -print_format json -show_frames -show_format -show_streams -v 0
欢迎选择我的课程,让我们一起见证您的进步~~
child_process = require('child_process'); json = child_process.execSync('ffprobe -i 1.flv -print_format json -show_frames -show_format -show_streams -v 0'); console.log(json)
欢迎选择我的课程,让我们一起见证您的进步~~