====== mplayer helper scripts ====== * [[mplayer]] === mplayer-benchmark === <code bash> #!/bin/bash # Quickly see if the video file is variable framerate or not if [[ -f $1 ]]; then mplayer -benchmark -nosound -vo null $1 fi </code>
Trace:
Article
Show pagesource
Log In
Search
Toolbox
What links here
Media Manager
Site index
Permanent link
Cite this article