command line, records 'n split
Posted: 12 Mar 2008 07:11
Hi,
Currently, I can record record a stream using...
But the file quickly becomes too big, (over 24 hours), so I would like to split it into 30 minutes chunks.
Is it possible to do the same as above but also split it over time/size?
otherwise can VLC split a file?
Thanks
FFMG
Currently, I can record record a stream using...
Code: Select all
vlc.exe -vvv mms://xxx.yyy.net :sout=#transcode{vcodec=mp1v,acodec=mpga,vb=256}:std{access=file,mux=mpeg1,dst=c:\\dir\\test.mpg}
Is it possible to do the same as above but also split it over time/size?
otherwise can VLC split a file?
Thanks
FFMG