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.

question about Dual stream encoding

Dear all:

         I am using DVRRDK3.0 with DM8168EVM.

         I create a chain to archive dual stream and JPEG encoding.Because there is no capture module,I used NullSrcLink.The following is my chain,and is runing normally.

                                                                                SRC

                                                                                    |

                                           ---------------------------- Dup -------------------------------

                                           |                                         |                                             |

                                           |                                         |                                           sc

                                           |                                         |                                             |

                                           |                                         |                                            nsf

                                           |                                         |                                               |

                                           ----------------------------merge -------------------------------

                                                                                     |

                                                                             ipcOutVpss

                                                                                     |

                                                                              ipcInVideo

                                                                                     |

                                                                                  enc

                                                                                     |

                                                                          ipcBitsOutVideo

                                                                                     |

                                                                          ipcBitsInHost

      I have these three streams saved to 3 files.

     When I set the srcPrm.tilerEnable = TRUE,   I was able to get the desired results,.

     And, When I set the srcPrm.tilerEnable = FALSE, the result is not correct.

     I want to know why this is.