Skip to content

pipe is broken while using VideoWritter(ffmpeg) #2126

Answered by banchan86
yqwang1 asked this question in Q&A
Discussion options

You must be logged in to vote

Several things to check

  1. I believe but i may be wrong, that the Bonsai.FFMPEG library uses the ffmpeg found in the system path rather than the extensions folder. You can check if this is available by typing ffmpeg into the command line.
  2. You want to check if h264_nvenc is available using ffmpeg -encoders.
  3. Record a short snippet of video with your CameraCapture , and test if you can transcode that file offline with those parameters ie
    ffmpeg -i input.avi -s 2560x1440 -c:v h264_nvenc output.avi you might be missing some parameters

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bruno-f-cruz
Comment options

@yqwang1
Comment options

Answer selected by yqwang1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants