Hello,
We are streaming with Adobe Flash Media Live Encoder into our wowza server a PAL video with 720x756 pixels anamorphic (16:9).
We configured the transrate.xml file like this:
true
test
mp4:${SourceStreamName}_test
We get an output stream from wowza media server like this:
General
ID : 1 (0x1)
Complete name : media.ts
Format : MPEG-TS
File size : 2.67 MiB
Duration : 9s 960ms
Overall bit rate mode : Variable
Overall bit rate : 2 239 Kbps
Video
ID : 256 (0x100)
Menu ID : 1 (0x1)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : Main@L3.1
Format settings, CABAC : Yes
Format settings, ReFrames : 3 frames
Codec ID : 27
Duration : 10s 0ms
Bit rate mode : Variable
Maximum bit rate : 1 980 Kbps
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 5:4
Frame rate : 25.000 fps
Standard : NTSC
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Audio
ID : 257 (0x101)
Menu ID : 1 (0x1)
Format : AAC
Format/Info : Advanced Audio Codec
Format version : Version 4
Format profile : LC
Muxing mode : ADTS
Codec ID : 15
Duration : 9s 891ms
Bit rate mode : Variable
Minimum bit rate : 85.1 Kbps
Maximum bit rate : 139 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 44.1 KHz
Compression mode : Lossy
Delay relative to video : 19ms
We would like to get this parameters:
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 16:9 (instead of 5:4)
Frame rate : 25.000 fps
Standard : PAL (instead of NTSC)
Is there a way to obtain these results changing some parameters of the transrate.xml file?
Thanks for advance,
Moisès