view TOOLS/midentify @ 9179:e93a0dd3ed56

new video filter: denoise3d - temporal&spatial noise reduction patch by Daniel Moreno <comac2k@terra.es> mpi/stride corrections and some bugfix by me
author arpi
date Thu, 30 Jan 2003 22:53:32 +0000
parents d151608b9f28
children 6cf694df50b3
line wrap: on
line source

#!/bin/sh
mplayer -identify "$@" 2>/dev/null |
	grep "^ID" |
	sed -e 's/[`\\!$"]/\\&/g' |
	sed -e '/^ID_FILENAME/ { s/^ID_FILENAME=\(.*\)/ID_FILENAME="\1"/g; }'