-
Notifications
You must be signed in to change notification settings - Fork 97
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
Exporting audio and video from PSI store #313
Comments
Yes, you should be able to write a psi audio stream to a wav file using the As an aside, it would be great to add this functionality (i.e. of exporting an audio stream to wav or audio+images to mpeg) as an option in PsiStoreTool. If you decide to go that route, we'd welcome a PR on that front :). |
Got it, thank you Dan! And yes, I think that PsiStoreTool functionality would be great. |
Hi, I'm running into some issues writing such a tool. What's the best way to read the streams and write them to a file? Am struggling to find any examples |
Take a look for example at the example code snippet under Data Replay. This shows you how to read streams from a store. You could add some lines to this code that instantiate an Mpeg4Writer component, and pipe your streams into it. |
Hi,
Is there a way to get video and audio serialised in psi store into other formats (.wav, .mpeg, etc.)? I saw the cli tool to get data into csv or json, but I have not seen anything for audio/video data.
Thanks,
Dimos
The text was updated successfully, but these errors were encountered: