MovieCutter

TAPs für die SRP- und CRP-Serie
Benutzeravatar
FilmFan
Besenstifter

<div title=Anheizersympathisant>Besenstifter</div>
Beiträge: 2267
Registriert: Fr 9. Dez 2005, 14:24

AW: MovieCutter

#981

Beitrag von FilmFan » Fr 17. Jan 2014, 19:22

[quote="chris86"]Weißt du zufällig, wie viel Speicher so ein InfHeader maximal haben kann?[/quote]
Ohne Bookmarks, Schnittpunkte und Bilder sind das für alle xRP-Modelle max. 1412 Bytes.
Das Kennwort für die Einstellungen bei den SRP/CRP-Modellen lautet 2010.
Topfield SRP-2401CI+ mit HD+ (HD01/HD02)
Topfield SRP-2410M mit AlphaCrypt Light
Topfield CRP-2401CI+ mit AlphaCrypt Light 1.16 (K09) und 1.18 (D01 und D02)
AutoStart: IQTuner, PowerRestore, RemoteSwitch, RescueRecs, TMSRemote, TMSTimer
Topfield TF5200PVRc (R.I.P.)

Benutzeravatar
FireBird
Suspekter verdächtiger Zauberküchenchef, TAP & Firmware-Guru
Suspekter verdächtiger Zauberküchenchef, TAP & Firmware-Guru
Beiträge: 28983
Registriert: Fr 9. Dez 2005, 09:59
Receivertyp: SRP-2401CI+ TFIR
vu+ Duo 4k
Wohnort: Wien

AW: MovieCutter

#982

Beitrag von FireBird » Fr 17. Jan 2014, 19:25

[quote="FilmFan"]max. 1412 Bytes.[/quote]
Ohne Bookmarks.

Benutzeravatar
FilmFan
Besenstifter

<div title=Anheizersympathisant>Besenstifter</div>
Beiträge: 2267
Registriert: Fr 9. Dez 2005, 14:24

AW: MovieCutter

#983

Beitrag von FilmFan » Fr 17. Jan 2014, 19:28

Das schrieb ich doch. :confused:
Das Kennwort für die Einstellungen bei den SRP/CRP-Modellen lautet 2010.
Topfield SRP-2401CI+ mit HD+ (HD01/HD02)
Topfield SRP-2410M mit AlphaCrypt Light
Topfield CRP-2401CI+ mit AlphaCrypt Light 1.16 (K09) und 1.18 (D01 und D02)
AutoStart: IQTuner, PowerRestore, RemoteSwitch, RescueRecs, TMSRemote, TMSTimer
Topfield TF5200PVRc (R.I.P.)

Benutzeravatar
FireBird
Suspekter verdächtiger Zauberküchenchef, TAP & Firmware-Guru
Suspekter verdächtiger Zauberküchenchef, TAP & Firmware-Guru
Beiträge: 28983
Registriert: Fr 9. Dez 2005, 09:59
Receivertyp: SRP-2401CI+ TFIR
vu+ Duo 4k
Wohnort: Wien

AW: MovieCutter

#984

Beitrag von FireBird » Fr 17. Jan 2014, 19:29

Oops, stimmt.

Benutzeravatar
macfan
Ex-iTiNa-Promoter
Ex-iTiNa-Promoter
Beiträge: 24972
Registriert: Fr 9. Dez 2005, 10:16
Receivertyp: 2 x TF 2401 CI+, 2100, 5200 C, VU+ Ultimo 4K
Receiverfirmware: SRP-Serie: die neueste, 5k: Jan 07 PTU, VU+ VTi 15.0
Wohnort: Dortmund

AW: MovieCutter

#985

Beitrag von macfan » Fr 17. Jan 2014, 19:43

Christian, soll ich den Test mit den beiden gemailten Spezialversionen trotzdem machen oder willst du jetzt erst einmal im Bereich der Speicherreservierung testen?

Gruß, Horst

chris86
Moderator
Moderator
Beiträge: 1171
Registriert: Sa 4. Jun 2011, 22:35
Receivertyp: 2x SRP-2410, CRP-2401CI+
Receiverfirmware: SRP: 2011Sep29 / 2013Jan10 (RC) / 2013Dez19
CRP: 2013Feb05
Kontaktdaten:

AW: MovieCutter

#986

Beitrag von chris86 » Fr 17. Jan 2014, 19:47

FilmFan hat geschrieben:Ohne Bookmarks, Schnittpunkte und Bilder sind das für alle xRP-Modelle max. 1412 Bytes.

Die Bookmarks müssen aber rein!
Hier findet sich eine Angabe von 3320 B mit allem außer den Vorschaubildern.

Aber all die Zahlen nutzen mir nicht wirklich... Ich muss wissen, wieviele Bytes die Funktion DecodeRecHeader() aus der FBLib tatsächlich auswertet.
Denn so viel muss ich aus der Datei lesen, damit die Funktion keinen Buffer Overrun produziert.
3.) In diesem konkreten Fall brauche ich ja gar nicht unbedingt so viel Speicher.
-> Wenn die Funktion nicht Tausend Mal pro Sekunden aufgerufen wird, stört ein TAP_MemAlloc()/Free() auch nicht.
Stimmt - aber wenn wir hier schon über mögliche Speicherprobleme diskutieren, dann muss ja nicht sinnlos welcher verschwendet werden. So viel wie DecodeRecHeader() verarbeitet, reicht aus. Alles weitere ist überflüssig ;-)
Wenn es wirklich ein Stack-Problem ist, dann für die Summe aller lokalen Variablen einer Funktion.
Für jeden Thread gibt es einen Stack und alle TAPs laufen im selben Thread.
Hier muss ich nochmal eben nachfragen! Das muss ich schon richtig verstehen - könnte ja auch in Zukunft für weitere Bug-Suchen höchst entscheidend sein:
Gelten derartige Beschränkungen (oder weitere Stack-Begrenzungen) nun für die lokalen Variablen einer Funktion oder eines Threads (d.h. für alle TAPs gemeinsam)?
-> also würde es Sinn ergeben, einen Zusammenhang mit dem V!deotext-Problem zu vermuten?

chris86
Moderator
Moderator
Beiträge: 1171
Registriert: Sa 4. Jun 2011, 22:35
Receivertyp: 2x SRP-2410, CRP-2401CI+
Receiverfirmware: SRP: 2011Sep29 / 2013Jan10 (RC) / 2013Dez19
CRP: 2013Feb05
Kontaktdaten:

AW: MovieCutter

#987

Beitrag von chris86 » Fr 17. Jan 2014, 19:50

[quote="macfan"]Christian, soll ich den Test mit den beiden gemailten Spezialversionen trotzdem machen oder willst du jetzt erst einmal im Bereich der Speicherreservierung testen?[/quote]

Ja, unbedingt! Das kann die Vermutung schonmal bestätigen bzw. widerlegen!

Benutzeravatar
macfan
Ex-iTiNa-Promoter
Ex-iTiNa-Promoter
Beiträge: 24972
Registriert: Fr 9. Dez 2005, 10:16
Receivertyp: 2 x TF 2401 CI+, 2100, 5200 C, VU+ Ultimo 4K
Receiverfirmware: SRP-Serie: die neueste, 5k: Jan 07 PTU, VU+ VTi 15.0
Wohnort: Dortmund

AW: MovieCutter

#988

Beitrag von macfan » Fr 17. Jan 2014, 19:51

OT: Chris86 hat jetzt 86 Beiträge ;) .

EDIT: Zu spät! Während ich das schrieb, kam der 87.

Gruß, Horst

Benutzeravatar
FireBird
Suspekter verdächtiger Zauberküchenchef, TAP & Firmware-Guru
Suspekter verdächtiger Zauberküchenchef, TAP & Firmware-Guru
Beiträge: 28983
Registriert: Fr 9. Dez 2005, 09:59
Receivertyp: SRP-2401CI+ TFIR
vu+ Duo 4k
Wohnort: Wien

AW: MovieCutter

#989

Beitrag von FireBird » Fr 17. Jan 2014, 19:56

Speicher wird für lokale Variablen nur in dem Zeitraum reserviert, während die Funktion aktiv ist. Ganz am Anfang und am Ende wird der Stackpointer verschoben, um Platz zu machen bzw. wieder freizugeben.


Und wenn ich das richtig interpretiere, werden nur 32736 Bytes am Stack reserviert und wir sehen Problem und Grenze. Weiter oben greifen Variablen auf einen Offset von bis zu 136880 Bytes zu.
Zuletzt geändert von FireBird am Fr 17. Jan 2014, 19:59, insgesamt 2-mal geändert.

BluField62
Durfte nun endlich auch mal ein Statusanstifter sein

<div title=Der mit dem gaaanz anderen Statussymbol>Durfte nun endlich auch mal ein Statusanstifter sein</div>
Beiträge: 18273
Registriert: So 26. Okt 2008, 12:11

AW: MovieCutter

#990

Beitrag von BluField62 » Fr 17. Jan 2014, 20:03

ich hatte zwar bisher noch keine Zeit, deine Version zu testen, mir ist allerdings noch etwas bzgl. Videotext aufgefallen:
Ich hatte eine Aufnahme mit MC1.4 geschnitten und diese auf die Externe kopiert, MC war schon beendet.
Während des Kopierens war ich im Videotext, so weit so gut. Als der Kopiervorgang beendet war, blinkte im Videotext mittig ein Loch so groß wie das Dialogfenster "Kopiervorgang erfolgreich durchgeführt".
Selbst später kam das Fensterblinken nochmal als ich den Videotext aufgerufen habe.
Erst durch das Starten und Beenden eines x-beliebigen TAPs war der Effekt verschwunden.
Also gibt es wohl markante Punkte für die Fenster, die nichts mit dem PIP zu tun haben.
Wer weiß, welcher Dialog wann und wofür dort oben links ist :confused:

Benutzeravatar
macfan
Ex-iTiNa-Promoter
Ex-iTiNa-Promoter
Beiträge: 24972
Registriert: Fr 9. Dez 2005, 10:16
Receivertyp: 2 x TF 2401 CI+, 2100, 5200 C, VU+ Ultimo 4K
Receiverfirmware: SRP-Serie: die neueste, 5k: Jan 07 PTU, VU+ VTi 15.0
Wohnort: Dortmund

AW: MovieCutter

#991

Beitrag von macfan » Fr 17. Jan 2014, 20:03

Die Version mit der alten nav und inf hat funktioniert! Die beiden einzelnen traue ich mich im Moment nicht zu testen, weil Aufnahmen laufen. Ergebnis also morgen.

Gruß, Horst

Benutzeravatar
db1
Topfmeister
Topfmeister
Beiträge: 746
Registriert: Di 13. Dez 2005, 00:22
Receivertyp: SRP-2100, TF4000PVR
Receiverfirmware: ORF "Testversion"
Wohnort: nähe Wien

AW: MovieCutter

#992

Beitrag von db1 » Sa 18. Jan 2014, 00:47

chris86 hat geschrieben:Kann mir jemand diesen Post erklären?
Also, ja, es ist das zentrale Problem, dass Aufnahmen gelöscht werden!
Das tut aber nicht der MovieCutter!!
Leider kann bisher niemand genau sagen, welches TAP oder welche Funktion der Firmware für die Löschung verantwortlich ist, inwiefern das mit dem MC-Schnitt zusammenhängt, und ob das Problem neu entstanden ist oder jetzt erst entdeckt wurde.

Genau das meinte ich, wobei ich davon ausgegangen bin, dass es ein TAP ist, und da kommen vermutlich wohl nur die in Frage, die das Löschen von Files unter bestimmten Bedingungen durchführen und die alle mit dem Problem am laufen haben, wodurch sich die Zahl wohl auf wenige beschränkt.

Benutzeravatar
Bickabunk
Erfahrener Benutzer
Erfahrener Benutzer
Beiträge: 125
Registriert: Fr 16. Aug 2013, 12:32
Receivertyp: TF7160
Wohnort: Cairns
Kontaktdaten:

AW: MovieCutter

#993

Beitrag von Bickabunk » Sa 18. Jan 2014, 03:09

[quote="FireBird"]Wenn es wirklich ein Stack-Problem ist, dann für die Summe aller lokalen Variablen einer Funktion.[/quote]Nicht nur einer Funktion, sondern der ganzen Funktionskette.

MfG Stefan Fröhlich
42 ;-)

Benutzeravatar
db1
Topfmeister
Topfmeister
Beiträge: 746
Registriert: Di 13. Dez 2005, 00:22
Receivertyp: SRP-2100, TF4000PVR
Receiverfirmware: ORF "Testversion"
Wohnort: nähe Wien

AW: MovieCutter

#994

Beitrag von db1 » Mo 20. Jan 2014, 00:35

chris86 hat geschrieben:
Also ganz speziell: Wolfman, klassikmann und db1.

...

Bitte zuerst diese Version probieren:
1.) MovieCutter_20g_debug2_NoTAPFread_NoSpecial.tap


Bin erst heute dazu gekommen, die erste Variante zu testen, habe aber nichts gutes, im wesentlichen sehr konfusses zu berichten.

SRP 2100, unverschlüsselt aufgenommene Testsendung (Die Simpsons) auf Pro7-HD (ca. 20 min)

Beim ersten Versuch der Version "1" kam es gleich einmal beim Navigieren in der Datei zu einem reboot (20:09) mit folgendem Prüfe Festplatte.

