| Hobby Forum Index » Video » How display codecs used in FLV?... |
|
Page 1 of 1 |
|
| Author |
Message |
| Rexx... |
Posted: Tue Sep 29, 2009 1:12 pm |
|
|
|
Guest
|
I want to get a free codec displayer for FLVs.
I need to know what vid/audio codecs are used in FLVs I downloaded.
GSpot and MediaInfo are too old to work on FLVs. |
|
|
| Back to top |
|
|
|
| Johnw... |
Posted: Tue Sep 29, 2009 7:13 pm |
|
|
|
Guest
|
|
| Back to top |
|
|
|
| rich... |
Posted: Wed Sep 30, 2009 3:20 am |
|
|
|
Guest
|
On Tue, 29 Sep 2009 20:12:53 +0100, Rexx wrote:
Quote: I want to get a free codec displayer for FLVs.
I need to know what vid/audio codecs are used in FLVs I downloaded.
GSpot and MediaInfo are too old to work on FLVs.
If you can get it to play in VLC you can get the info there.
my windoze version 0.8.6i plays but my linux ver 0.9.9 refuses to
play .flv
Open the .flv in VLC. Pause it if you need to.
Right click on movie to bring up the menu then
bottom of menu is 'miscellaneous' -> 'media info' -> click on the
'advanced information' tab.
You get something like:
Stream 0
Codec: FLV1
Language:
Type: Video
Resolution: 320x240
Stream 1
Codec: mp3
Language:
Type: Audio
Channel: 2
Sample rate: 22050 Hz
Bits per sample: 16
General
Duration: 0:00:44
Which is about all the info available in the flv header.
If you want to look at the flv file with a hex editor.
following is pinched from the flv spec.
FLV header
Field Comment
Signature Signature byte always 'F' (0x46)
Signature Signature byte always 'L' (0x4C)
Signature Signature byte always 'V' (0x56)
Version File version (0x01 for FLV version 1)
TypeFlagsReserved Must be 0
TypeFlagsAudio Audio tags are present
TypeFlagsReserved Must be 0
TypeFlagsVideo Video tags are present
DataOffset Offset in bytes from start of file to start
of body (that is, size of header)
and so on................
--
rich |
|
|
| Back to top |
|
|
|
| rich... |
Posted: Wed Sep 30, 2009 3:51 am |
|
|
|
Guest
|
On Wed, 30 Sep 2009 09:20:06 +0000, rich wrote:
Quote: On Tue, 29 Sep 2009 20:12:53 +0100, Rexx wrote:
I want to get a free codec displayer for FLVs.
I need to know what vid/audio codecs are used in FLVs I downloaded.
GSpot and MediaInfo are too old to work on FLVs.
If you can get it to play in VLC you can get the info there. my windoze
version 0.8.6i plays but my linux ver 0.9.9 refuses to play .flv
Open the .flv in VLC. Pause it if you need to. Right click on movie to
bring up the menu then bottom of menu is 'miscellaneous' -> 'media info'
-> click on the 'advanced information' tab.
snip
should add that if you have a recent version of VLC then its tools menu
then-> codec information.
--
rich |
|
|
| Back to top |
|
|
|
|