hi<br>When i try to to set up a pipeline to encode raw video to mpeg2 using ffenc_mpeg2video i am getting segmentation fault.<br>Are these following pipelines correct?<br><br> I first covert a mpeg video to raw video data using pipeline
<br>"gst-launch filesrc location=/test.mpg ! decodbin ! filesink location=/test.raw"<br><br>And then i use the raw data to convert it to the mpeg2 video using pipeline<br>"gst-launch filesrc location=/test.raw ! ffmpegcolorspace ! ffenc_mpeg2video ! filesink location=/test1.mpv"
<br><br>The first one works fine,<br>but second one gives segmentation fault.<br><br><br>And when i try to install the bad plugins from source after doing ./configure it displays
<br>
a list of plugins containing mpeg2enc, faac,faad etc , that those plugins can't be build. Can anyone please tell me on what<br>
external libraries it depends. Or is there any alternative way to install those bad plugins.
<br>Looking forward for your help.<br><br>Warm Regards<br><span class="sg">Gajel Kumar</span>