Ich habe dann später (23:23) 2 Bookmarks gesetzt und dann die Version "1" gestartet.
Vor+Nachlauf markiert
Ausgewählte Segmente löschen
nach bestätigung noch wärend des Schneiden -> reboot (außnahmsweise ohne folgendes "Prüfe Festplatte")

Danach (23:29) war glaube ich das Ende geschnitten (zumindest kam der Hinweis, dass die inf Länge um ca 90 s nicht stimmt, die vorher nicht kam).
Ich habe dann nochmals versucht Bookmarks zu setzten, bin dabei 1 oder 2 Mal rausgegangen, irgendwann ist das MC Menü dann eingefroren und der Receiver hat nur mehr auf Power off via FB reagiert.
Danach wieder Prüfe Festplatte ...

Irgendwann ist dabei auch eine Datei Die Simpsons (Cut-2).rec mit Datum 1.1.2000 entstanden.

Ich habe alles (logs und rec) in meine Dropbox gespielt und dort freigegeben, vielleicht willst du dir ja auch die rec ansehen.

https://www.dropbox.com/sh/81b7vjj0gfq8efn/qiyM5V9eFZ
(upload der rec files wird aber noch ein wenig dauern, morgen früh sollte es aber schon oben sein)

Ob die Datei, jetzt dann auch noch gelöscht wird berichte ich dann morgen.
Zuletzt geändert von db1 am Mo 20. Jan 2014, 00:39, insgesamt 1-mal geändert.

Benutzeravatar
db1
Topfmeister
Topfmeister
Beiträge: 746
Registriert: Di 13. Dez 2005, 00:22
Receivertyp: SRP-2100, TF4000PVR
Receiverfirmware: ORF "Testversion"
Wohnort: nähe Wien

AW: MovieCutter

#995

Beitrag von db1 » Mo 20. Jan 2014, 19:44

Files sind noch da.
Ich habe jetzt noch einmal 2 Filme geschnitten.

Zuerst noch einmal einen Pro7 HD Film, wieder das gleiche. 2 Bookmarks, Vor und Nachlauf markiert, Markierte Löschen, schneiden beginnt, reboot, danach kein Prüfe HD und wieder ein cut2 file.

Dann das gleiche mit einem ARD-HD Film (dachte dass es vielleicht am HD+ liegt), das gleiche aber leider auch im Ergebnis incl reboot.

Diese Version ist also bei mir überhaupt nicht lauffähig. Bringt es dann was, die zweite Version auch zu testen?

chris86
Moderator
Moderator
Beiträge: 1171
Registriert: Sa 4. Jun 2011, 22:35
Receivertyp: 2x SRP-2410, CRP-2401CI+
Receiverfirmware: SRP: 2011Sep29 / 2013Jan10 (RC) / 2013Dez19
CRP: 2013Feb05
Kontaktdaten:

AW: MovieCutter

#996

Beitrag von chris86 » Di 21. Jan 2014, 00:41

db1 hat geschrieben:Bin erst heute dazu gekommen, die erste Variante zu testen, habe aber nichts gutes, im wesentlichen sehr konfusses zu berichten.


Okay, das reicht jetzt! Irgendwo ist da der Wurm drin... :motz:
Wir machen jetzt folgendes:
Die Version g schmeiße ich weg, und fange bei der Version f wieder an. Die lief ja noch bei allen einwandfrei. (Bis auf das extremst seltene Aufnahmenfresser-Problem, von dem wir noch nicht wissen, ob es überhaupt vom MC kommt...)

Da werde ich jetzt die letzten Änderungen schrittchenweise neu einbauen, und jede einzelne auch erst auf dem SRP-2100 (der im Vergleich zu meinen Geräten anscheinend eine ganz schöne kleine Zicke ist) testen lassen.

Benutzeravatar
Fritzcat
Grubix Handlanger
Grubix Handlanger
Beiträge: 1715
Registriert: Fr 9. Dez 2005, 11:55
Receivertyp: SRP-2100
Receiverfirmware: 3.1.07[D][E][F][Gm][H][P][Ps][S][T][Wf]
Wohnort: Ruhrgebiet

AW: MovieCutter

#997

Beitrag von Fritzcat » Di 21. Jan 2014, 08:02

Hier die LOG von meinem Test:
2014-01-20 19:51:37 *** MovieCutter V2.0g beta started! ***
2014-01-20 19:51:37 ====================================
2014-01-20 19:51:37 Receiver Model: SRP-2100 (TMS) (22010)
2014-01-20 19:51:37 Firmware: TF-BCPC 1.15.01 (2013-09-26)
2014-01-20 19:51:44 ========================================

2014-01-20 19:51:44 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 19:51:44 ----------------------------------------
2014-01-20 19:51:44 File size = 534487040 Bytes (59229 blocks)
2014-01-20 19:51:44 Reported total blocks: 59214
2014-01-20 19:51:44 Type of recording: SD
2014-01-20 19:51:44 .nav-file loaded: 2594 different TimeStamps found.
2014-01-20 19:51:44 First Timestamp: Block=12, Time=0:00:01.843
2014-01-20 19:51:44 Playback Duration (from nav): 0:20:59.549
2014-01-20 19:51:44 Playback Duration (from inf): 0:21:00
2014-01-20 19:51:44 CutFileLoad: .cut doesn't exist!
2014-01-20 19:51:48 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 19:51:48 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 19:51:48 ========================================

2014-01-20 19:51:48 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 19:51:48 ----------------------------------------
2014-01-20 19:51:48 File size = 534489088 Bytes (59229 blocks)
2014-01-20 19:51:48 Reported total blocks: 59214
2014-01-20 19:51:48 Type of recording: SD
2014-01-20 19:51:48 .nav-file loaded: 2594 different TimeStamps found.
2014-01-20 19:51:48 First Timestamp: Block=12, Time=0:00:01.843
2014-01-20 19:51:48 Playback Duration (from nav): 0:20:59.549
2014-01-20 19:51:48 Playback Duration (from inf): 0:21:00
2014-01-20 19:51:48 CutFileLoad: .cut doesn't exist!
2014-01-20 19:51:53 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 19:51:53 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 19:51:53 ========================================

2014-01-20 19:51:53 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 19:51:53 ----------------------------------------
2014-01-20 19:51:53 File size = 534489088 Bytes (59229 blocks)
2014-01-20 19:51:53 Reported total blocks: 59214
2014-01-20 19:51:53 Type of recording: SD
2014-01-20 19:51:53 .nav-file loaded: 2594 different TimeStamps found.
2014-01-20 19:51:53 First Timestamp: Block=12, Time=0:00:01.843
2014-01-20 19:51:53 Playback Duration (from nav): 0:20:59.549
2014-01-20 19:51:53 Playback Duration (from inf): 0:21:00
2014-01-20 19:51:53 CutFileLoad: .cut doesn't exist!
2014-01-20 19:51:55 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 19:51:55 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 19:51:55 ========================================

2014-01-20 19:51:55 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 19:51:55 ----------------------------------------
2014-01-20 19:51:55 File size = 534489088 Bytes (59229 blocks)
2014-01-20 19:51:55 Reported total blocks: 59214
2014-01-20 19:51:55 Type of recording: SD
2014-01-20 19:51:55 .nav-file loaded: 2594 different TimeStamps found.
2014-01-20 19:51:55 First Timestamp: Block=12, Time=0:00:01.843
2014-01-20 19:51:55 Playback Duration (from nav): 0:20:59.549
2014-01-20 19:51:55 Playback Duration (from inf): 0:21:00
2014-01-20 19:51:55 CutFileLoad: .cut doesn't exist!
2014-01-20 19:51:56 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 19:51:56 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 19:51:57 ========================================

2014-01-20 19:51:57 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 19:51:57 ----------------------------------------
2014-01-20 19:51:57 File size = 534489088 Bytes (59229 blocks)
2014-01-20 19:51:57 Reported total blocks: 59214
2014-01-20 19:51:57 Type of recording: SD
2014-01-20 19:51:57 .nav-file loaded: 2594 different TimeStamps found.
2014-01-20 19:51:57 First Timestamp: Block=12, Time=0:00:01.843
2014-01-20 19:51:57 Playback Duration (from nav): 0:20:59.549
2014-01-20 19:51:57 Playback Duration (from inf): 0:21:00
2014-01-20 19:51:57 CutFileLoad: .cut doesn't exist!
2014-01-20 19:51:58 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 19:51:58 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 19:51:59 ========================================

2014-01-20 19:51:59 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 19:51:59 ----------------------------------------
2014-01-20 19:51:59 File size = 534489088 Bytes (59229 blocks)
2014-01-20 19:51:59 Reported total blocks: 59214
2014-01-20 19:51:59 Type of recording: SD
2014-01-20 19:51:59 .nav-file loaded: 2594 different TimeStamps found.
2014-01-20 19:51:59 First Timestamp: Block=12, Time=0:00:01.843
2014-01-20 19:51:59 Playback Duration (from nav): 0:20:59.549
2014-01-20 19:51:59 Playback Duration (from inf): 0:21:00
2014-01-20 19:51:59 CutFileLoad: .cut doesn't exist!
2014-01-20 19:52:02 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 19:52:02 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 19:52:02 ========================================

2014-01-20 19:52:02 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 19:52:02 ----------------------------------------
2014-01-20 19:52:02 File size = 534489088 Bytes (59229 blocks)
2014-01-20 19:52:02 Reported total blocks: 59214
2014-01-20 19:52:02 Type of recording: SD
2014-01-20 19:52:02 .nav-file loaded: 2594 different TimeStamps found.
2014-01-20 19:52:02 First Timestamp: Block=12, Time=0:00:01.843
2014-01-20 19:52:02 Playback Duration (from nav): 0:20:59.549
2014-01-20 19:52:02 Playback Duration (from inf): 0:21:00
2014-01-20 19:52:02 CutFileLoad: .cut doesn't exist!
2014-01-20 19:52:03 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 19:52:03 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 19:52:03 ========================================

2014-01-20 19:52:03 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 19:52:03 ----------------------------------------
2014-01-20 19:52:03 File size = 534489088 Bytes (59229 blocks)
2014-01-20 19:52:03 Reported total blocks: 59214
2014-01-20 19:52:03 Type of recording: SD
2014-01-20 19:52:03 .nav-file loaded: 2594 different TimeStamps found.
2014-01-20 19:52:03 First Timestamp: Block=12, Time=0:00:01.843
2014-01-20 19:52:03 Playback Duration (from nav): 0:20:59.549
2014-01-20 19:52:03 Playback Duration (from inf): 0:21:00
2014-01-20 19:52:03 CutFileLoad: .cut doesn't exist!
2014-01-20 19:52:04 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 19:52:04 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 19:52:04 ========================================

2014-01-20 19:52:04 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 19:52:04 ----------------------------------------
2014-01-20 19:52:04 File size = 534489088 Bytes (59229 blocks)
2014-01-20 19:52:04 Reported total blocks: 59214
2014-01-20 19:52:05 Type of recording: SD
2014-01-20 19:52:05 .nav-file loaded: 2594 different TimeStamps found.
2014-01-20 19:52:05 First Timestamp: Block=12, Time=0:00:01.843
2014-01-20 19:52:05 Playback Duration (from nav): 0:20:59.549
2014-01-20 19:52:05 Playback Duration (from inf): 0:21:00
2014-01-20 19:52:05 CutFileLoad: .cut doesn't exist!
2014-01-20 19:52:07 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 19:52:07 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 19:52:07 ========================================

2014-01-20 19:52:07 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 19:52:07 ----------------------------------------
2014-01-20 19:52:07 File size = 534489088 Bytes (59229 blocks)
2014-01-20 19:52:07 Reported total blocks: 59214
2014-01-20 19:52:07 Type of recording: SD
2014-01-20 19:52:07 .nav-file loaded: 2594 different TimeStamps found.
2014-01-20 19:52:07 First Timestamp: Block=12, Time=0:00:01.843
2014-01-20 19:52:07 Playback Duration (from nav): 0:20:59.549
2014-01-20 19:52:07 Playback Duration (from inf): 0:21:00
2014-01-20 19:52:07 CutFileLoad: .cut doesn't exist!
2014-01-20 19:52:10 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 19:52:10 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 19:52:10 ========================================

2014-01-20 19:52:10 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 19:52:10 ----------------------------------------
2014-01-20 19:52:10 File size = 534489088 Bytes (59229 blocks)
2014-01-20 19:52:10 Reported total blocks: 59214
2014-01-20 19:52:10 Type of recording: SD
2014-01-20 19:52:10 .nav-file loaded: 2594 different TimeStamps found.
2014-01-20 19:52:10 First Timestamp: Block=12, Time=0:00:01.843
2014-01-20 19:52:10 Playback Duration (from nav): 0:20:59.549
2014-01-20 19:52:10 Playback Duration (from inf): 0:21:00
2014-01-20 19:52:10 CutFileLoad: .cut doesn't exist!
2014-01-20 19:52:14 TAP_EventHandler(): State=ST_Exit --> Aufruf von CutFileSave()
2014-01-20 19:52:14 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 20:03:05 *** MovieCutter V2.0g beta started! ***
2014-01-20 20:03:05 ====================================
2014-01-20 20:03:05 Receiver Model: SRP-2100 (TMS) (22010)
2014-01-20 20:03:05 Firmware: TF-BCPC 1.15.01 (2013-09-26)
2014-01-20 20:03:06 ========================================

