<div dir="ltr">g_object_set(G_OBJECT<br>
(data.splitmuxsink),"location"<wbr>,"video%%05d.mp4","max-files",<wbr>4, NULL);<br>
<br>
This is not working...there is no file named video001. It making serveral<br>
files named 00001,0002 and after re-run it overrides same file. Plz help<br>
me. It is my 10th day on same problem.<br>
And how can i change the location to another folder do u people have<br>
something for that because when i used multifilesink there is a "location"<br>
in that i put my location like /home/shubham/spl/Videos/<wbr>video.mp4 it makes<br>
video of video.mp4 but then it do not split after writing this(below code)<br>
it overrides same file because of same name it found(video.mp4)...plz help<br>
me in detail or i will die solving these problems<br>
<br>
g_object_set(G_OBJECT<br>
(data.multifilesink),"<wbr>location",""/home/shubham/<wbr>splintng/Videos/video.mp4",0,<br>
NULL);<br>
g_object_set(G_OBJECT (data.multifilesink),"next-<wbr>file",<br>
4,"multifilesink", 0, NULL);<br>
g_object_set(G_OBJECT (data.multifilesink),<br>
"index",rand(),"multifilesink"<wbr>, 0, NULL);<br>
g_object_set(G_OBJECT (data.multifilesink), "max-file-size", 1000000,<br>
"multifilesink", 0, NULL);<br>
g_object_set(G_OBJECT (data.multifilesink), "max-files", 5,<br>
"multifilesink", 0, NULL);<br></div>