Hi All,<br><br>Are there elements that can help to increase the performance of pipeline if i would insert them into the pipeline.<br>Actually, i am using gstreamer to transcode video file from one format to another format. What i found that this process is taking lot of CPU.<br>
Now i want to optimize the pipeline to make it eats less CPU. I am using following pipeline to transcode data:<br><br><b>filesrc -> decodebin2 -> queue -> ffmpegcolorspace -> videoscale -> capsfilter -> ffenc_h263 -> filesink</b><br>
<br>Any help/pointer/ will be appreciated. Can any one also share which element is eating lot of CPU in above given pipeline?<br><br>Thanks in Advance<br><br><br>