opendcp
opendcp copied to clipboard
Audio Frame Count Error in CLI
What steps will reproduce the problem?
1. Use command line to create a audio mxf file
2.
3.
What is the expected output? What do you see instead?
I am trying to create an mxf file for both video/audio in the command line
interface.
Setting the start (-s 1) and end frame (-d 1000) for video works though when I
do the same for audio, I get the error,
" 20120204064227 [ERROR] End frame is greater than the actual frame count"
What version of the product are you using? On what operating system?
0.24 on OS X
Please provide any additional information below.
Original issue reported on code.google.com by [email protected]
on 4 Feb 2012 at 7:46
The start/end frames only apply to video sequences at the moment. I'll make
this an enhancement to add audio as well.
Original comment by [email protected]
on 6 Feb 2012 at 3:59
- Added labels: Type-Enhancement
- Removed labels: Type-Defect
Hi, thanks for the reply, do you know when this development will be released?
Also, could you recommend the best way to create the multiple reel mxf's for
audio without having any overlap when the reels cross over?
Original comment by [email protected]
on 7 Feb 2012 at 3:08
You'd have to handle this during your audio export. If you want multiple reels,
you could organize your input files beforehand as if they were separate reels.
Original comment by [email protected]
on 8 Feb 2012 at 11:05