I am new to video encoding and am getting confused with the depth of it.
Goal: To convert a VP8 encoded RTP video stream to H.264 encoded RTP video stream
Question: What should be my approach?
The way I am looking at it,
Is this how it should be? Also, please point me to additional resources. Thanks in advance.
This actually should be merged to Super User, but you can do this completely using FFmpeg (from reading to writing). Since you are new to video transcoding, take a look at FFmpeg the mother of all command lines, which is a great tutorial about this subject. It explains almost every step you need for this project.