-
Notifications
You must be signed in to change notification settings - Fork 16
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
Transformations’ #8
Comments
Same question +1 |
Sorry for the moment we don't have any other documentation that what is already inside the git. You can find some configuration information here: https://github.com/xmar/360Transformations/tree/master/transformation |
Hi.What is the role of this RotMat, the return value of GetRotMatrice in the program of projection? Could you please give me some relevant information , a paper is better.Thank you. |
The RotMat is the rotation matrix deduced from the Tait–Bryan angles: https://en.wikipedia.org/wiki/Rotation_matrix#In_three_dimensions |
Thank you! |
Hi. I run trans software with 1 flow (layoutFlow= [["../test.mp4", "Equirectangular", "CubeMap", "FlatFixed"]]), but it stops at the very first step (no usage of cpu), the command lines where it stop are: Output #0, mp4, to '../out1FlatFixed.mp4': Could you please give me more instruction on this problem. Thank you |
Hi. Could you provide me the configuration file and the video you used so that I can try on my side and check what went wrong? |
In the link below I sent a compressed file including config and test video On Sat, Oct 15, 2016 at 2:57 AM, Xavier Corbillon [email protected]
*Đặng Trường Thịnh * *Electrical and Electronic Engineering - K58 * Hanoi University of Science and Technology Phone:* +84 166 3 564 561* _E-mail: [email protected] [email protected] |
Hi !! You probably have some missing ffmpeg libraries. |
Hi,I am confused about the 'canomicTopPlan' and 'the circumscribed sphere' in Pyramid transform.Could you give some more information about Pyramid?Thank you! |
Hi. I have 2 questions on using this software. 2/ I want to have Cubemap layout arranged in 2x3, not like plus sign as the software generates. For example: Thank you! |
Hi, You can use the layout "type=cubeMap" instead of "type=cubeMap2". You will get a 2x3 Cube map projection. For the moment it is not possible to change the face position with the configuration file. |
Hi xmar, I want to transform from cubemap layout to equirectangular layout. But when I put the video which has cube layout (I transformed it by facebook tool). But it has a problem: the last line is Segmentation fault (core dumped), roll up I see other line: Unsupported number of stream for CubeMap input video: 1 instead of 6. How to fix this? |
Hi tatbocmui, if you are using the last version on the git, you can set the "useTile" to false in the configuration of your input CubeMap. It will indicate that only one video track is used (i.e. all faces are in the same picture). |
I also set useTile=false, but also have the same issue. I try to project my equirectangular video to cube layout video but when I see the output, it only has 1 face of cube (not 6 cube in 1 picture). I have attached my videos (equi and cube) and my config: https://drive.google.com/open?id=0B14_PI_W1oA0ZzVuYl9PeGNrZnc . Can you check my config for me because I set almost like what you said |
Hi ,It's difficult for me to understand every transformation programs,so do you have a detail introduction of these transformations.such like code document,or some papers about the transformations.thank you
The text was updated successfully, but these errors were encountered: