Tool/software: Linux
i am trying to encode H.264 1080p stream,i set the frameRate to 30fps,but the output is only 15fps so far.
Is there any way to make it 30fps for encoding?
Thank you
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.
Tool/software: Linux
i am trying to encode H.264 1080p stream,i set the frameRate to 30fps,but the output is only 15fps so far.
Is there any way to make it 30fps for encoding?
Thank you
thank u for your reply,
i am using videnc2test demo,i do set the frame rate to 30000,i add the printf in the main() to look up the frame rate,and it do is 30fps,but the encode video is still 15fps.
please give me a hand,thank u
Hello,
Please try:
./videnc2test 1920 1080 10 testenc.yuv out.h264 30 2000 h264 baseline 51 OMAPDRM
for example.
BR
Margarita