When i check the recordings on my usb stick, the recording is split into sections, any way of stopping this and making it 1 file?
F3 records in 1gb sections
Collapse
X
-
Tags: None
-
If you want to merge .ts files into one large file so you can play them on your pc etc. then this method worked for me:-
Open notepad and either copy/paste or type the following:
copy /b *.ts merged.ts
Then "Save As" merge_ts.bat [Save as type... All Files (*.*) ] into any folder you want.
Then copy the new file "merge_ts.bat" into the folder where your ts files exist and simply double click.Last edited by Hadron; 17 December, 2012, 21:10.Comment
Comment