Hi ,
Can you point me to somewhere that will show me the h.264 encoded bit rate for various input formats For example 1080P60, 1080p30, 1080p24, 1080i30, etc?
Cheers
Calum
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi ,
Can you point me to somewhere that will show me the h.264 encoded bit rate for various input formats For example 1080P60, 1080p30, 1080p24, 1080i30, etc?
Cheers
Calum
Hi Calum,
There is nothing like encoded bitrate for various formats. bitrate is user configurable.
Regards,
Venu
Calum,
Bit rate is a paramter you can set in h264enc.
Let me explain a little more. We are ultimately going to stream the video wirelessly. Bitrate maybe was not a good term, I am trying to figure how much bandwidth I will require depending on how the video is captured 1080P60, 1080p30, NTSC etc. We will probably be streaming the video over a cellular network so I'm trying to figure out how much memory I need v the capture format v h.264 encoding v the bandwidth over the cellular infrastructure. I hope this makes sense.
Cheers
Calum
Calum,
Quality and bit rate are always trade off. I think first you need to know the max bandwidth for your wireless network. Then you need to set CBR and check if based on the max bit rate, the quality is acceptable or not.