Tuesday 23 November 2010

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 

No comments:

Post a Comment