Thanx guys, 

I managed to see the metadata in flv-knife which outputted the nice xml
beneath: After that I searched for the encode list:

Video:

2 is Sorenson H.263
3 is Screen Video
4 is On2 VP6

Audio:

0 is Uncompressed
1 is ADPCM
2 is MP3
5 is Nellymoser 8 kHz mono
6 is Nellymoser


--------------------------------------------------------------
<?xml version="1.0"?>

<fileset>
  <flv name="C:/dev/exp/videoplayer/movie_test.flv">

    <audiodatarate>64</audiodatarate>
    <canSeekToEnd>1</canSeekToEnd>
    <framerate>25</framerate>
    <videocodecid>4</videocodecid>
    <creationdate>Thu Oct 05 14:33:58 2006</creationdate>
    <audiodelay>0</audiodelay>
    <height>294</height>
    <audiocodecid>2</audiocodecid>
    <videodatarate>415</videodatarate>
    <duration>127.16</duration>
    <width>490</width>

  </flv>
</fileset>
--------------------------------------------------------------


Thanx again
Undersound

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Glenn Grant
Sent: Thursday, March 15, 2007 3:16 AM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] RE: checking .flv encoding settings

read about onMetaData in the help. 

good luck,
glenn grant

------------------------------

Message: 17
Date: Wed, 14 Mar 2007 23:49:09 +0100
From: "undersound" <[EMAIL PROTECTED]>
Subject: [Flashcoders] checking .flv encoding settings
To: <flashcoders@chattyfig.figleaf.com>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="US-ASCII"

Hello everybody, 

 

Does anybody know how you can detect the encoding settings that were used
when the .flv was created?

 

I need to re-encode a movie with the same settings that were used then.

 

Thanx in advance

Undersound
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to