Hi,i started video but how can i create mp4 file and save video which has rtsp ? My code: string[] options = { ":sout=#transcode{vcodec=mp4v,vb=1024,scale=1}:duplicate{dst=std{access=file,mux=mov,url=D:\\test.mp4}}" }; axVLCPlugin1.addTarget("rtsp://*****/profile2/media.smp", opt...