From a29c95fe7335167cc3012dedfef2c4afbe1392c7 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 6 Apr 2018 19:15:23 +0200 Subject: ffprobe --- odin/strm/download_youtube | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odin') diff --git a/odin/strm/download_youtube b/odin/strm/download_youtube index 4c37cb7e..77172c87 100755 --- a/odin/strm/download_youtube +++ b/odin/strm/download_youtube @@ -212,7 +212,7 @@ printf ">>> %s <<<\n %s\n" "${msgId}" "${message}" mv -vf "${filename}" "${tempfile}" | debug typeset -A fileInfo - for line ($(ffprobe -v error -show_format -show_streams -show_entries stream=codec_name,codec_type:format=:stream_tags=:stream_disposition=:format_tags= -of flat=h=0 -- ${tempfile})); do + for line ($(@ffmpeg@/bin/ffprobe -v error -show_format -show_streams -show_entries stream=codec_name,codec_type:format=:stream_tags=:stream_disposition=:format_tags= -of flat=h=0 -- ${tempfile})); do fileInfo[${line%=*}]=${(Q)line#*=} done -- cgit v1.2.3