Folgendes Problem:
Mein Focus Firestore FS-4 HD teilt eine Aufnahme (ca. 25min lang) in mehrere Dateien auf. Anstatt eine Datei hab ich nun zwei Dateien à 1.64Gb und eine die 1Gb gross ist.
Gibts da eine Einstellung die das verhindert?
Der Firestore zeigt mehrere Dateien, weil die Festplatte von Firetsore in FAT32 formatiert ist. Man kann die Dateien mit einem externen Programm (z.B. AVI Joiner) nachträglich zusammen zu fügen. Wenn Sie in M2T aufnehmen wollen, wird Ihnen die Anleitung hilfreich sein:
*********************************************
The Firestore FS-4, FS-C, DR-HD100 are FAT32 based, giving an approximate 2G file limit. There can't be clips longer than 2Gs, resulting in multiple files per clip.
The Open GOP structure of the 1080 stream requires information that contained in these multiple files to have a truly contiguous video/audio file. Because of the nature of Open GOP compression.
Some NLE systems do not combine the m2t files when imported, so this needs to be done prior to import.
Some people are using the following method to combine the files. All this does is combine the files at the binary level, using a DOS command, to over come "seamless" obstacles. It does not change or modify the MPEG.
***********************************************
Command example:
"copy /b 001.m2t+002.m2t v:\CompleteClip.m2t"
Some detailed Steps:
The following assumes drive "V" is the destination video work drive , and the FS-4 HD is drive "F". Also the destination file will be named, "cam1.m2t". Type the command, without the quotes. So "command" is simply typed as command.
IMPORTANT NOTE: The destination drive drive (V:) must be a non-FAT32 file format, such as NTFS.
NOTE: The purpose of steps 1 and 2 are to avoid hassling with the default and long original file names, reduce typing. So they are not required.
1) Mount the FS-4 HD to a Windows 2000/XP computer. FS-4 normally mounts as drive "F". Rename the folder with the video files to "fs". (just for simplicity).
2) Rename the video files to 001.m2t, 002.m2t, 003.m2t, 004.m2t, 005.m2t, 006.m2t and 007.m2t. This assures that they stay in order. (just for simplicity)
3) Close the window and then click Start, Run and type "command" and press enter.
4) Next type "f::" and press enter. You should now be at the root dir of the FS-4 HD's drive.
5) Next type "cd fs" and press enter. You should now be at the "f:\fs" folder.
6) Next type "copy /b 001.m2t+002.m2t+003.m2t+004.m2t+005.m2t+006.m2t+007.m2t v:\capture\cam1.m2t" and press enter. Be absolutely sure to include /b which is for binary.
7) Import cam1.m2t into your NLE.