Checking video codec information via the command-line
Here are a couple of commands to get he information about a video file in Linux (bitrate etc): -
ffmpeg -i foo.avi
mplayer -vo null -ao null -identify -frames 0 foo.avi
Here are a couple of commands to get he information about a video file in Linux (bitrate etc): -
ffmpeg -i foo.avi
mplayer -vo null -ao null -identify -frames 0 foo.avi