2014-01-20 20:03:06 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 20:03:06 ----------------------------------------
2014-01-20 20:03:06 File size = 534489088 Bytes (59229 blocks)
2014-01-20 20:03:06 Reported total blocks: 59214
2014-01-20 20:03:06 Type of recording: SD
2014-01-20 20:03:06 .nav-file loaded: 2594 different TimeStamps found.
2014-01-20 20:03:06 First Timestamp: Block=12, Time=0:00:01.843
2014-01-20 20:03:06 Playback Duration (from nav): 0:20:59.549
2014-01-20 20:03:06 Playback Duration (from inf): 0:21:00
2014-01-20 20:03:06 CutFileLoad: .cut doesn't exist!
2014-01-20 20:03:13 Importing 2 of 2 bookmarks
2014-01-20 20:03:13 Bookmark 1 @ 30163
2014-01-20 20:03:13 New marker @ block = 30163, time = 0:10:42.824, percent = 50.9%
2014-01-20 20:03:13 Bookmark 2 @ 55561
2014-01-20 20:03:13 New marker @ block = 55561, time = 0:19:43.004, percent = 93.8%
2014-01-20 20:05:16 [Action 'Delete segments' started...]
2014-01-20 20:05:16 Seg Block Time Pct Sel Act
2014-01-20 20:05:16 00: 0000000000 0:00:00.000 000 yes
2014-01-20 20:05:16 01: 0000030163 0:10:42.824 050 no *
2014-01-20 20:05:16 02: 0000056706 0:20:07.218 095 yes
2014-01-20 20:05:16 03: 0000059214 0:20:59.369 100 no
2014-01-20 20:05:16 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 20:05:16 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 20:05:16 Processing segment 2
2014-01-20 20:05:16 (* special mode for cut ending *)
2014-01-20 20:05:16 ----------------------------------------
2014-01-20 20:05:16 Source = 'CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec'
2014-01-20 20:05:16 Cut name = 'CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27_temp.rec'
2014-01-20 20:05:16 File size = 534489088 Bytes (59229 blocks)
2014-01-20 20:05:16 Dir = '/DataFiles'
2014-01-20 20:05:16 PacketSize = 192
2014-01-20 20:05:16 KeepCut = yes
2014-01-20 20:05:16 CutStartBlock = 0, BehindCutBlock = 56706
2014-01-20 20:05:16 CutStartPos = 0, BehindCutPos = 511714944
2014-01-20 20:05:16 ReadCutPointArea()
2014-01-20 20:05:16 ReadCutPointArea()
2014-01-20 20:05:16 PatchRecFile()
2014-01-20 20:05:16 PatchRecFile()
2014-01-20 20:05:16 FileCut()
2014-01-20 20:05:16 Cut file size: 511709184 Bytes (=56705 blocks)
2014-01-20 20:05:16 ReadFirstAndLastCutPacket()
2014-01-20 20:05:16 Cut start offset: 0 Bytes (=0 packets and 0 Bytes), Cut end offset: -5760 Bytes (=-30 packets and 0 Bytes)
2014-01-20 20:05:16 Real cut positions: Cut Start = 0, Behind Cut: 511709184
2014-01-20 20:05:16 --> Real cutting points guessed correctly!
2014-01-20 20:05:16 UnpatchRecFile()
2014-01-20 20:05:16 Patched Bytes: 0, 0, 0, 0, 0, 0, 0, 0
2014-01-20 20:05:16 PatchNavFilesSD()
2014-01-20 20:05:16 PatchInfFiles()
2014-01-20 20:05:17 PatchInfFiles(): 499572 / 556484 Bytes read.
2014-01-20 20:05:17 Header erfolgreich decoded!
2014-01-20 20:05:17 Playtimes: Orig = 0:21:00, Cut = 0:20:05, New = 0:00:55
2014-01-20 20:05:17 Bookmarks: 30163 55561
2014-01-20 20:05:17 Bookmarks->Source:
2014-01-20 20:05:17 Bookmarks->Cut: 30163 55561
2014-01-20 20:05:17 MovieCutter() finished.
2014-01-20 20:05:17 Renaming cutfile 'CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27_temp.rec' to 'CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec'
2014-01-20 20:05:17 Reported new totalBlock = 56691
2014-01-20 20:05:17 MovieCutterProcess: Letzter Segment-Marker 59214 ist ungleich TotalBlock 56691!
2014-01-20 20:05:17 Processing segment 0
2014-01-20 20:05:17 ----------------------------------------
2014-01-20 20:05:17 Source = 'CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec'
2014-01-20 20:05:17 Cut name = 'CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27 (Cut-1).rec'
2014-01-20 20:05:17 File size = 511709184 Bytes (56705 blocks)
2014-01-20 20:05:17 Dir = '/DataFiles'
2014-01-20 20:05:17 PacketSize = 192
2014-01-20 20:05:17 KeepCut = no
2014-01-20 20:05:17 CutStartBlock = 0, BehindCutBlock = 30163
2014-01-20 20:05:17 CutStartPos = 0, BehindCutPos = 272190912
2014-01-20 20:05:17 ReadCutPointArea()
2014-01-20 20:05:17 ReadCutPointArea()
2014-01-20 20:05:17 PatchRecFile()
2014-01-20 20:05:17 PatchRecFile()
2014-01-20 20:05:17 FileCut()
2014-01-20 20:05:17 Cut file size: 272191488 Bytes (=30163 blocks)
2014-01-20 20:05:17 ReadFirstAndLastCutPacket()
2014-01-20 20:05:17 Cut start offset: 0 Bytes (=0 packets and 0 Bytes), Cut end offset: 576 Bytes (=3 packets and 0 Bytes)
2014-01-20 20:05:17 Real cut positions: Cut Start = 0, Behind Cut: 272191488
2014-01-20 20:05:17 --> Real cutting points guessed correctly!
2014-01-20 20:05:17 UnpatchRecFile()
2014-01-20 20:05:17 Patched Bytes: 0, 0, 0, 0, 0, 0, 0, 0
2014-01-20 20:05:17 PatchNavFilesSD()
2014-01-20 20:05:17 PatchInfFiles()
2014-01-20 20:05:17 PatchInfFiles(): 499572 / 556484 Bytes read.
2014-01-20 20:05:17 Header erfolgreich decoded!
2014-01-20 20:05:17 Playtimes: Orig = 0:20:05, Cut = 0:10:41, New = 0:09:24
2014-01-20 20:05:17 Bookmarks: 30163 55561
2014-01-20 20:05:17 Bookmarks->Source: 25397
2014-01-20 20:05:17 Bookmarks->Cut:
2014-01-20 20:05:18 MovieCutter() finished.
2014-01-20 20:05:18 Reported new totalBlock = 26528
2014-01-20 20:05:18 MovieCutterProcess: Letzter Segment-Marker 26527 ist ungleich TotalBlock 26528!
2014-01-20 20:05:18 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 20:05:18 Seg Block Time Pct Sel Act
2014-01-20 20:05:18 00: 0000000000 0:00:00.000 000 no *
2014-01-20 20:05:18 01: 0000026528 0:09:24.414 100 no
2014-01-20 20:05:18 ========================================

2014-01-20 20:05:18 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 20:05:18 ----------------------------------------
2014-01-20 20:05:18 File size = 239519744 Bytes (26542 blocks)
2014-01-20 20:05:18 Reported total blocks: 26534
2014-01-20 20:05:18 Type of recording: SD
2014-01-20 20:05:18 .nav-file loaded: 1150 different TimeStamps found.
2014-01-20 20:05:18 First Timestamp: Block=6, Time=0:00:00.001
2014-01-20 20:05:18 Playback Duration (from nav): 0:09:24.394
2014-01-20 20:05:18 Playback Duration (from inf): 0:09:24
2014-01-20 20:05:18 CutFileLoad: .cut doesn't exist!
2014-01-20 20:05:27 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 20:05:27 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 20:05:28 ========================================

2014-01-20 20:05:28 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 20:05:28 ----------------------------------------
2014-01-20 20:05:28 File size = 239519744 Bytes (26542 blocks)
2014-01-20 20:05:28 Reported total blocks: 26534
2014-01-20 20:05:28 Type of recording: SD
2014-01-20 20:05:28 .nav-file loaded: 1150 different TimeStamps found.
2014-01-20 20:05:28 First Timestamp: Block=6, Time=0:00:00.001
2014-01-20 20:05:28 Playback Duration (from nav): 0:09:24.394
2014-01-20 20:05:28 Playback Duration (from inf): 0:09:24
2014-01-20 20:05:28 CutFileLoad: .cut doesn't exist!
2014-01-20 20:05:36 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 20:05:36 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 20:05:36 ========================================

2014-01-20 20:05:36 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 20:05:36 ----------------------------------------
2014-01-20 20:05:36 File size = 239519744 Bytes (26542 blocks)
2014-01-20 20:05:36 Reported total blocks: 26534
2014-01-20 20:05:36 Type of recording: SD
2014-01-20 20:05:36 .nav-file loaded: 1150 different TimeStamps found.
2014-01-20 20:05:36 First Timestamp: Block=6, Time=0:00:00.001
2014-01-20 20:05:36 Playback Duration (from nav): 0:09:24.394
2014-01-20 20:05:36 Playback Duration (from inf): 0:09:24
2014-01-20 20:05:36 CutFileLoad: .cut doesn't exist!
2014-01-20 20:05:52 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 20:05:52 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 20:05:52 ========================================

2014-01-20 20:05:52 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 20:05:52 ----------------------------------------
2014-01-20 20:05:52 File size = 239519744 Bytes (26542 blocks)
2014-01-20 20:05:52 Reported total blocks: 26534
2014-01-20 20:05:52 Type of recording: SD
2014-01-20 20:05:52 .nav-file loaded: 1150 different TimeStamps found.
2014-01-20 20:05:52 First Timestamp: Block=6, Time=0:00:00.001
2014-01-20 20:05:52 Playback Duration (from nav): 0:09:24.394
2014-01-20 20:05:52 Playback Duration (from inf): 0:09:24
2014-01-20 20:05:52 CutFileLoad: .cut doesn't exist!
2014-01-20 20:05:54 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 20:05:54 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 20:05:54 ========================================

2014-01-20 20:05:54 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 20:05:54 ----------------------------------------
2014-01-20 20:05:54 File size = 239519744 Bytes (26542 blocks)
2014-01-20 20:05:54 Reported total blocks: 26534
2014-01-20 20:05:54 Type of recording: SD
2014-01-20 20:05:54 .nav-file loaded: 1150 different TimeStamps found.
2014-01-20 20:05:54 First Timestamp: Block=6, Time=0:00:00.001
2014-01-20 20:05:54 Playback Duration (from nav): 0:09:24.394
2014-01-20 20:05:54 Playback Duration (from inf): 0:09:24
2014-01-20 20:05:54 CutFileLoad: .cut doesn't exist!
2014-01-20 20:05:57 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 20:05:57 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 20:05:57 ========================================

2014-01-20 20:05:57 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 20:05:57 ----------------------------------------
2014-01-20 20:05:57 File size = 239519744 Bytes (26542 blocks)
2014-01-20 20:05:57 Reported total blocks: 26534
2014-01-20 20:05:57 Type of recording: SD
2014-01-20 20:05:57 .nav-file loaded: 1150 different TimeStamps found.
2014-01-20 20:05:57 First Timestamp: Block=6, Time=0:00:00.001
2014-01-20 20:05:57 Playback Duration (from nav): 0:09:24.394
2014-01-20 20:05:57 Playback Duration (from inf): 0:09:24
2014-01-20 20:05:57 CutFileLoad: .cut doesn't exist!
2014-01-20 20:05:58 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 20:05:58 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 20:05:58 ========================================

2014-01-20 20:05:58 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 20:05:58 ----------------------------------------
2014-01-20 20:05:58 File size = 239519744 Bytes (26542 blocks)
2014-01-20 20:05:58 Reported total blocks: 26534
2014-01-20 20:05:58 Type of recording: SD
2014-01-20 20:05:58 .nav-file loaded: 1150 different TimeStamps found.
2014-01-20 20:05:58 First Timestamp: Block=6, Time=0:00:00.001
2014-01-20 20:05:58 Playback Duration (from nav): 0:09:24.394
2014-01-20 20:05:58 Playback Duration (from inf): 0:09:24
2014-01-20 20:05:58 CutFileLoad: .cut doesn't exist!
2014-01-20 20:05:59 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 20:05:59 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 20:06:00 ========================================

2014-01-20 20:06:00 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 20:06:00 ----------------------------------------
2014-01-20 20:06:00 File size = 239519744 Bytes (26542 blocks)
2014-01-20 20:06:00 Reported total blocks: 26534
2014-01-20 20:06:00 Type of recording: SD
2014-01-20 20:06:00 .nav-file loaded: 1150 different TimeStamps found.
2014-01-20 20:06:00 First Timestamp: Block=6, Time=0:00:00.001
2014-01-20 20:06:00 Playback Duration (from nav): 0:09:24.394
2014-01-20 20:06:00 Playback Duration (from inf): 0:09:24
2014-01-20 20:06:00 CutFileLoad: .cut doesn't exist!
2014-01-20 20:06:01 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 20:06:01 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 20:06:01 ========================================

2014-01-20 20:06:01 Attaching to /mnt/hd/DataFiles/CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec
2014-01-20 20:06:01 ----------------------------------------
2014-01-20 20:06:01 File size = 239519744 Bytes (26542 blocks)
2014-01-20 20:06:01 Reported total blocks: 26534
2014-01-20 20:06:01 Type of recording: SD
2014-01-20 20:06:01 .nav-file loaded: 1150 different TimeStamps found.
2014-01-20 20:06:01 First Timestamp: Block=6, Time=0:00:00.001
2014-01-20 20:06:01 Playback Duration (from nav): 0:09:24.394
2014-01-20 20:06:01 Playback Duration (from inf): 0:09:24
2014-01-20 20:06:01 CutFileLoad: .cut doesn't exist!
2014-01-20 20:06:04 TAP_EventHandler(): State=ST_ActiveOSD, !isPlaybackRunning --> Aufruf von CutFileSave()
2014-01-20 20:06:04 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.rec, CutFileName: CrowdfundingWelt der Wunder Wissensreihe + Erfinderland Deutschland - Teil 2 - 2014-01-20 18-27.cut
2014-01-20 21:45:52 *** MovieCutter V2.0g beta started! ***
2014-01-20 21:45:52 ====================================
2014-01-20 21:45:52 Receiver Model: SRP-2100 (TMS) (22010)
2014-01-20 21:45:52 Firmware: TF-BCPC 1.15.01 (2013-09-26)
2014-01-20 21:46:14 ========================================

2014-01-20 21:46:14 Attaching to /mnt/hd/DataFiles/Hier und Heute - Operation Ruanda - 2014-01-20 18-05.rec
2014-01-20 21:46:14 ----------------------------------------
2014-01-20 21:46:14 File size = 1754357760 Bytes (194410 blocks)
2014-01-20 21:46:14 Reported total blocks: 3936
2014-01-20 21:46:14 Type of recording: HD
2014-01-20 21:46:14 .nav-file loaded: 431 different TimeStamps found.
2014-01-20 21:46:14 First Timestamp: Block=1, Time=0:00:00.160
2014-01-20 21:46:14 Playback Duration (from nav): 0:00:46.280
2014-01-20 21:46:14 Playback Duration (from inf): 0:22:49
2014-01-20 21:46:14 .nav file length not matching duration!
2014-01-20 21:46:14 Checking source nav file (possibly older version with incorrect Times)...
2014-01-20 21:46:15 CutFileLoad: .cut doesn't exist!
2014-01-20 21:46:34 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 21:46:34 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Hier und Heute - Operation Ruanda - 2014-01-20 18-05.rec, CutFileName: Hier und Heute - Operation Ruanda - 2014-01-20 18-05.cut
2014-01-20 21:46:34 ========================================

2014-01-20 21:46:34 Attaching to /mnt/hd/DataFiles/Hier und Heute - Operation Ruanda - 2014-01-20 18-05.rec
2014-01-20 21:46:34 ----------------------------------------
2014-01-20 21:46:34 File size = 1754357760 Bytes (194410 blocks)
2014-01-20 21:46:34 Reported total blocks: 3935
2014-01-20 21:46:34 Type of recording: HD
2014-01-20 21:46:34 .nav-file loaded: 431 different TimeStamps found.
2014-01-20 21:46:34 First Timestamp: Block=1, Time=0:00:00.160
2014-01-20 21:46:34 Playback Duration (from nav): 0:00:46.280
2014-01-20 21:46:34 Playback Duration (from inf): 0:22:49
2014-01-20 21:46:34 .nav file length not matching duration!
2014-01-20 21:46:34 CutFileLoad: .cut doesn't exist!
2014-01-20 21:46:39 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 21:46:39 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Hier und Heute - Operation Ruanda - 2014-01-20 18-05.rec, CutFileName: Hier und Heute - Operation Ruanda - 2014-01-20 18-05.cut
2014-01-20 21:46:39 ========================================

2014-01-20 21:46:39 Attaching to /mnt/hd/DataFiles/Hier und Heute - Operation Ruanda - 2014-01-20 18-05.rec
2014-01-20 21:46:39 ----------------------------------------
2014-01-20 21:46:39 File size = 1754357760 Bytes (194410 blocks)
2014-01-20 21:46:39 Reported total blocks: 3935
2014-01-20 21:46:39 Type of recording: HD
2014-01-20 21:46:39 .nav-file loaded: 431 different TimeStamps found.
2014-01-20 21:46:39 First Timestamp: Block=1, Time=0:00:00.160
2014-01-20 21:46:39 Playback Duration (from nav): 0:00:46.280
2014-01-20 21:46:39 Playback Duration (from inf): 0:22:49
2014-01-20 21:46:39 .nav file length not matching duration!
2014-01-20 21:46:39 CutFileLoad: .cut doesn't exist!
2014-01-20 21:47:10 ========================================

2014-01-20 21:47:10 Attaching to /mnt/hd/DataFiles/Servicezeit - 2014-01-20 18-20.rec
2014-01-20 21:47:10 ----------------------------------------
2014-01-20 21:47:10 File size = 3495112704 Bytes (387313 blocks)
2014-01-20 21:47:10 Reported total blocks: 387233
2014-01-20 21:47:10 Type of recording: HD
2014-01-20 21:47:10 .nav-file loaded: 10177 different TimeStamps found.
2014-01-20 21:47:10 First Timestamp: Block=74, Time=0:00:01.189
2014-01-20 21:47:10 Playback Duration (from nav): 0:44:00.317
2014-01-20 21:47:10 Playback Duration (from inf): 0:44:00
2014-01-20 21:47:10 CutFileLoad: .cut doesn't exist!
2014-01-20 21:47:47 New marker @ block = 27457, time = 0:03:17.744, percent = 7.1%
2014-01-20 21:49:38 New marker @ block = 292299, time = 0:33:05.474, percent = 75.5%
2014-01-20 21:50:48 [Action 'Delete segments' started...]
2014-01-20 21:50:48 Seg Block Time Pct Sel Act
2014-01-20 21:50:48 00: 0000000000 0:00:00.000 000 yes
2014-01-20 21:50:48 01: 0000016049 0:01:59.599 004 no *
2014-01-20 21:50:48 02: 0000292299 0:33:05.474 075 yes
2014-01-20 21:50:48 03: 0000387233 0:44:00.317 100 no
2014-01-20 21:50:48 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Servicezeit - 2014-01-20 18-20.rec, CutFileName: Servicezeit - 2014-01-20 18-20.cut
2014-01-20 21:50:48 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Servicezeit - 2014-01-20 18-20.rec, CutFileName: Servicezeit - 2014-01-20 18-20.cut
2014-01-20 21:50:48 Processing segment 2
2014-01-20 21:50:48 (* special mode for cut ending *)
2014-01-20 21:50:48 ----------------------------------------
2014-01-20 21:50:48 Source = 'Servicezeit - 2014-01-20 18-20.rec'
2014-01-20 21:50:48 Cut name = 'Servicezeit - 2014-01-20 18-20_temp.rec'
2014-01-20 21:50:48 File size = 3495112704 Bytes (387313 blocks)
2014-01-20 21:50:48 Dir = '/DataFiles'
2014-01-20 21:50:48 PacketSize = 192
2014-01-20 21:50:48 KeepCut = yes
2014-01-20 21:50:48 CutStartBlock = 0, BehindCutBlock = 292299
2014-01-20 21:50:48 CutStartPos = 0, BehindCutPos = 2637706176
2014-01-20 21:50:48 ReadCutPointArea()
2014-01-20 21:50:48 ReadCutPointArea()
2014-01-20 21:50:48 PatchRecFile()
2014-01-20 21:50:48 PatchRecFile()
2014-01-20 21:50:48 FileCut()
2014-01-20 21:50:49 Cut file size: 2637705216 Bytes (=292298 blocks)
2014-01-20 21:50:49 ReadFirstAndLastCutPacket()
2014-01-20 21:50:49 Cut start offset: 0 Bytes (=0 packets and 0 Bytes), Cut end offset: -960 Bytes (=-5 packets and 0 Bytes)
2014-01-20 21:50:49 Real cut positions: Cut Start = 0, Behind Cut: 2637705216
2014-01-20 21:50:49 --> Real cutting points guessed correctly!
2014-01-20 21:50:49 UnpatchRecFile()
2014-01-20 21:50:49 Patched Bytes: 0, 0, 0, 0, 0, 0, 0, 0
2014-01-20 21:50:49 PatchNavFilesSD()
2014-01-20 21:50:50 PatchInfFiles()
2014-01-20 21:50:50 PatchInfFiles(): 3320 / 3320 Bytes read.
2014-01-20 21:50:50 Header erfolgreich decoded!
2014-01-20 21:50:50 Playtimes: Orig = 0:44:00, Cut = 0:33:04, New = 0:10:56
2014-01-20 21:50:50 Bookmarks:
2014-01-20 21:50:50 Bookmarks->Source:
2014-01-20 21:50:50 Bookmarks->Cut:
2014-01-20 21:50:50 MovieCutter() finished.
2014-01-20 21:50:50 Renaming cutfile 'Servicezeit - 2014-01-20 18-20_temp.rec' to 'Servicezeit - 2014-01-20 18-20.rec'
2014-01-20 21:50:50 Reported new totalBlock = 292210
2014-01-20 21:50:50 MovieCutterProcess: Letzter Segment-Marker 387233 ist ungleich TotalBlock 292210!
2014-01-20 21:50:51 Processing segment 0
2014-01-20 21:50:51 ----------------------------------------
2014-01-20 21:50:51 Source = 'Servicezeit - 2014-01-20 18-20.rec'
2014-01-20 21:50:51 Cut name = 'Servicezeit - 2014-01-20 18-20 (Cut-1).rec'
2014-01-20 21:50:51 File size = 2637705216 Bytes (292298 blocks)
2014-01-20 21:50:51 Dir = '/DataFiles'
2014-01-20 21:50:51 PacketSize = 192
2014-01-20 21:50:51 KeepCut = no
2014-01-20 21:50:51 CutStartBlock = 0, BehindCutBlock = 16049
2014-01-20 21:50:51 CutStartPos = 0, BehindCutPos = 144826176
2014-01-20 21:50:51 ReadCutPointArea()
2014-01-20 21:50:51 ReadCutPointArea()
2014-01-20 21:50:51 PatchRecFile()
2014-01-20 21:50:51 PatchRecFile()
2014-01-20 21:50:51 FileCut()
2014-01-20 21:50:51 Cut file size: 144826368 Bytes (=16049 blocks)
2014-01-20 21:50:51 ReadFirstAndLastCutPacket()
2014-01-20 21:50:51 Cut start offset: 0 Bytes (=0 packets and 0 Bytes), Cut end offset: 192 Bytes (=1 packets and 0 Bytes)
2014-01-20 21:50:51 Real cut positions: Cut Start = 0, Behind Cut: 144826368
2014-01-20 21:50:51 --> Real cutting points guessed correctly!
2014-01-20 21:50:51 UnpatchRecFile()
2014-01-20 21:50:51 Patched Bytes: 0, 0, 0, 0, 0, 0, 0, 0
2014-01-20 21:50:51 PatchNavFilesSD()
2014-01-20 21:50:52 PatchInfFiles()
2014-01-20 21:50:52 PatchInfFiles(): 3320 / 3320 Bytes read.
2014-01-20 21:50:52 Header erfolgreich decoded!
2014-01-20 21:50:52 Playtimes: Orig = 0:33:04, Cut = 0:01:58, New = 0:31:06
2014-01-20 21:50:52 Bookmarks:
2014-01-20 21:50:52 Bookmarks->Source:
2014-01-20 21:50:52 Bookmarks->Cut:
2014-01-20 21:50:52 MovieCutter() finished.
2014-01-20 21:50:52 Reported new totalBlock = 276161
2014-01-20 21:50:52 MovieCutterProcess: Letzter Segment-Marker 276160 ist ungleich TotalBlock 276161!
2014-01-20 21:50:52 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Servicezeit - 2014-01-20 18-20.rec, CutFileName: Servicezeit - 2014-01-20 18-20.cut
2014-01-20 21:50:52 Seg Block Time Pct Sel Act
2014-01-20 21:50:52 00: 0000000000 0:00:00.000 000 no *
2014-01-20 21:50:52 01: 0000276161 0:31:07.837 100 no
2014-01-20 21:50:52 ========================================

2014-01-20 21:50:52 Attaching to /mnt/hd/DataFiles/Servicezeit - 2014-01-20 18-20.rec
2014-01-20 21:50:52 ----------------------------------------
2014-01-20 21:50:52 File size = 2492878848 Bytes (276249 blocks)
2014-01-20 21:50:52 Reported total blocks: 276186
2014-01-20 21:50:52 Type of recording: HD
2014-01-20 21:50:52 .nav-file loaded: 7166 different TimeStamps found.
2014-01-20 21:50:52 First Timestamp: Block=49, Time=0:00:01.115
2014-01-20 21:50:52 Playback Duration (from nav): 0:31:05.875
2014-01-20 21:50:52 Playback Duration (from inf): 0:31:06
2014-01-20 21:50:52 CutFileLoad: .cut doesn't exist!
2014-01-20 21:51:02 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 21:51:02 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Servicezeit - 2014-01-20 18-20.rec, CutFileName: Servicezeit - 2014-01-20 18-20.cut
2014-01-20 21:51:02 ========================================

