Search found 3 matches

by MrZapadoodle
Mon Apr 16, 2018 7:46 pm
Forum: Support
Topic: Enigma2/Dreambox/Vu+
Replies: 11
Views: 12042

Re: Enigma2/Dreambox/Vu+

Hi Erik, I published my small tool on github, I hope it’s okay to link it here: https://github.com/felixrupp/comskipCutsConverter To the format: .cuts is a binary Textfile, constructed as follows (and asCatMan already stated above): One Big Endian 64bit unsigned long long (the PTS), followed by one ...
by MrZapadoodle
Sun Apr 15, 2018 11:58 pm
Forum: Support
Topic: Enigma2/Dreambox/Vu+
Replies: 11
Views: 12042

Re: Enigma2/Dreambox/Vu+

Enigma2 does not use the time codes in seconds, so no need to use .edl. With massive reverse engineering I managed to deconstruct the .cuts file format and build a PHP script to convert the comskip plist (because XML is easy to read in PHP) to .cuts. I will try to recode this as a python script, as ...
by MrZapadoodle
Sun Apr 15, 2018 2:54 pm
Forum: Support
Topic: Enigma2/Dreambox/Vu+
Replies: 11
Views: 12042

Re: Enigma2/Dreambox/Vu+

Hi there,

I am currently trying to convert the cut markers from the comskip .txt file to the enigma2 .cuts format (mentioned in the first post). Is someone already having a shell script for that purpose? I am struggling with the binary file format of the .cuts files.

Thanks and kind regards

Felix