Search found 2051 matches

by carl
Sun May 28, 2023 7:13 pm
Forum: DCP-o-matic
Topic: Problems importing a large J2C sequence
Replies: 4
Views: 80

Re: Problems importing a large J2C sequence

Did it crash when you used the internal SSD?

It's odd that it took so long with the external. There shouldn't be too much going on with the files; just finding them all, basically. I'll see if I can see any inefficiency in that code.
by carl
Sun May 28, 2023 7:08 pm
Forum: DCP-o-matic
Topic: CRashed with Version 2.16.56 and 2.16.32
Replies: 1
Views: 21

Re: CRashed with Version 2.16.56 and 2.16.32

Can you provide the full crash report? (here or to carl@dcpomatic.com)

I think the stuff about code signature being invalid is a red herring (and it's just a regular bug) but I'm not sure. I've seen this before - it's really confusing.
by carl
Fri May 26, 2023 1:05 pm
Forum: DCP-o-matic
Topic: Problems importing a large J2C sequence
Replies: 4
Views: 80

Re: Problems importing a large J2C sequence

This should work - it's a shame it took 2 hours. Were the files stored on a local drive or somewhere else?
by carl
Wed May 24, 2023 9:37 pm
Forum: DCP-o-matic
Topic: Fixing A/V sync of single reel DCPs with a small VF
Replies: 4
Views: 100

Re: Fixing A/V sync of single reel DCPs with a small VF

There are a few tricky things here, but I think the main problem is if you have a single-reel film with say N frames, and you want to shift the sound by 1 frame, you end up with a N-1 length sound asset. So you'd have to also trim a frame off the end of the picture to keep each part of the reel the ...
by carl
Wed May 24, 2023 9:28 pm
Forum: DCP-o-matic
Topic: malware bytes blocking dcpomatic.com
Replies: 4
Views: 66

Re: malware bytes blocking dcpomatic.com

Apparently this is now fixed on Malwarebytes' end, so do let me know if you see any more errors!
by carl
Tue May 23, 2023 8:58 am
Forum: DCP-o-matic
Topic: No audio output in dcp-o-matic or the player
Replies: 3
Views: 64

Re: No audio output in dcp-o-matic or the player

Could you check that you have a debug log file configured in the player preferences, then start the player and attach/send me the log?
by carl
Mon May 22, 2023 11:44 pm
Forum: DCP-o-matic
Topic: malware bytes blocking dcpomatic.com
Replies: 4
Views: 66

Re: malware bytes blocking dcpomatic.com

Thanks, right it looks like someone worked this part out and maybe something will happen now!
by carl
Mon May 22, 2023 11:09 pm
Forum: DCP-o-matic
Topic: No audio output in dcp-o-matic or the player
Replies: 3
Views: 64

Re: No audio output in dcp-o-matic or the player

What does it say at the top of the "Sound" preferences page?
by carl
Mon May 22, 2023 11:02 pm
Forum: DCP-o-matic
Topic: malware bytes blocking dcpomatic.com
Replies: 4
Views: 66

Re: malware bytes blocking dcpomatic.com

Thanks for letting me know. I just installed the trial of malwarebytes on a Windows VM and it let me onto dcpomatic.com... :?

I'll report it in their forum and see what they say.
by carl
Mon May 15, 2023 6:41 pm
Forum: DCP-o-matic
Topic: Stand alone player for windows
Replies: 4
Views: 130

Re: Stand alone player for windows

It's just a consequence of how the installers work. On Windows it's easy enough to install the executables and dependencies together, so there's one installer for everything. I didn't find a nice way to do that on Mac, so every tool has a big pile of duplicated dependencies, which isn't so great but...