-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to convert oni2avi using Windows #13
Comments
I'm not sure about windows, just try without |
Hi KirillLykov, |
So the oni is valid but avi was not created by |
Still not working with windows. |
Just wanted to confirm with you, The below statement needs to be executed from Command Prompt right? oni2avi --input-file=G:\video1.oni --output-file=G:\video1.avi --codec=FLV1 <- This statement? |
Boost is the main problem. Even in MAC the errors are created only because of BOOST I suppose. Can you help us with this? |
Right, in the command line. For mac, the problem is OpenNI - check that OpenNI2 has been installed and that path to include and libraries are correct in the Makefile (check lines 22-23). I propose to use Makefile instead of cmake for mac, since it is what I used. Currently, I suppose that this library is installed into |
Hi, Build succeeded. but not as oni2avi.exe Can you kindly suggest me. Its been a week im struck with this |
well, I haven't used cmake on windows but since it created a project, may be you can open it with Visual Studio and compile there? |
Hi, I am trying to convert oni files to avi files using windows. Im able to view the display of .oni files but not able to save the output files. Can you kindly help.
I got the following message
Boost version: 1.62.0
-- Configuring done
-- Generating done
-- Build files have been written to: C:/....../oni2avi
The error
C:\oni2avi>/oni2avi G:/oni_files/1.oni G:/oni_files/1.avi --codec=FLV1
C:\Users\Harit\oni2avi> /oni2avi G:/DGAIT/oni_files/1.oni G:/DGAIT/oni_files/1.avi --codec=FLV1
'./oni2avi' is not recognized as an internal or external command,
operable program or batch file.
Kindly let me know how to overcome this.
Thanks,
Mritula
The text was updated successfully, but these errors were encountered: