Video saving using imagewriter and ffmpeg #1843
Unanswered
Lindsey-Christinger
asked this question in
Q&A
Replies: 1 comment 4 replies
-
I didnt get what the question/problem is, can you explain further? thanks! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I am new to Bonsai and am having issues saving the videos. I can see the camera stream while running, and ImageWriter can also be visualized. It then uses the ffmpeg to run the images through a pipe instance and uses ffmpeg. The parameters we are using for FFMPEG are: -y -f rawvideo -vcodec rawvideo -s 640x480 -r 25 -pix_fmt gray -i \.\pipe\video -c:v libx264 -b:v 2M -maxrate 2M -bufsize 1M C:\Users\User\Desktop\Lindsey\bonsai_test\bonsai_video\bonsai . I would appreciate any help with this. The other functions such as saving of timestamp information are working.
![image](https
For_github.zip
://github.com/bonsai-rx/bonsai/assets/112510219/22716ea1-a7bf-4c40-bbca-af3483d005d3)
In the Zip folder I have added the workflow. I know this workflow works on another PC in the lab but not the PC I want to use for my experiments. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions