Hello guest, if you like this forum, why don't you register? https://fanrestore.com/member.php?action=register (December 14, 2021) x


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DTS/DD/THX 35mm preservations
#39
@davidferguson

I wrote some code to translate a "binary.bin" (exported from Logic 1.x via the binary export at 8 bit) into raw binary data.

The result is a file with the ending .ac3, but it doesn't play (yet?). For what it's worth, MPC-HC does open the file and shows 1 second as length, but doesn't really do any audio. ffmpeg says it recognizes some kind of ac3 but isn't able to decode it either. Mind you, I'm not 100% sure I did the file generation correctly, that might very well also be a source of error. For example it's possible that some fuckery with endianness must be done, but this should just be the bits straight as they were captured, into binary data.

Method: I took the raw data from the logic analyzer export. Whenever the block channel was active, I interpreted the data at that point as the beginning of a new byte. Then each clock cycle triggered a new reading. The value actually saved into the file was that of the data channel of course.

But what I did find:
[Image: NjE03wN.png]

There is a repeating pattern every 512 bytes. The above image is the file opened in Photoshop as raw input. It's plausible to assume that the alignment of this picture isn't correct since I just wrote the binary data into the file exactly as it was captured.

I tried a similar thing with AC3 encoded via ffmpeg, but I wasn't able to get this nice of a repetition. Best I got was with 1950 pixels width:
[Image: 1smHNqT.png]

I've attached the decoded "AC-3" file in a zip to this post. Maybe someone has another idea. The repeating pattern has me optimistic. I wonder if this is already the raw ac-3 data stream or if it is still capsuled in some kind of transport format for the purpose of error correction.

Edit: Here's the parsing code btw: 🔍https://github.com/TomArrow/DolbyDigitalSerialParser


Attached Files
.zip   binaryDecoded (first that opens).zip (Size: 145.42 KB / Downloads: 2)
Reply
Thanks given by:


Messages In This Thread
RE: DTS/DD/THX 35mm preservations - by dwalkerdon - 2019-04-22, 03:29 AM
RE: DTS/DD/THX 35mm preservations - by deleted user - 2019-04-22, 05:48 AM
RE: DTS/DD/THX 35mm preservations - by MrBrown - 2019-04-22, 09:13 AM
RE: DTS/DD/THX 35mm preservations - by jonno - 2019-04-22, 11:41 AM
RE: DTS/DD/THX 35mm preservations - by deleted user - 2019-04-22, 06:40 PM
RE: DTS/DD/THX 35mm preservations - by MrBrown - 2019-04-22, 11:20 PM
RE: DTS/DD/THX 35mm preservations - by deleted user - 2019-04-22, 11:30 PM
RE: DTS/DD/THX 35mm preservations - by spoRv - 2019-04-22, 07:09 PM
RE: DTS/DD/THX 35mm preservations - by deleted user - 2019-04-22, 07:13 PM
RE: DTS/DD/THX 35mm preservations - by spoRv - 2019-04-22, 07:23 PM
RE: DTS/DD/THX 35mm preservations - by deleted user - 2019-04-22, 07:31 PM
RE: DTS/DD/THX 35mm preservations - by zoidberg - 2019-04-22, 07:35 PM
RE: DTS/DD/THX 35mm preservations - by MrBrown - 2019-04-22, 11:40 PM
RE: DTS/DD/THX 35mm preservations - by spoRv - 2019-04-22, 11:40 PM
RE: DTS/DD/THX 35mm preservations - by MrBrown - 2019-04-22, 11:49 PM
RE: DTS/DD/THX 35mm preservations - by deleted user - 2019-04-22, 11:53 PM
RE: DTS/DD/THX 35mm preservations - by deleted user - 2019-04-22, 11:46 PM
RE: DTS/DD/THX 35mm preservations - by spoRv - 2019-04-22, 11:52 PM
RE: DTS/DD/THX 35mm preservations - by MrBrown - 2019-04-23, 12:03 AM
RE: DTS/DD/THX 35mm preservations - by deleted user - 2019-04-23, 12:10 AM
RE: DTS/DD/THX 35mm preservations - by deleted user - 2019-04-23, 01:28 AM
RE: DTS/DD/THX 35mm preservations - by deleted user - 2019-04-23, 01:52 AM
RE: DTS/DD/THX 35mm preservations - by deleted user - 2019-04-23, 04:49 AM
RE: DTS/DD/THX 35mm preservations - by meantux - 2019-04-23, 05:52 AM
RE: DTS/DD/THX 35mm preservations - by deleted user - 2019-04-23, 05:57 AM
RE: DTS/DD/THX 35mm preservations - by MrBrown - 2019-04-23, 09:20 AM
RE: DTS/DD/THX 35mm preservations - by deleted user - 2019-04-23, 02:45 PM
RE: DTS/DD/THX 35mm preservations - by MrBrown - 2019-04-23, 03:11 PM
RE: DTS/DD/THX 35mm preservations - by deleted user - 2019-04-23, 03:18 PM
RE: DTS/DD/THX 35mm preservations - by MrBrown - 2019-04-23, 03:41 PM
RE: DTS/DD/THX 35mm preservations - by meantux - 2019-04-24, 05:47 AM
RE: DTS/DD/THX 35mm preservations - by PDB - 2021-07-12, 05:42 PM
RE: DTS/DD/THX 35mm preservations - by deleted user - 2021-07-12, 04:32 PM
RE: DTS/DD/THX 35mm preservations - by zoidberg - 2021-07-12, 11:04 PM
RE: DTS/DD/THX 35mm preservations - by dvdmike - 2021-07-13, 01:27 PM
RE: DTS/DD/THX 35mm preservations - by deleted user - 2021-07-13, 01:01 PM
RE: DTS/DD/THX 35mm preservations - by deleted user - 2021-07-13, 01:47 PM
RE: DTS/DD/THX 35mm preservations - by deleted user - 2021-07-13, 01:50 PM
RE: DTS/DD/THX 35mm preservations - by SG_UNAM - 2024-07-19, 02:39 AM
RE: DTS/DD/THX 35mm preservations - by SG_UNAM - 2024-07-19, 12:07 PM
RE: DTS/DD/THX 35mm preservations - by jonno - 2024-07-20, 10:55 AM
RE: DTS/DD/THX 35mm preservations - by PDB - 2024-07-20, 05:52 PM
RE: DTS/DD/THX 35mm preservations - by kiyoakiwah - 2024-07-22, 12:27 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Proposal] ALIEN : Theatrical 4.1 DTS HD to sync to 35mm scan ash_82 0 373 2024-11-08, 04:29 PM
Last Post: ash_82
  Dolby Digital Plus - any known preservations Bigrob 18 14,470 2023-01-25, 05:27 PM
Last Post: Hydra Spectre
  35mm VS 70mm Mixes (And where to find them?) LucasGodzilla 39 16,434 2022-06-05, 04:08 PM
Last Post: Bigrob
  Jurassic Park LD DTS & PCM synced to 35mm marin888 4 5,702 2020-03-28, 10:08 PM
Last Post: marin888

Forum Jump:


Users browsing this thread: 1 Guest(s)