FFmpeg Videos not saving? #1869
Unanswered
AshhadQazi
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Share your workflow, please. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I have just been having some issues while trying to save recordings with Bonsai. I am using FFmpeg, and although just a simple workflow at the moment, the files are not saving. The codec I am using is: ffmpeg -i - -vcodec h264_nvenc -crf 23 -preset fast -b:v 5M. While the workflow is running, there is no issue, I can bring up the visualizer and the recording can run stable for a while. The issue is with the saving, no file saves. I have directed to the folder I want it to save in, ending in -.avi, yet nothing saves. During the recording however, I think that the FFmpeg is working, as processes such as the GPU, CPU, and RAM are being used and fluctuating. The file just doesn't save. Here are some images of what I see.
This pops up after the recording starts.
I thought it might've been an improper installation of FFmpeg, so I reinstalled that and made sure to add it to the system variable PATH. I am pretty sure this shouldn't be the issue as I followed a recent tutorial. Although maybe someone has a different built FFmpeg that could work?
No errors pop up throughout the entire test, not even when ending the recording.
Using the original Videowriter works just fine.
Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions