Skip to main content

Dump Dolphin TAS Movie files to plain text, and construct DTM from the same.

Project description

Author:

Trevor Murphy

Contact:

trevor.m.murphy@gmail.com

This command line tool dumps your Dolphin TAS Movie files to a plain text list of frame data (plus a header file).

# creates YOUR_MOVIE_header and YOUR_MOVIE_frames.txt
$ dtm2text YOUR_MOVIE

Alternatively, you can piece together some plain text lists (plus a header file) into a DTM.

# creates NEW_MOVIE
$ text2dtm NEW_MOVIE header_file frames.txt

# you can also supply several frames files
$ text2dtm NEW_MOVIE header_file frames_01.txt frames_02.txt

# if you have very many frames files, you can supply a from-file instead
$ cat frames_from_file
frames_01.txt
frames_02.txt
frames_03.txt
$ text2dtm NEW_MOVIE header_file @frames_from_file

Requirements

Python 3. Probably not a hard requirement, I just haven’t tested this tool with any earlier versions.

Install

Just use pip!

$ pip install dtm2text

License

Distributed under the terms of the GPLv3 license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dtm2text-0.0.4.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

dtm2text-0.0.4-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page