RicoCasta / opencinematools

Automatically exported from code.google.com/p/opencinematools
0 stars 0 forks source link

Are opencinematools for stereo being developed? #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. asdcp-test -c <videofile.mxf> -3 -E (-p 24) <left-directory>
<right-directory>
2. asdcp-test -c <audiofile.mxf> (-3) -E (-p 24) audiofile.wav audiofile2.wav
3. mkcpl --kind test --title "Stereo" videofile.mxf audiofile.mxf 

What is the expected output? 
lots of xml

What do you see instead?
EditRate and SampleRate do not match (24.000, 48.000).
File may contain JPEG Interop stereoscopic images.
mxf/MissHattie_stereo_video.mxf: Can't open file.
Not the same number of assets of different types.

What version of the product are you using? On what operating system?
1.0.1 on linux, also tried windows version

Please provide any additional information below.
searched for error and discovered:
http://groups.google.com/group/openjpeg/browse_thread/thread/3c1cfd7c4967ae53
Drat.

So: Is this still being developed to work for stereo? Or did I miss something?

Thank you!

Original issue reported on code.google.com by john.ben...@gmail.com on 3 Mar 2009 at 4:59

GoogleCodeExporter commented 8 years ago
3D will be available soon...

Original comment by marc.van...@gmail.com on 30 Mar 2009 at 2:37

GoogleCodeExporter commented 8 years ago
I wish to add my "me too" to this. 

I briefly looked at the project file and code in this, the error looks to 
simple be 
your call to asdcplib (ie not telling it it's a 3d file...) which means you 
need to 
add a --3 type option to all your command line processing.  

I've not looked at what the code actually does; does what get's returned change 
any 
of the actual packaging details... okay yeah I can look at the spec and read 
about 
it, but thought I'd ask what else needs to change if anything (I do have sample 
proper stereoscope packages to compare against... juust thought I'd ask you to 
save 
time.

Yours truly,
Brian
brian.quandt@gmail.com

PS Is there a proper release package on this which compiles under linux (has 
all the 
makefiles, configures, etc in it).  The one online is not complete.

Original comment by brian.qu...@gmail.com on 6 Jun 2009 at 3:41

GoogleCodeExporter commented 8 years ago
3D support will appear in upcomming version 1.1.2

Original comment by marc.van...@gmail.com on 17 Jun 2009 at 4:13