opendcp
opendcp copied to clipboard
-e is only universal
*Please fill in all defect information below.*
Product Version:0.29.0
GUI or CLI: CLI
Operating system: Win XP Sp3
What steps will reproduce the problem?
1. Define entry point for Video via -e option
2.
3.
What is the expected output?
Have the Entry point set for the video
What is actual output?
-e option seems to set the Entry point on all .mxf files on all reels
Actually only the last -e option defines all the .mxf files
Please provide any additional information below.
This works fine in the GUI
Each reel is defined by -r <mxf> <mxf> <mxf>
the -e must come before or after the entire -r option, it cannot be inserted
between <mxf> files.
Similarly you can't use different -e between full reels
-e 10 -r <mxf> <mxf> <mxf> -r 50 -r <mxf> <mxf> <mxf> -e 0
Will set all 6 mxf to start at 0
I can find no way to do what can be done in the GUI (start video at 108,
duration 1345, start audio at 0, duration 1345). And the GUI can't do
multiple reels.
Original issue reported on code.google.com by [email protected]
on 19 Feb 2014 at 4:22
I guess that reels (or <mxf>) need a way to encapsulate specific options like
-r (file_v.mxf -e 35) file_s.mxf
another way would to allow a container in place of a <mxf>. The container has
no raw filename just options, with a available\required option to define the
filename
-r {-e 35 -d 1024 -f file_v.mxf}
Original comment by [email protected]
on 19 Feb 2014 at 4:41
Yes, this is a known limitation. I'll leave mark this as an enhancement request.
Original comment by [email protected]
on 19 Feb 2014 at 5:20
- Changed state: Accepted
- Added labels: Type-Enhancement
- Removed labels: Type-Defect