LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to find detailed indo about a video file (https://www.linuxquestions.org/questions/linux-software-2/how-to-find-detailed-indo-about-a-video-file-349026/)

dwaldie 08-01-2005 07:06 PM

how to find detailed indo about a video file
 
Hello all,
Once again I need help. I am trying to find a way to find out certain information about some video files that I have on my system, specifically the video bitrate and the resolution. The files are in mpg and mostly divx and xvid formats. I want to re-encode these files to playback on my Palm T5. Encodeing is not an issue though, when I have the right info.

Thanks again,
Dave

Simon Bridge 08-01-2005 08:04 PM

runing almost any video program from command line will output much of this sort of thing automatically. eg:

Code:

[Diana Krall]$ mplayer "The Look Of Love.mpg"
MPlayer 1.0pre7-3.2.3 (C) 2000-2005 MPlayer Team
[snip]
Playing The Look Of Love.mpg.
MPEG-PS file format detected.
VIDEO:  MPEG1  352x288  (aspect 8)  25.000 fps  2000.0 kbps (250.0 kbyte/s)
==========================================================================
Opening audio decoder:

etc etc...
This what you're after?

dwaldie 08-02-2005 02:12 AM

that is perfect, thank you very much

Simon Bridge 08-03-2005 10:42 PM

No sweat.

In general - there will be a command line version of whatever your favorite stuff is. (That's just how Linux stuff is set up.) The command line version will usually also provide lots of additional stuff to stdout ... and will have a verbatim mode (-v) for even more.

GUI's exist to hide this.

So if you want to find out what's going on - go to the CLI.


All times are GMT -5. The time now is 01:09 PM.