Skip to content

saving mp4s #919

Jun 3, 2022 · 1 comments · 8 replies
Discussion options

You must be logged in to vote

You can use ffmpeg to save your videos in a variety of formats.
How to install ffmpeg
To save the videos you can use the attached workflow or you can play around with the recent VideoWriter(ffmpeg) node that takes care of all the pipeline for you :)

To save in .mp4, the following settings have worked for me in the past:
-y -f rawvideo -vcodec rawvideo -s 640x480 -r 30 -pix_fmt bgr24 -i \\.\pipe\video -c:v libx264 -b:v 2M -maxrate 2M -bufsize 1M output.mp4
ffmpegmp4.zip

Replies: 1 comment 8 replies

Comment options

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

@JulianDay-Cooney
Comment options

@bruno-f-cruz
Comment options

@bruno-f-cruz
Comment options

@JulianDay-Cooney
Comment options

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