jit.vcr Change the audio format
hi,
i made a record (mpeg4) of an Audio/video sequence with "jit.vcr" on win7.
The video works pretty well but the sound is only played with "quicktime player" and not with "windows media player" .
Probably due to the audio format... Is there a trick to change the audio format of "jit.vcr" ?
Thanks,
mathieu
I tried with h264 codec "write 25. h264 normal"
but i 've the error (win7) :
jit.vcr: jit.qt.record: bad codec specified
jit.vcr: error creating sound track for movie
hi matmat. on win 7 you are still going to be using the old quicktime engine to handle the recording, so you should use the getcodeclist message to query the available codecs, and make your selection from that list. i couldn't really tell you which codec to use with windows media player, but maybe you want to record "raw", and then convert using mpegstreamclip or something similar.