X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;ds=sidebyside;f=helpers%2Fgenmeta.sh;h=4fa28e4b4427ebef56126135e841156d78098005;hb=bd06005650121b28e904060a5ab4da7c0b99529a;hp=c41c49155895a3f42550033084288594af6e1b0b;hpb=b6d914a4ee1b64a318b17207b92d791af5c8d658;p=serve0 diff --git a/helpers/genmeta.sh b/helpers/genmeta.sh index c41c491..4fa28e4 100755 --- a/helpers/genmeta.sh +++ b/helpers/genmeta.sh @@ -8,12 +8,13 @@ if [ -r "$meta" ]; then description="$(sed -n '3,$p' "$meta")" fi -mplayer -really-quiet -identify -frames 0 -nosound -vo null "$video" \ -| sed -rn 's:ID_VIDEO_WIDTH=(.*):\1:p; +mplayer --input=nodefault-bindings:conf=/dev/null -nosound -vo null -identify -frames 0 "$video" \ +| sort \ +| sed -rn 's:ID_LENGTH=(.*)(\..*)$:\1:p; s:ID_VIDEO_HEIGHT=(.*):\1:p; - s:ID_LENGTH=(.*)(\..*)$:\1:p;' \ + s:ID_VIDEO_WIDTH=(.*):\1:p;' \ | tr '\n' ' ' \ -| read width height length +| read length height width cat <"$meta" ${length:-0} ${width:-0} ${height:-0} ${video##*/}