2014-01-20 21:51:02 Attaching to /mnt/hd/DataFiles/Servicezeit - 2014-01-20 18-20.rec
2014-01-20 21:51:02 ----------------------------------------
2014-01-20 21:51:02 File size = 2492878848 Bytes (276249 blocks)
2014-01-20 21:51:02 Reported total blocks: 276186
2014-01-20 21:51:03 Type of recording: HD
2014-01-20 21:51:03 .nav-file loaded: 7166 different TimeStamps found.
2014-01-20 21:51:03 First Timestamp: Block=49, Time=0:00:01.115
2014-01-20 21:51:03 Playback Duration (from nav): 0:31:05.875
2014-01-20 21:51:03 Playback Duration (from inf): 0:31:06
2014-01-20 21:51:03 CutFileLoad: .cut doesn't exist!
2014-01-20 21:51:04 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 21:51:04 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Servicezeit - 2014-01-20 18-20.rec, CutFileName: Servicezeit - 2014-01-20 18-20.cut
2014-01-20 21:51:04 ========================================

2014-01-20 21:51:04 Attaching to /mnt/hd/DataFiles/Servicezeit - 2014-01-20 18-20.rec
2014-01-20 21:51:04 ----------------------------------------
2014-01-20 21:51:04 File size = 2492878848 Bytes (276249 blocks)
2014-01-20 21:51:04 Reported total blocks: 276186
2014-01-20 21:51:04 Type of recording: HD
2014-01-20 21:51:04 .nav-file loaded: 7166 different TimeStamps found.
2014-01-20 21:51:04 First Timestamp: Block=49, Time=0:00:01.115
2014-01-20 21:51:04 Playback Duration (from nav): 0:31:05.875
2014-01-20 21:51:04 Playback Duration (from inf): 0:31:06
2014-01-20 21:51:04 CutFileLoad: .cut doesn't exist!
2014-01-20 21:51:07 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 21:51:07 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Servicezeit - 2014-01-20 18-20.rec, CutFileName: Servicezeit - 2014-01-20 18-20.cut
2014-01-20 21:51:07 ========================================

2014-01-20 21:51:07 Attaching to /mnt/hd/DataFiles/Servicezeit - 2014-01-20 18-20.rec
2014-01-20 21:51:07 ----------------------------------------
2014-01-20 21:51:07 File size = 2492878848 Bytes (276249 blocks)
2014-01-20 21:51:07 Reported total blocks: 276186
2014-01-20 21:51:07 Type of recording: HD
2014-01-20 21:51:07 .nav-file loaded: 7166 different TimeStamps found.
2014-01-20 21:51:07 First Timestamp: Block=49, Time=0:00:01.115
2014-01-20 21:51:07 Playback Duration (from nav): 0:31:05.875
2014-01-20 21:51:07 Playback Duration (from inf): 0:31:06
2014-01-20 21:51:07 CutFileLoad: .cut doesn't exist!
2014-01-20 21:51:09 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 21:51:09 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Servicezeit - 2014-01-20 18-20.rec, CutFileName: Servicezeit - 2014-01-20 18-20.cut
2014-01-20 21:51:09 ========================================

2014-01-20 21:51:09 Attaching to /mnt/hd/DataFiles/Servicezeit - 2014-01-20 18-20.rec
2014-01-20 21:51:09 ----------------------------------------
2014-01-20 21:51:09 File size = 2492878848 Bytes (276249 blocks)
2014-01-20 21:51:09 Reported total blocks: 276186
2014-01-20 21:51:09 Type of recording: HD
2014-01-20 21:51:09 .nav-file loaded: 7166 different TimeStamps found.
2014-01-20 21:51:09 First Timestamp: Block=49, Time=0:00:01.115
2014-01-20 21:51:09 Playback Duration (from nav): 0:31:05.875
2014-01-20 21:51:09 Playback Duration (from inf): 0:31:06
2014-01-20 21:51:09 CutFileLoad: .cut doesn't exist!
2014-01-20 21:51:09 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 21:51:09 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Servicezeit - 2014-01-20 18-20.rec, CutFileName: Servicezeit - 2014-01-20 18-20.cut
2014-01-20 21:51:09 ========================================

2014-01-20 21:51:09 Attaching to /mnt/hd/DataFiles/Servicezeit - 2014-01-20 18-20.rec
2014-01-20 21:51:09 ----------------------------------------
2014-01-20 21:51:09 File size = 2492878848 Bytes (276249 blocks)
2014-01-20 21:51:09 Reported total blocks: 276186
2014-01-20 21:51:09 Type of recording: HD
2014-01-20 21:51:09 .nav-file loaded: 7166 different TimeStamps found.
2014-01-20 21:51:09 First Timestamp: Block=49, Time=0:00:01.115
2014-01-20 21:51:09 Playback Duration (from nav): 0:31:05.875
2014-01-20 21:51:09 Playback Duration (from inf): 0:31:06
2014-01-20 21:51:09 CutFileLoad: .cut doesn't exist!
2014-01-20 21:51:10 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 21:51:10 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Servicezeit - 2014-01-20 18-20.rec, CutFileName: Servicezeit - 2014-01-20 18-20.cut
2014-01-20 21:51:10 ========================================

2014-01-20 21:51:10 Attaching to /mnt/hd/DataFiles/Servicezeit - 2014-01-20 18-20.rec
2014-01-20 21:51:10 ----------------------------------------
2014-01-20 21:51:10 File size = 2492878848 Bytes (276249 blocks)
2014-01-20 21:51:10 Reported total blocks: 276186
2014-01-20 21:51:10 Type of recording: HD
2014-01-20 21:51:10 .nav-file loaded: 7166 different TimeStamps found.
2014-01-20 21:51:10 First Timestamp: Block=49, Time=0:00:01.115
2014-01-20 21:51:10 Playback Duration (from nav): 0:31:05.875
2014-01-20 21:51:10 Playback Duration (from inf): 0:31:06
2014-01-20 21:51:10 CutFileLoad: .cut doesn't exist!
2014-01-20 21:51:11 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 21:51:11 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Servicezeit - 2014-01-20 18-20.rec, CutFileName: Servicezeit - 2014-01-20 18-20.cut
2014-01-20 21:51:11 ========================================

2014-01-20 21:51:11 Attaching to /mnt/hd/DataFiles/Servicezeit - 2014-01-20 18-20.rec
2014-01-20 21:51:11 ----------------------------------------
2014-01-20 21:51:11 File size = 2492878848 Bytes (276249 blocks)
2014-01-20 21:51:12 Reported total blocks: 276186
2014-01-20 21:51:12 Type of recording: HD
2014-01-20 21:51:12 .nav-file loaded: 7166 different TimeStamps found.
2014-01-20 21:51:12 First Timestamp: Block=49, Time=0:00:01.115
2014-01-20 21:51:12 Playback Duration (from nav): 0:31:05.875
2014-01-20 21:51:12 Playback Duration (from inf): 0:31:06
2014-01-20 21:51:12 CutFileLoad: .cut doesn't exist!
2014-01-20 21:51:13 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 21:51:13 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Servicezeit - 2014-01-20 18-20.rec, CutFileName: Servicezeit - 2014-01-20 18-20.cut
2014-01-20 21:51:13 ========================================

2014-01-20 21:51:13 Attaching to /mnt/hd/DataFiles/Servicezeit - 2014-01-20 18-20.rec
2014-01-20 21:51:13 ----------------------------------------
2014-01-20 21:51:13 File size = 2492878848 Bytes (276249 blocks)
2014-01-20 21:51:13 Reported total blocks: 276186
2014-01-20 21:51:13 Type of recording: HD
2014-01-20 21:51:13 .nav-file loaded: 7166 different TimeStamps found.
2014-01-20 21:51:13 First Timestamp: Block=49, Time=0:00:01.115
2014-01-20 21:51:13 Playback Duration (from nav): 0:31:05.875
2014-01-20 21:51:13 Playback Duration (from inf): 0:31:06
2014-01-20 21:51:13 CutFileLoad: .cut doesn't exist!
2014-01-20 21:51:23 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 21:51:23 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Servicezeit - 2014-01-20 18-20.rec, CutFileName: Servicezeit - 2014-01-20 18-20.cut
2014-01-20 21:51:23 ========================================

2014-01-20 21:51:23 Attaching to /mnt/hd/DataFiles/Servicezeit - 2014-01-20 18-20.rec
2014-01-20 21:51:23 ----------------------------------------
2014-01-20 21:51:23 File size = 2492878848 Bytes (276249 blocks)
2014-01-20 21:51:23 Reported total blocks: 276186
2014-01-20 21:51:23 Type of recording: HD
2014-01-20 21:51:23 .nav-file loaded: 7166 different TimeStamps found.
2014-01-20 21:51:23 First Timestamp: Block=49, Time=0:00:01.115
2014-01-20 21:51:23 Playback Duration (from nav): 0:31:05.875
2014-01-20 21:51:23 Playback Duration (from inf): 0:31:06
2014-01-20 21:51:23 CutFileLoad: .cut doesn't exist!
2014-01-20 21:51:24 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 21:51:24 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Servicezeit - 2014-01-20 18-20.rec, CutFileName: Servicezeit - 2014-01-20 18-20.cut
2014-01-20 21:51:24 ========================================

2014-01-20 21:51:24 Attaching to /mnt/hd/DataFiles/Servicezeit - 2014-01-20 18-20.rec
2014-01-20 21:51:24 ----------------------------------------
2014-01-20 21:51:24 File size = 2492878848 Bytes (276249 blocks)
2014-01-20 21:51:24 Reported total blocks: 276186
2014-01-20 21:51:24 Type of recording: HD
2014-01-20 21:51:24 .nav-file loaded: 7166 different TimeStamps found.
2014-01-20 21:51:24 First Timestamp: Block=49, Time=0:00:01.115
2014-01-20 21:51:24 Playback Duration (from nav): 0:31:05.875
2014-01-20 21:51:24 Playback Duration (from inf): 0:31:06
2014-01-20 21:51:24 CutFileLoad: .cut doesn't exist!
2014-01-20 21:51:35 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 21:51:35 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Servicezeit - 2014-01-20 18-20.rec, CutFileName: Servicezeit - 2014-01-20 18-20.cut
2014-01-20 21:51:35 ========================================

2014-01-20 21:51:35 Attaching to /mnt/hd/DataFiles/Servicezeit - 2014-01-20 18-20.rec
2014-01-20 21:51:35 ----------------------------------------
2014-01-20 21:51:35 File size = 2492878848 Bytes (276249 blocks)
2014-01-20 21:51:35 Reported total blocks: 276186
2014-01-20 21:51:35 Type of recording: HD
2014-01-20 21:51:36 .nav-file loaded: 7166 different TimeStamps found.
2014-01-20 21:51:36 First Timestamp: Block=49, Time=0:00:01.115
2014-01-20 21:51:36 Playback Duration (from nav): 0:31:05.875
2014-01-20 21:51:36 Playback Duration (from inf): 0:31:06
2014-01-20 21:51:36 CutFileLoad: .cut doesn't exist!
2014-01-20 21:51:36 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 21:51:36 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Servicezeit - 2014-01-20 18-20.rec, CutFileName: Servicezeit - 2014-01-20 18-20.cut
2014-01-20 21:51:36 ========================================

2014-01-20 21:51:36 Attaching to /mnt/hd/DataFiles/Servicezeit - 2014-01-20 18-20.rec
2014-01-20 21:51:36 ----------------------------------------
2014-01-20 21:51:36 File size = 2492878848 Bytes (276249 blocks)
2014-01-20 21:51:36 Reported total blocks: 276186
2014-01-20 21:51:36 Type of recording: HD
2014-01-20 21:51:36 .nav-file loaded: 7166 different TimeStamps found.
2014-01-20 21:51:36 First Timestamp: Block=49, Time=0:00:01.115
2014-01-20 21:51:36 Playback Duration (from nav): 0:31:05.875
2014-01-20 21:51:36 Playback Duration (from inf): 0:31:06
2014-01-20 21:51:36 CutFileLoad: .cut doesn't exist!
2014-01-20 21:51:37 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 21:51:37 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Servicezeit - 2014-01-20 18-20.rec, CutFileName: Servicezeit - 2014-01-20 18-20.cut
2014-01-20 21:51:37 ========================================

2014-01-20 21:51:37 Attaching to /mnt/hd/DataFiles/Servicezeit - 2014-01-20 18-20.rec
2014-01-20 21:51:37 ----------------------------------------
2014-01-20 21:51:37 File size = 2492878848 Bytes (276249 blocks)
2014-01-20 21:51:37 Reported total blocks: 276186
2014-01-20 21:51:37 Type of recording: HD
2014-01-20 21:51:37 .nav-file loaded: 7166 different TimeStamps found.
2014-01-20 21:51:37 First Timestamp: Block=49, Time=0:00:01.115
2014-01-20 21:51:37 Playback Duration (from nav): 0:31:05.875
2014-01-20 21:51:37 Playback Duration (from inf): 0:31:06
2014-01-20 21:51:37 CutFileLoad: .cut doesn't exist!
2014-01-20 21:51:37 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 21:51:37 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Servicezeit - 2014-01-20 18-20.rec, CutFileName: Servicezeit - 2014-01-20 18-20.cut
2014-01-20 21:51:38 ========================================

