]> code.delx.au - transcoding/blob - identify-video
Script to fix videos from PAL DVDs which have been sped up by 4%
[transcoding] / identify-video
1 #!/bin/bash
2
3 mplayer -vo null -ao null -frames 0 -identify "$@"
4