jit.qt.record

dclarke1's icon

I am working on something at the moment and I have Csound working through jitter. Using jit.qt.record I want to record the video and output but I am only getting the video. Would someone know why this is happening? Any help greatly appreciated.

dclarke1's icon

sorry that should say audio and video

Tobias Rosenberger's icon
Konstantinpeterson's icon

@ tobiasros

i tried jit.vcr to record audio and video in quicktime movie. But I have one problem with that.

During i record audio and video with jit.vcr the audio stutter.

Have you experience with that? maybe i should make something differen?

I tried also recording with only one sfply and one videoplayer, but the audio stutter. that say, that easy try sayt the problem is not because my computer is overloaded. it isn't

have you any suggestion?

Tobias Rosenberger's icon

no, works fine here. maybe you could post the patch you have problems with...

Konstantinpeterson's icon

YES i have now the answer why it goes wrong. Thank you tobiasros for the motivation try it again.

The bug was, because i use insteadt the message box "write 25. jpeg normal" i use only "write" as message box.

i can't explain but, it work perfect since i use the message box "write 25. jpeg normal" the following words look important.

Now it works :D

Rob Ramirez's icon

probably because you are specifying a codec and quality type (jpeg normal) rather than using the default codec (raw).
jpeg is more cpu efficient than raw for recording movies.