2014-01-20 21:51:38 Attaching to /mnt/hd/DataFiles/Servicezeit - 2014-01-20 18-20.rec
2014-01-20 21:51:38 ----------------------------------------
2014-01-20 21:51:38 File size = 2492878848 Bytes (276249 blocks)
2014-01-20 21:51:38 Reported total blocks: 276186
2014-01-20 21:51:38 Type of recording: HD
2014-01-20 21:51:38 .nav-file loaded: 7166 different TimeStamps found.
2014-01-20 21:51:38 First Timestamp: Block=49, Time=0:00:01.115
2014-01-20 21:51:38 Playback Duration (from nav): 0:31:05.875
2014-01-20 21:51:38 Playback Duration (from inf): 0:31:06
2014-01-20 21:51:38 CutFileLoad: .cut doesn't exist!
2014-01-20 21:51:38 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 21:51:38 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Servicezeit - 2014-01-20 18-20.rec, CutFileName: Servicezeit - 2014-01-20 18-20.cut
2014-01-20 21:51:38 ========================================

2014-01-20 21:51:38 Attaching to /mnt/hd/DataFiles/Servicezeit - 2014-01-20 18-20.rec
2014-01-20 21:51:38 ----------------------------------------
2014-01-20 21:51:38 File size = 2492878848 Bytes (276249 blocks)
2014-01-20 21:51:38 Reported total blocks: 276186
2014-01-20 21:51:38 Type of recording: HD
2014-01-20 21:51:39 .nav-file loaded: 7166 different TimeStamps found.
2014-01-20 21:51:39 First Timestamp: Block=49, Time=0:00:01.115
2014-01-20 21:51:39 Playback Duration (from nav): 0:31:05.875
2014-01-20 21:51:39 Playback Duration (from inf): 0:31:06
2014-01-20 21:51:39 CutFileLoad: .cut doesn't exist!
2014-01-20 21:51:39 TAP_EventHandler(): State=ST_ActiveOSD, Key=RKEY_Exit --> Aufruf von CutFileSave()
2014-01-20 21:51:39 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Servicezeit - 2014-01-20 18-20.rec, CutFileName: Servicezeit - 2014-01-20 18-20.cut
2014-01-20 21:51:39 ========================================

2014-01-20 21:51:39 Attaching to /mnt/hd/DataFiles/Servicezeit - 2014-01-20 18-20.rec
2014-01-20 21:51:39 ----------------------------------------
2014-01-20 21:51:39 File size = 2492878848 Bytes (276249 blocks)
2014-01-20 21:51:39 Reported total blocks: 276186
2014-01-20 21:51:39 Type of recording: HD
2014-01-20 21:51:39 .nav-file loaded: 7166 different TimeStamps found.
2014-01-20 21:51:39 First Timestamp: Block=49, Time=0:00:01.115
2014-01-20 21:51:39 Playback Duration (from nav): 0:31:05.875
2014-01-20 21:51:39 Playback Duration (from inf): 0:31:06
2014-01-20 21:51:39 CutFileLoad: .cut doesn't exist!
2014-01-20 21:51:43 TAP_EventHandler(): State=ST_ActiveOSD, !isPlaybackRunning --> Aufruf von CutFileSave()
2014-01-20 21:51:43 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Servicezeit - 2014-01-20 18-20.rec, CutFileName: Servicezeit - 2014-01-20 18-20.cut
Kein reboot, aber Exit funktioniert nicht zum Ausblenden.
Panasonic TH-42PV500E
:topf: 5500PVR 200GB Samsung, *Cam 2.020,
Autostart-Taps: QT 1.02, Fastskip1.1u, JagsEPG, Nicedisplay 2.1b10, Improbox 2.5, PIP 1.2, WSSk2.12d, Filer2.31, automove1.9, AX 02.10.71(5), SC 1.03.11(4),

Weitere: reccopy
:topf: SRP-2100 u-*-*cam
Taps: AX, Fast-Skip, Smartfiler, ibox, NiceDisplay, PiP-TMS, Mediaaspect, RescueRecs, Quickplay, dbfit, SmartEPG, BackupSettings, Callmonitor, TMSRemote, Rebuildnav


Benutzeravatar
FireBird
Suspekter verdächtiger Zauberküchenchef, TAP & Firmware-Guru
Suspekter verdächtiger Zauberküchenchef, TAP & Firmware-Guru
Beiträge: 28983
Registriert: Fr 9. Dez 2005, 09:59
Receivertyp: SRP-2401CI+ TFIR
vu+ Duo 4k
Wohnort: Wien

AW: MovieCutter

#998

Beitrag von FireBird » Di 21. Jan 2014, 08:31

Haben diese Testversionen immer noch den Stack-Overflow drinnen?

Benutzeravatar
db1
Topfmeister
Topfmeister
Beiträge: 746
Registriert: Di 13. Dez 2005, 00:22
Receivertyp: SRP-2100, TF4000PVR
Receiverfirmware: ORF "Testversion"
Wohnort: nähe Wien

AW: MovieCutter

#999

Beitrag von db1 » Di 21. Jan 2014, 12:11

[quote="chris86"]Da werde ich jetzt die letzten Änderungen schrittchenweise neu einbauen, und jede einzelne auch erst auf dem SRP-2100 (der im Vergleich zu meinen Geräten anscheinend eine ganz schöne kleine Zicke ist) testen lassen.[/quote]
Wobei ich dir gerne helfe.

Ich werden jetzt (in den nächsten Tagen) einmal ein paar Dateien mit der aktuellen Version schneiden, mir aber vorher und nachehr ein backup per ftp machen.

Wenn wir eine Kopie eines Dateisatz hätten, die dann plötzlich verschwindet, könnte man einmal den Filefresser leichter ausfindig machen.

Benutzeravatar
klassikmann
Erfahrener Benutzer
Erfahrener Benutzer
Beiträge: 158
Registriert: Mo 13. Mär 2006, 06:40

AW: MovieCutter

#1000

Beitrag von klassikmann » Di 21. Jan 2014, 16:38

chris86 hat geschrieben:Okay, das reicht jetzt! Irgendwo ist da der Wurm drin... :motz:
Wir machen jetzt folgendes:
Die Version g schmeiße ich weg, und fange bei der Version f wieder an. Die lief ja noch bei allen einwandfrei. (Bis auf das extremst seltene Aufnahmenfresser-Problem, von dem wir noch nicht wissen, ob es überhaupt vom MC kommt...)

Die letzten Tage konnte ich mich aus terminlichen Gründen nicht an der Diskussion beteiligen und auch nur ein paar Tests und zwar mit der V2.0f machen. Dabei kam es ein einziges Mal zu dem "Dateifresser" und zwar wieder mal nach dem Schneidern einer Doppelaufnahme plus einer "normalen" Aufnahme. Die Verarbeitung lässt sich gut im folgenden Log (sorry wegen Länge des Log) nachvollziehen.

Code: Alles auswählen

2014-01-19 09:30:34 MovieCutter V2.0f started!
2014-01-19 09:31:02 ========================================
2014-01-19 09:31:02 Attaching to /mnt/hd/DataFiles/Shanghai + Die Mafiosi-Braut.rec
2014-01-19 09:31:02 ----------------------------------------
2014-01-19 09:31:02 File size = 24976591296 Bytes (2767796 blocks)
2014-01-19 09:31:02 Reported total blocks: 2767770
2014-01-19 09:31:02 Type of recording: HD
2014-01-19 09:31:03 .nav-file loaded: 110181 different TimeStamps found.
2014-01-19 09:31:03 First Timestamp: Block=25, Time=0:00:00.251
2014-01-19 09:31:03 Playback Duration (from nav): 3:47:56.295
2014-01-19 09:31:03 Playback Duration (from inf): 3:48:00
2014-01-19 09:31:03 .nav file length not matching duration!
2014-01-19 09:31:03 Checking source nav file (possibly older version with incorrect Times)...
2014-01-19 09:31:07 CutFileLoad: .cut doesn't exist!
2014-01-19 09:32:39 New marker @ block = 1428565, time = 1:57:22.411, percent = 51.6%
2014-01-19 09:32:53 Seg      Block Time        Pct Sel Act
2014-01-19 09:32:53 00: 0000000000 0:00:00.000 000  no    
2014-01-19 09:32:53 01: 0001428565 1:57:22.411 051  no   *
2014-01-19 09:32:53 02: 0002767770 3:47:56.295 100  no    
2014-01-19 09:32:53 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Shanghai + Die Mafiosi-Braut.rec, CutFileName: Shanghai + Die Mafiosi-Braut.cut
2014-01-19 09:32:53 Processing segment 1
2014-01-19 09:32:53 ----------------------------------------
2014-01-19 09:32:53 Source        = 'Shanghai + Die Mafiosi-Braut.rec'
2014-01-19 09:32:53 Cut name      = 'Shanghai + Die Mafiosi-Braut (Cut-1).rec'
2014-01-19 09:32:53 File size     = 24976591296 Bytes (2767796 blocks)
2014-01-19 09:32:53 Dir           = '/DataFiles'
2014-01-19 09:32:53 CutStartBlock = 1428565,	BehindCutBlock = 2767795, KeepCut = yes
2014-01-19 09:32:53 CutStartPos   = 12891370560,	BehindCutPos = 24976582080
2014-01-19 09:32:53 ReadCutPointArea()
2014-01-19 09:32:53 ReadCutPointArea()
2014-01-19 09:32:53 PatchRecFile()
2014-01-19 09:32:53 PatchRecFile()
2014-01-19 09:32:53 FileCut()
2014-01-19 09:32:53 Cut file size: 12085211136 Bytes (=1339229 blocks)
2014-01-19 09:32:53 ReadFirstAndLastCutPacket()
2014-01-19 09:32:53 Cut start offset: -5184 Bytes (=-27 packets and 0 Bytes), Cut end offset: -5568 Bytes (=-29 packets and 0 Bytes)
2014-01-19 09:32:53 Real cut positions:  Cut Start = 12891365376, Behind Cut: 24976576512
2014-01-19 09:32:53 --> Real cutting points guessed correctly!
2014-01-19 09:32:53 UnpatchRecFile()
2014-01-19 09:32:53 Patched Bytes: 0, 0, 0, 0, 0, 0, 0, 0
2014-01-19 09:32:53 PatchNavFilesHD()
2014-01-19 09:33:02 PatchInfFiles()
2014-01-19 09:33:02 Playtimes: Orig = 3:48:00, Cut = 1:50:34, New = 1:57:26
2014-01-19 09:33:02 Bookmarks: 
2014-01-19 09:33:02 Bookmarks->Source: *1428564 
2014-01-19 09:33:02 Bookmarks->Cut: 
2014-01-19 09:33:02 MovieCutter() finished.
2014-01-19 09:33:02 Reported new totalBlock = 1428537
2014-01-19 09:33:02 MovieCutterProcess: Letzter Segment-Marker 1428540 ist ungleich TotalBlock 1428537!
2014-01-19 09:33:02 Seg      Block Time        Pct Sel Act
2014-01-19 09:33:02 00: 0000000000 0:00:00.000 000  no   *
2014-01-19 09:33:02 01: 0001428537 1:57:22.410 100  no    
2014-01-19 09:33:02 ========================================
2014-01-19 09:33:02 Attaching to /mnt/hd/DataFiles/Shanghai + Die Mafiosi-Braut.rec
2014-01-19 09:33:02 ----------------------------------------
2014-01-19 09:33:02 File size = 12891380160 Bytes (1428566 blocks)
2014-01-19 09:33:02 Reported total blocks: 1428537
2014-01-19 09:33:02 Type of recording: HD
2014-01-19 09:33:03 .nav-file loaded: 56585 different TimeStamps found.
2014-01-19 09:33:03 First Timestamp: Block=25, Time=0:00:00.251
2014-01-19 09:33:03 Playback Duration (from nav): 1:57:22.411
2014-01-19 09:33:03 Playback Duration (from inf): 1:57:26
2014-01-19 09:33:03 .nav file length not matching duration!
2014-01-19 09:33:03 Checking source nav file (possibly older version with incorrect Times)...
2014-01-19 09:33:06 CutFileLoad: .cut doesn't exist!
2014-01-19 09:34:13 New marker @ block = 214324, time = 0:17:34.610, percent = 15.0%
2014-01-19 09:34:24 Seg      Block Time        Pct Sel Act
2014-01-19 09:34:24 00: 0000000000 0:00:00.000 000  no   *
2014-01-19 09:34:24 01: 0000214324 0:17:34.610 015  no    
2014-01-19 09:34:24 02: 0001428537 1:57:22.410 100  no    
2014-01-19 09:34:24 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Shanghai + Die Mafiosi-Braut.rec, CutFileName: Shanghai + Die Mafiosi-Braut.cut
2014-01-19 09:34:25 Processing segment 0
2014-01-19 09:34:25 ----------------------------------------
2014-01-19 09:34:25 Source        = 'Shanghai + Die Mafiosi-Braut.rec'
2014-01-19 09:34:25 Cut name      = 'Shanghai + Die Mafiosi-Braut (Cut-2).rec'
2014-01-19 09:34:25 File size     = 12891380160 Bytes (1428566 blocks)
2014-01-19 09:34:25 Dir           = '/DataFiles'
2014-01-19 09:34:25 CutStartBlock = 0,	BehindCutBlock = 214324, KeepCut = no
2014-01-19 09:34:25 CutStartPos   = 0,	BehindCutPos = 1934059776
2014-01-19 09:34:25 ReadCutPointArea()
2014-01-19 09:34:25 ReadCutPointArea()
2014-01-19 09:34:25 PatchRecFile()
2014-01-19 09:34:25 PatchRecFile()
2014-01-19 09:34:25 FileCut()
2014-01-19 09:34:25 Cut file size: 1934057472 Bytes (=214323 blocks)
2014-01-19 09:34:25 ReadFirstAndLastCutPacket()
2014-01-19 09:34:25 Cut start offset: 0 Bytes (=0 packets and 0 Bytes), Cut end offset: -2304 Bytes (=-12 packets and 0 Bytes)
2014-01-19 09:34:25 Real cut positions:  Cut Start = 0, Behind Cut: 1934057472
2014-01-19 09:34:25 --> Real cutting points guessed correctly!
2014-01-19 09:34:25 UnpatchRecFile()
2014-01-19 09:34:25 Patched Bytes: 0, 0, 0, 0, 0, 0, 0, 0
2014-01-19 09:34:25 PatchNavFilesHD()
2014-01-19 09:34:29 PatchInfFiles()
2014-01-19 09:34:30 Playtimes: Orig = 1:57:26, Cut = 0:17:34, New = 1:39:52
2014-01-19 09:34:30 Bookmarks: 
2014-01-19 09:34:30 Bookmarks->Source: 
2014-01-19 09:34:30 Bookmarks->Cut: 
2014-01-19 09:34:30 MovieCutter() finished.
2014-01-19 09:34:30 Reported new totalBlock = 1214230
2014-01-19 09:34:30 MovieCutterProcess: Letzter Segment-Marker 1214213 ist ungleich TotalBlock 1214230!
2014-01-19 09:34:30 Seg      Block Time        Pct Sel Act
2014-01-19 09:34:30 00: 0000000000 0:00:00.000 000  no   *
2014-01-19 09:34:30 01: 0001214230 1:39:40.977 100  no    
2014-01-19 09:34:30 ========================================
2014-01-19 09:34:30 Attaching to /mnt/hd/DataFiles/Shanghai + Die Mafiosi-Braut.rec
2014-01-19 09:34:30 ----------------------------------------
2014-01-19 09:34:30 File size = 10957322688 Bytes (1214242 blocks)
2014-01-19 09:34:30 Reported total blocks: 1214230
2014-01-19 09:34:30 Type of recording: HD
2014-01-19 09:34:31 .nav-file loaded: 48072 different TimeStamps found.
2014-01-19 09:34:31 First Timestamp: Block=9, Time=0:00:00.251
2014-01-19 09:34:31 Playback Duration (from nav): 1:39:48.052
2014-01-19 09:34:31 Playback Duration (from inf): 1:39:52
2014-01-19 09:34:31 .nav file length not matching duration!
2014-01-19 09:34:31 Checking source nav file (possibly older version with incorrect Times)...
2014-01-19 09:34:34 CutFileLoad: .cut doesn't exist!
2014-01-19 09:35:28 New marker @ block = 1159426, time = 1:35:16.636, percent = 95.5%
2014-01-19 09:35:44 Seg      Block Time        Pct Sel Act
2014-01-19 09:35:44 00: 0000000000 0:00:00.000 000  no    
2014-01-19 09:35:44 01: 0001159426 1:35:16.636 095  no   *
2014-01-19 09:35:44 02: 0001214230 1:39:48.052 100  no    
2014-01-19 09:35:44 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Shanghai + Die Mafiosi-Braut.rec, CutFileName: Shanghai + Die Mafiosi-Braut.cut
2014-01-19 09:35:44 Processing segment 1
2014-01-19 09:35:44 (* special mode for cut ending *)
2014-01-19 09:35:44 ----------------------------------------
2014-01-19 09:35:44 Source        = 'Shanghai + Die Mafiosi-Braut.rec'
2014-01-19 09:35:44 Cut name      = 'Shanghai + Die Mafiosi-Braut_temp.rec'
2014-01-19 09:35:44 File size     = 10957322688 Bytes (1214242 blocks)
2014-01-19 09:35:44 Dir           = '/DataFiles'
2014-01-19 09:35:44 CutStartBlock = 0,	BehindCutBlock = 1159426, KeepCut = yes
2014-01-19 09:35:44 CutStartPos   = 0,	BehindCutPos = 10462660224
2014-01-19 09:35:44 ReadCutPointArea()
2014-01-19 09:35:44 ReadCutPointArea()
2014-01-19 09:35:44 PatchRecFile()
2014-01-19 09:35:45 PatchRecFile()
2014-01-19 09:35:45 FileCut()
2014-01-19 09:35:45 Cut file size: 10462654464 Bytes (=1159425 blocks)
2014-01-19 09:35:45 ReadFirstAndLastCutPacket()
2014-01-19 09:35:45 Cut start offset: 0 Bytes (=0 packets and 0 Bytes), Cut end offset: -5760 Bytes (=-30 packets and 0 Bytes)
2014-01-19 09:35:45 Real cut positions:  Cut Start = 0, Behind Cut: 10462654464
2014-01-19 09:35:45 --> Real cutting points guessed correctly!
2014-01-19 09:35:45 UnpatchRecFile()
2014-01-19 09:35:45 Patched Bytes: 0, 0, 0, 0, 0, 0, 0, 0
2014-01-19 09:35:45 PatchNavFilesHD()
2014-01-19 09:35:48 PatchInfFiles()
2014-01-19 09:35:48 Playtimes: Orig = 1:39:52, Cut = 1:35:16, New = 0:04:36
2014-01-19 09:35:48 Bookmarks: 
2014-01-19 09:35:48 Bookmarks->Source: 
2014-01-19 09:35:48 Bookmarks->Cut: 
2014-01-19 09:35:48 MovieCutter() finished.
2014-01-19 09:35:48 Renaming cutfile 'Shanghai + Die Mafiosi-Braut_temp.rec' to 'Shanghai + Die Mafiosi-Braut.rec'
2014-01-19 09:35:48 Reported new totalBlock = 1159414
2014-01-19 09:35:48 MovieCutterProcess: Letzter Segment-Marker 1214230 ist ungleich TotalBlock 1159414!
2014-01-19 09:35:48 Seg      Block Time        Pct Sel Act
2014-01-19 09:35:48 00: 0000000000 0:00:00.000 000  no   *
2014-01-19 09:35:48 01: 0001159414 1:35:16.390 100  no    
2014-01-19 09:35:49 ========================================
2014-01-19 09:35:49 Attaching to /mnt/hd/DataFiles/Shanghai + Die Mafiosi-Braut.rec
2014-01-19 09:35:49 ----------------------------------------
2014-01-19 09:35:49 File size = 10462654464 Bytes (1159425 blocks)
2014-01-19 09:35:49 Reported total blocks: 1159414
2014-01-19 09:35:49 Type of recording: HD
2014-01-19 09:35:49 .nav-file loaded: 45858 different TimeStamps found.
2014-01-19 09:35:49 First Timestamp: Block=9, Time=0:00:00.000
2014-01-19 09:35:49 Playback Duration (from nav): 1:35:16.385
2014-01-19 09:35:49 Playback Duration (from inf): 1:35:16
2014-01-19 09:35:49 CutFileLoad: .cut doesn't exist!
2014-01-19 09:35:52 TAP_EventHandler(): State=ST_ActiveOSD, !isPlaybackRunning --> Aufruf von CutFileSave()
2014-01-19 09:38:13 ========================================
2014-01-19 09:38:13 Attaching to /mnt/hd/DataFiles/Die Mafiosi-Braut.rec
2014-01-19 09:38:13 ----------------------------------------
2014-01-19 09:38:13 File size = 12085211136 Bytes (1339229 blocks)
2014-01-19 09:38:13 Reported total blocks: 1339178
2014-01-19 09:38:13 Type of recording: HD
2014-01-19 09:38:13 .nav-file loaded: 53594 different TimeStamps found.
2014-01-19 09:38:13 First Timestamp: Block=47, Time=0:00:00.254
2014-01-19 09:38:13 Playback Duration (from nav): 1:50:33.884
2014-01-19 09:38:13 Playback Duration (from inf): 1:50:34
2014-01-19 09:38:13 CutFileLoad: .cut doesn't exist!
2014-01-19 09:38:35 New marker @ block = 33312, time = 0:02:45.108, percent = 2.5%
2014-01-19 09:38:45 Seg      Block Time        Pct Sel Act
2014-01-19 09:38:45 00: 0000000000 0:00:00.000 000  no   *
2014-01-19 09:38:45 01: 0000033312 0:02:45.108 002  no    
2014-01-19 09:38:45 02: 0001339178 1:50:33.641 100  no    
2014-01-19 09:38:45 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Die Mafiosi-Braut.rec, CutFileName: Die Mafiosi-Braut.cut
2014-01-19 09:38:45 Processing segment 0
2014-01-19 09:38:45 ----------------------------------------
2014-01-19 09:38:45 Source        = 'Die Mafiosi-Braut.rec'
2014-01-19 09:38:45 Cut name      = 'Die Mafiosi-Braut (Cut-1).rec'
2014-01-19 09:38:45 File size     = 12085211136 Bytes (1339229 blocks)
2014-01-19 09:38:45 Dir           = '/DataFiles'
2014-01-19 09:38:45 CutStartBlock = 0,	BehindCutBlock = 33312, KeepCut = no
2014-01-19 09:38:45 CutStartPos   = 0,	BehindCutPos = 300607488
2014-01-19 09:38:45 ReadCutPointArea()
2014-01-19 09:38:45 ReadCutPointArea()
2014-01-19 09:38:45 PatchRecFile()
2014-01-19 09:38:45 PatchRecFile()
2014-01-19 09:38:45 FileCut()
2014-01-19 09:38:45 Cut file size: 300601344 Bytes (=33311 blocks)
2014-01-19 09:38:45 ReadFirstAndLastCutPacket()
2014-01-19 09:38:45 Cut start offset: 0 Bytes (=0 packets and 0 Bytes), Cut end offset: -6144 Bytes (=-32 packets and 0 Bytes)
2014-01-19 09:38:45 Real cut positions:  Cut Start = 0, Behind Cut: 300601344
2014-01-19 09:38:45 --> Real cutting points guessed correctly!
2014-01-19 09:38:45 UnpatchRecFile()
2014-01-19 09:38:45 Patched Bytes: 0, 0, 0, 0, 0, 0, 0, 0
2014-01-19 09:38:45 PatchNavFilesHD()
2014-01-19 09:38:46 PatchInfFiles()
2014-01-19 09:38:46 Playtimes: Orig = 1:50:34, Cut = 0:02:45, New = 1:47:49
2014-01-19 09:38:46 Bookmarks: 
2014-01-19 09:38:46 Bookmarks->Source: 
2014-01-19 09:38:46 Bookmarks->Cut: 
2014-01-19 09:38:46 MovieCutter() finished.
2014-01-19 09:38:46 Reported new totalBlock = 1305856
2014-01-19 09:38:46 MovieCutterProcess: Letzter Segment-Marker 1305866 ist ungleich TotalBlock 1305856!
2014-01-19 09:38:46 Seg      Block Time        Pct Sel Act
2014-01-19 09:38:46 00: 0000000000 0:00:00.000 000  no   *
2014-01-19 09:38:46 01: 0001305856 1:47:48.707 100  no    
2014-01-19 09:38:47 ========================================
2014-01-19 09:38:47 Attaching to /mnt/hd/DataFiles/Die Mafiosi-Braut.rec
2014-01-19 09:38:47 ----------------------------------------
2014-01-19 09:38:47 File size = 11784609792 Bytes (1305918 blocks)
2014-01-19 09:38:47 Reported total blocks: 1305856
2014-01-19 09:38:47 Type of recording: HD
2014-01-19 09:38:47 .nav-file loaded: 52256 different TimeStamps found.
2014-01-19 09:38:47 First Timestamp: Block=58, Time=0:00:00.506
2014-01-19 09:38:47 Playback Duration (from nav): 1:47:49.028
2014-01-19 09:38:47 Playback Duration (from inf): 1:47:49
2014-01-19 09:38:47 CutFileLoad: .cut doesn't exist!
2014-01-19 09:40:28 New marker @ block = 1134914, time = 1:33:42.039, percent = 86.9%
2014-01-19 09:40:41 Seg      Block Time        Pct Sel Act
2014-01-19 09:40:41 00: 0000000000 0:00:00.000 000  no    
2014-01-19 09:40:41 01: 0001134914 1:33:42.039 086  no   *
2014-01-19 09:40:41 02: 0001305856 1:47:48.785 100  no    
2014-01-19 09:40:41 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Die Mafiosi-Braut.rec, CutFileName: Die Mafiosi-Braut.cut
2014-01-19 09:40:41 Processing segment 1
2014-01-19 09:40:41 (* special mode for cut ending *)
2014-01-19 09:40:41 ----------------------------------------
2014-01-19 09:40:41 Source        = 'Die Mafiosi-Braut.rec'
2014-01-19 09:40:41 Cut name      = 'Die Mafiosi-Braut_temp.rec'
2014-01-19 09:40:41 File size     = 11784609792 Bytes (1305918 blocks)
2014-01-19 09:40:41 Dir           = '/DataFiles'
2014-01-19 09:40:41 CutStartBlock = 0,	BehindCutBlock = 1134914, KeepCut = yes
2014-01-19 09:40:41 CutStartPos   = 0,	BehindCutPos = 10241463936
2014-01-19 09:40:41 ReadCutPointArea()
2014-01-19 09:40:41 ReadCutPointArea()
2014-01-19 09:40:41 PatchRecFile()
2014-01-19 09:40:41 PatchRecFile()
2014-01-19 09:40:41 FileCut()
2014-01-19 09:40:41 Cut file size: 10241458176 Bytes (=1134913 blocks)
2014-01-19 09:40:41 ReadFirstAndLastCutPacket()
2014-01-19 09:40:41 Cut start offset: 0 Bytes (=0 packets and 0 Bytes), Cut end offset: -5760 Bytes (=-30 packets and 0 Bytes)
2014-01-19 09:40:41 Real cut positions:  Cut Start = 0, Behind Cut: 10241458176
2014-01-19 09:40:41 --> Real cutting points guessed correctly!
2014-01-19 09:40:41 UnpatchRecFile()
2014-01-19 09:40:41 Patched Bytes: 0, 0, 0, 0, 0, 0, 0, 0
2014-01-19 09:40:41 PatchNavFilesHD()
2014-01-19 09:40:42 PatchInfFiles()
2014-01-19 09:40:42 Playtimes: Orig = 1:47:49, Cut = 1:33:42, New = 0:14:07
2014-01-19 09:40:42 Bookmarks: 
2014-01-19 09:40:42 Bookmarks->Source: 
2014-01-19 09:40:42 Bookmarks->Cut: 
2014-01-19 09:40:42 MovieCutter() finished.
2014-01-19 09:40:42 Renaming cutfile 'Die Mafiosi-Braut_temp.rec' to 'Die Mafiosi-Braut.rec'
2014-01-19 09:40:42 Reported new totalBlock = 1134854
2014-01-19 09:40:42 MovieCutterProcess: Letzter Segment-Marker 1305856 ist ungleich TotalBlock 1134854!
2014-01-19 09:40:42 Seg      Block Time        Pct Sel Act
2014-01-19 09:40:42 00: 0000000000 0:00:00.000 000  no   *
2014-01-19 09:40:42 01: 0001134854 1:33:41.789 100  no    
2014-01-19 09:40:42 ========================================
2014-01-19 09:40:42 Attaching to /mnt/hd/DataFiles/Die Mafiosi-Braut.rec
2014-01-19 09:40:42 ----------------------------------------
2014-01-19 09:40:42 File size = 10241458176 Bytes (1134913 blocks)
2014-01-19 09:40:42 Reported total blocks: 1134854
2014-01-19 09:40:42 Type of recording: HD
2014-01-19 09:40:43 .nav-file loaded: 45543 different TimeStamps found.
2014-01-19 09:40:43 First Timestamp: Block=58, Time=0:00:00.000
2014-01-19 09:40:43 Playback Duration (from nav): 1:33:41.533
2014-01-19 09:40:43 Playback Duration (from inf): 1:33:42
2014-01-19 09:40:43 CutFileLoad: .cut doesn't exist!
2014-01-19 09:40:46 TAP_EventHandler(): State=ST_ActiveOSD, !isPlaybackRunning --> Aufruf von CutFileSave()
2014-01-19 09:41:02 ========================================
2014-01-19 09:41:02 Attaching to /mnt/hd/DataFiles/Was niemand weiß.rec
2014-01-19 09:41:02 ----------------------------------------
2014-01-19 09:41:02 File size = 13704950912 Bytes (1518722 blocks)
2014-01-19 09:41:02 Reported total blocks: 1518593
2014-01-19 09:41:02 Type of recording: HD
2014-01-19 09:41:02 .nav-file loaded: 46796 different TimeStamps found.
2014-01-19 09:41:02 First Timestamp: Block=105, Time=0:00:00.749
2014-01-19 09:41:02 Playback Duration (from nav): 1:54:59.450
2014-01-19 09:41:02 Playback Duration (from inf): 1:55:00
2014-01-19 09:41:02 CutFileLoad: .cut doesn't exist!
2014-01-19 09:41:44 New marker @ block = 311735, time = 0:23:34.440, percent = 20.5%
2014-01-19 09:41:54 Seg      Block Time        Pct Sel Act
2014-01-19 09:41:54 00: 0000000000 0:00:00.000 000  no   *
2014-01-19 09:41:54 01: 0000311735 0:23:34.440 020  no    
2014-01-19 09:41:54 02: 0001518593 1:54:58.952 100  no    
2014-01-19 09:41:54 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Was niemand weiß.rec, CutFileName: Was niemand weiß.cut
2014-01-19 09:41:54 Processing segment 0
2014-01-19 09:41:54 ----------------------------------------
2014-01-19 09:41:54 Source        = 'Was niemand weiß.rec'
2014-01-19 09:41:54 Cut name      = 'Was niemand weiß (Cut-1).rec'
2014-01-19 09:41:54 File size     = 13704950912 Bytes (1518722 blocks)
2014-01-19 09:41:54 Dir           = '/DataFiles'
2014-01-19 09:41:54 CutStartBlock = 0,	BehindCutBlock = 311735, KeepCut = no
2014-01-19 09:41:54 CutStartPos   = 0,	BehindCutPos = 2813096640
2014-01-19 09:41:54 ReadCutPointArea()
2014-01-19 09:41:54 ReadCutPointArea()
2014-01-19 09:41:54 PatchRecFile()
2014-01-19 09:41:54 PatchRecFile()
2014-01-19 09:41:54 FileCut()
2014-01-19 09:41:54 Cut file size: 2813091840 Bytes (=311734 blocks)
2014-01-19 09:41:54 ReadFirstAndLastCutPacket()
2014-01-19 09:41:54 Cut start offset: 0 Bytes (=0 packets and 0 Bytes), Cut end offset: -4800 Bytes (=-25 packets and 0 Bytes)
2014-01-19 09:41:54 Real cut positions:  Cut Start = 0, Behind Cut: 2813091840
2014-01-19 09:41:54 --> Real cutting points guessed correctly!
2014-01-19 09:41:54 UnpatchRecFile()
2014-01-19 09:41:54 Patched Bytes: 0, 0, 0, 0, 0, 0, 0, 0
2014-01-19 09:41:54 PatchNavFilesHD()
2014-01-19 09:41:56 PatchInfFiles()
2014-01-19 09:41:56 Playtimes: Orig = 1:55:00, Cut = 0:23:34, New = 1:31:26
2014-01-19 09:41:56 Bookmarks: 
2014-01-19 09:41:56 Bookmarks->Source: 
2014-01-19 09:41:56 Bookmarks->Cut: 
2014-01-19 09:41:56 MovieCutter() finished.
2014-01-19 09:41:56 Reported new totalBlock = 1206840
2014-01-19 09:41:56 MovieCutterProcess: Letzter Segment-Marker 1206858 ist ungleich TotalBlock 1206840!
2014-01-19 09:41:56 Seg      Block Time        Pct Sel Act
2014-01-19 09:41:56 00: 0000000000 0:00:00.000 000  no   *
2014-01-19 09:41:56 01: 0001206840 1:31:11.959 100  no    
2014-01-19 09:41:56 ========================================
2014-01-19 09:41:56 Attaching to /mnt/hd/DataFiles/Was niemand weiß.rec
2014-01-19 09:41:56 ----------------------------------------
2014-01-19 09:41:56 File size = 10891859072 Bytes (1206987 blocks)
2014-01-19 09:41:56 Reported total blocks: 1206840
2014-01-19 09:41:56 Type of recording: HD
2014-01-19 09:41:56 .nav-file loaded: 37151 different TimeStamps found.
2014-01-19 09:41:56 First Timestamp: Block=123, Time=0:00:01.248
2014-01-19 09:41:56 Playback Duration (from nav): 1:31:25.759
2014-01-19 09:41:56 Playback Duration (from inf): 1:31:26
2014-01-19 09:41:56 CutFileLoad: .cut doesn't exist!
2014-01-19 09:42:41 New marker @ block = 1199014, time = 1:30:51.214, percent = 99.4%
2014-01-19 09:42:50 Seg      Block Time        Pct Sel Act
2014-01-19 09:42:50 00: 0000000000 0:00:00.000 000  no    
2014-01-19 09:42:50 01: 0001199014 1:30:51.214 099  no   *
2014-01-19 09:42:50 02: 0001206840 1:31:25.261 100  no    
2014-01-19 09:42:50 CutFileSave()! CurrentDir: /DataFiles, PlaybackName: Was niemand weiß.rec, CutFileName: Was niemand weiß.cut
2014-01-19 09:42:50 Processing segment 1
2014-01-19 09:42:50 (* special mode for cut ending *)
2014-01-19 09:42:50 ----------------------------------------
2014-01-19 09:42:50 Source        = 'Was niemand weiß.rec'
2014-01-19 09:42:50 Cut name      = 'Was niemand weiß_temp.rec'
2014-01-19 09:42:50 File size     = 10891859072 Bytes (1206987 blocks)
2014-01-19 09:42:50 Dir           = '/DataFiles'
2014-01-19 09:42:50 CutStartBlock = 0,	BehindCutBlock = 1199014, KeepCut = yes
2014-01-19 09:42:50 CutStartPos   = 0,	BehindCutPos = 10819902336
2014-01-19 09:42:50 ReadCutPointArea()
2014-01-19 09:42:50 ReadCutPointArea()
2014-01-19 09:42:50 PatchRecFile()
2014-01-19 09:42:50 PatchRecFile()
2014-01-19 09:42:50 FileCut()
2014-01-19 09:42:50 Cut file size: 10819903488 Bytes (=1199014 blocks)
2014-01-19 09:42:50 ReadFirstAndLastCutPacket()
2014-01-19 09:42:51 Cut start offset: 0 Bytes (=0 packets and 0 Bytes), Cut end offset: 1152 Bytes (=6 packets and 0 Bytes)
2014-01-19 09:42:51 Real cut positions:  Cut Start = 0, Behind Cut: 10819903488
2014-01-19 09:42:51 --> Real cutting points guessed correctly!
2014-01-19 09:42:51 UnpatchRecFile()
2014-01-19 09:42:51 Patched Bytes: 0, 0, 0, 0, 0, 0, 0, 0
2014-01-19 09:42:51 PatchNavFilesHD()
2014-01-19 09:42:51 PatchInfFiles()
2014-01-19 09:42:51 Playtimes: Orig = 1:31:26, Cut = 1:30:50, New = 0:00:36
2014-01-19 09:42:51 Bookmarks: 
2014-01-19 09:42:51 Bookmarks->Source: 
2014-01-19 09:42:51 Bookmarks->Cut: 
2014-01-19 09:42:51 MovieCutter() finished.
2014-01-19 09:42:51 Renaming cutfile 'Was niemand weiß_temp.rec' to 'Was niemand weiß.rec'
2014-01-19 09:42:52 Reported new totalBlock = 1198889
2014-01-19 09:42:52 MovieCutterProcess: Letzter Segment-Marker 1206840 ist ungleich TotalBlock 1198889!
2014-01-19 09:42:52 Seg      Block Time        Pct Sel Act
2014-01-19 09:42:52 00: 0000000000 0:00:00.000 000  no   *
2014-01-19 09:42:52 01: 0001198889 1:30:50.462 100  no    
2014-01-19 09:42:52 ========================================
2014-01-19 09:42:52 Attaching to /mnt/hd/DataFiles/Was niemand weiß.rec
2014-01-19 09:42:52 ----------------------------------------
2014-01-19 09:42:52 File size = 10819903488 Bytes (1199014 blocks)
2014-01-19 09:42:52 Reported total blocks: 1198889
2014-01-19 09:42:52 Type of recording: HD
2014-01-19 09:42:52 .nav-file loaded: 36912 different TimeStamps found.
2014-01-19 09:42:52 First Timestamp: Block=123, Time=0:00:00.000
2014-01-19 09:42:52 Playback Duration (from nav): 1:30:49.966
2014-01-19 09:42:52 Playback Duration (from inf): 1:30:50
2014-01-19 09:42:52 CutFileLoad: .cut doesn't exist!
2014-01-19 09:42:55 TAP_EventHandler(): State=ST_Exit --> Aufruf von CutFileSave()
Beim nächsten Reboot (mit Festplattenüberprüfung) waren zwei der drei Filme weg und nur noch ein Film der Doppelaufnahme ("Die Mafiosi-Braut") vorhanden.
Receiver:
1.) CRP-2401CI+ mit Firmware 1.03.02 vom 07.02.2014
Autostart-TAPs: SmartEPG_TMS, TimerDiags, TMSRemote, TimeShiftSaver (z.Zt. deaktiviert), PowerRestore, lost+found, RebuildNAV, tma1 (z.Zt. deaktiviert), TMSTelnetd
AlphaCrypt Light 1.11 (wird aber seit dem Verzicht auf die Grundverschlüsselung nicht benötigt)
2.) TF7700HCCI mit Firmware vom 26.06.2012

Kabelnetz: UnityMedia (I12-Karte)

Antworten

Zurück zu „SRP/CRP TAP-Bereich“