Cố định Bitrate khi transcode live bằng FFMPEG
Live Streaming
2 min read
135

Cố định Bitrate khi transcode live bằng FFMPEG

April 10, 2017
0

FFMPEG là một công cụ tuyệt vời để thực hiện các công việc sử lý video như: Encode – giúp video có dung lượng nhỏ đi đáng kể nhưng không làm mất nhiều chất lượng so với video gốc, Transcode – thay đổi khung hình (fps), kích thước khung hình

Continue Reading
Enabling Constant Bitrate Encoding (CBR) in Wowza Transcoder
Live Streaming
2 min read
139

Enabling Constant Bitrate Encoding (CBR) in Wowza Transcoder

January 2, 2017
0

The Wowza Trasncoder uses the MainConcept SDK. To check the encoder capabilities enable the logVideoEncodingParameters option in <Encode><Properties> the section of the transcoder template (WowzaStreamingEngine/transcoder/templates): <Property> <Name>logVideoEncodingParameters</Name> <Value>true</Value> <Type>Boolean</Type> </Property> Restart the application to apply the new changes. The supported bitrate modes are listed in the Wowza access log: # long: bit_rate_mode: bit

Continue Reading