Search found 2051 matches

by carl
Tue Nov 18, 2014 11:37 pm
Forum: DCP-o-matic
Topic: Compilation issue with Debian 7
Replies: 12
Views: 18017

Re: Compilation issue with Debian 7

Hi,

Are you using libav as packaged by Debian? DCP-o-matic wants FFmpeg, so you will need to build that from source; something like

Code: Select all

git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg
cd ffmpeg
./configure --enable-gpl && make && make install
should do it.
by carl
Fri Nov 07, 2014 3:34 pm
Forum: DCP-o-matic
Topic: DCP have problem of 3D
Replies: 4
Views: 9656

Re: DCP have problem of 3D

DCP-o-matic will make a 3D DCP if you tick "3D" in the DCP panel. If you have 2D content in a 3D DCP, the content will be copied to each eye. Alternatively, you can put 3D content in by importing a file and then specifying how the 3D is encoded (by using the frame type option as discussed ...
by carl
Thu Oct 30, 2014 9:47 pm
Forum: DCP-o-matic
Topic: Blu-Ray Rip software
Replies: 3
Views: 6873

Re: Blu-Ray Rip software

Hi there,

My experience is here.
Best, Carl
by carl
Sat Oct 25, 2014 12:22 pm
Forum: DCP-o-matic
Topic: 190 hours to transfer from Blu Ray!!
Replies: 5
Views: 9348

Re: 190 hours to transfer from Blu Ray!!

I'm afraid that sounds roughly right for a computer of that vintage. JPEG2000 encoding (especially with the open-source encoder) is a slow business! There are some benchmarks here which show the encoding rates in frames per second for various machines. I can't find a passmark result for the PowerPC ...
by carl
Wed Oct 22, 2014 5:18 pm
Forum: DCP-o-matic
Topic: Encoding Server Crashing
Replies: 8
Views: 12525

Re: Encoding Server Crashing

Ah, I just noticed this: 1,73.0 git 814382b0a3 What language are the encoding machines using? I think there's a crashing bug with the server on non-English locales. I haven't managed to reproduce it yet, unfortunately. Also, the server ISO was broken on 1.73.0. If you try 1.76.0 you might have more ...
by carl
Wed Oct 22, 2014 10:17 am
Forum: DCP-o-matic
Topic: Encoding Server Crashing
Replies: 8
Views: 12525

Re: Encoding Server Crashing

Actually, there is brief mention at the bottom of this manual page:
http://dcpomatic.com/manual/html/ch10.html

Is there anything else anyone needs to know?
by carl
Wed Oct 22, 2014 9:53 am
Forum: DCP-o-matic
Topic: Encoding Server Crashing
Replies: 8
Views: 12525

Re: Encoding Server Crashing

Carl, is there some documentation on the server live images? Not really :) They are just versions of Debian which boot up and start a DCP-o-matic encoding server. I will put some documentation on the website. On Linux it should be as easy as dd if=dcpomatic_server_image.iso of=/dev/sd_MY_MEMORY_STI...
by carl
Tue Oct 21, 2014 6:44 pm
Forum: DCP-o-matic
Topic: Encoding Server Crashing
Replies: 8
Views: 12525

Re: Encoding Server Crashing

Hi, I would suspect lack of RAM on your encode servers for the crashes (or rather, lack of RAM that can be addressed by a single process under 32-bit operating systems). Maybe you could try dropping them right down to something like: dcpomatic_server_cli -t 2 and seeing if that makes any difference....
by carl
Fri Oct 17, 2014 1:19 pm
Forum: DCP-o-matic
Topic: reuse rendered frames?
Replies: 4
Views: 8881

Re: reuse rendered frames?

Hi folks, This is a little complicated as a change from 25 to 24fps should not re-encode frames, but a change from, say, 25 to 50fps will at the very least have to duplicate frames in the output (so it can't just use the same video MXF). There should be a way around that, though: I'll look into it. ...
by carl
Fri Oct 03, 2014 8:30 pm
Forum: DCP-o-matic
Topic: VOB Conversion
Replies: 9
Views: 13592

Re: VOB Conversion

Hi Katherine,

Thanks. I'm afraid that's a tricky one. I'm still looking into it.
Cheers, Carl