ffmpeg 에 포함된 동영상 분석 도구인 ffprobe 사용법


json 출력

-print_format 옵션 사용

ffprobe -v quiet -print_format json -show_format -show_streams input.mp4
CODE