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

Using pyvrs to extract audio and video from EgoExo4D .vrs files #289

Closed
juliawilkins opened this issue Jan 10, 2024 · 2 comments
Closed

Comments

@juliawilkins
Copy link

juliawilkins commented Jan 10, 2024

Hi, wondering if anyone has been able to successfully use pyvrs to extract the audio from the .vrs format in EgoExo4D. I also posted an issue in their repo but this one seems more active so I thought it was worth a shot. I need to extract, for example, the audio from the .vrs file, as instructed here. I tried to pip install vrs per their instructions but am not able to use the CLI after this install and am wondering if I'm missing a step here. Please see linked issue for more details. Thanks!

Update -- looks like pyvrs does not come with the CLI capability as discussed here: facebookresearch/vrs#132

What is the simplest way to work with these .vrs files without this?

@miguelmartin75
Copy link
Contributor

miguelmartin75 commented Jan 11, 2024

I recommend installing the vrs CLI tool and then extracting audio via the CLI tool. Here are some instructions to install the CLI via compiling it: https://gist.github.com/miguelmartin75/1261604028db63a1f9a4d0cbd5b605f6

@juliawilkins
Copy link
Author

Thanks @miguelmartin75 , was able to get this working. Closing.

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

3 participants
@miguelmartin75 @juliawilkins and others