Results 1 to 10 of 89

Thread: A Guide to Chaptering on Samsung TVs

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Apr 2010
    Location
    Scotland
    Posts
    150

    Default

    For advanced users who want to create/edit their own .MTA files, here is a quick guide...

    The .MTA files are basic text files with XML formatting. They can be edited with any regular text editor. I would suggest Notepad however this tends to do funny things with filenames and adds .TXT whenever it likes and don't get me started on CR/LF :-)
    So i would recommend Notepad2 as a decent text editor, you can download it at http://www.flos-freeware.ch/notepad2.html

    After you load Notepad2 and the .MTA file. You will see each chapter data between the tags:
    Code:
    <ChapterSegment>
     ...
    </ChapterSegment>
    The chapter time stamps are in the <MediaTime> tags. For example:

    Code:
    <MediaTime timePoint="900"/>
    The number in quotes is the seconds timeline, in this example a chapter point at minute 15. You will then see each chapter point increase by 900 seconds.

    The thumbnail images are in the <InlineMedia> tags. For example:

    Code:
    <InlineMedia>/9j/4AAQSk.........//Z</InlineMedia>
    The data inside the tags are JPG files with base64 encoding and all have a basic black image at the moment.
    To decode base64 --> JPG. Visit this site: http://www.opinionatedgeek.com/dotne.../base64decode/
    Or to make your own thumbnails, you will need to encode a standard JPG file to base64.
    To encode JPG --> base64. Visit this site: http://www.opinionatedgeek.com/dotne.../base64encode/

    The native resolution of a Chapter Thumbnail is 110x80.

    To add/remove your own entire chapter points, just remove or replicate the full tag contents of:
    Code:
    <ChapterSegment>
     ...
    </ChapterSegment>
    If you get stuck, just post a question here.

    Cheers

    Gus
    Last edited by Gus; 09-09-2011 at 07:35 PM.

Similar Threads

  1. Chaptering on Samsung C series TV
    By Gus in forum Mezzmo Questions and Support
    Replies: 61
    Last Post: 08-17-2012, 06:00 PM
  2. Samsung UN46C8000XF: Mezzmo vs. Samsung DLNA server
    By glc650 in forum Mezzmo Questions and Support
    Replies: 54
    Last Post: 08-10-2011, 09:59 AM
  3. Any progress on Samsung C series chaptering?
    By Gus in forum Mezzmo Questions and Support
    Replies: 5
    Last Post: 07-20-2011, 09:29 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •