Skip to content
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

How to generate a video from a given trajectory? #16

Closed
vahidEttehadi opened this issue Nov 6, 2021 · 4 comments
Closed

How to generate a video from a given trajectory? #16

vahidEttehadi opened this issue Nov 6, 2021 · 4 comments

Comments

@vahidEttehadi
Copy link

vahidEttehadi commented Nov 6, 2021

Hi, I saw you provided some videos for the trained models on the different scenes. I was wondering how you generated them? Is it possible to generate them with the viewer?

@darglein
Copy link
Owner

darglein commented Nov 9, 2021

Yes all the videos in the supplementary material were generated by the viewer.

To make that work you currently have to install the ffmpeg dev packages to your system. Once you have installed them check in the cmake output if ffmpeg was found correctly. On my system it displays the following line:

-- Package FFMPEG Yes, at /usr/include/x86_64-linux-gnu

After that recompile everything and you find an additional GUI tab about video recording.

@vahidEttehadi
Copy link
Author

Thanks! Now I can see the video recording options.

@cduguet
Copy link

cduguet commented Mar 20, 2022

I unfortuntately cannot compile with ffmpeg in Ubuntu 18.04, not even the oldest ffmpeg version (3.4.2). It seems that saiga uses ffmpeg API calls which are deprecated as of 3.1.5?

Which OS are you using?

@zuixiaosanlang
Copy link

@cduguet
hi,
have you solved the problem in Ubuntu 18.04 ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants