Skip to content
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

Is it possible to record in a different resolution then the running stream simultaniosly #196

Open
rajeshkrarora1 opened this issue Jan 19, 2023 · 4 comments

Comments

@rajeshkrarora1
Copy link

Hi iizukanao, Is it possible to record the A/V in different resolution from the running stream

@iizukanao
Copy link
Owner

It's possible, but it requires a lot of CPU power to transcode the video.
To do so, start the ffmpeg receiver as follows.
ffmpeg -i tcp://127.0.0.1:8181?listen <your desired audio/video parameters> <output_file>

Next, run picam to send the stream to ffmpeg.
picam --tcpout tcp://127.0.0.1:8181

@rajeshkrarora1
Copy link
Author

rajeshkrarora1 commented Jan 19, 2023 via email

@iizukanao
Copy link
Owner

Unfortunately, that is impossible.

@rajeshkrarora1
Copy link
Author

rajeshkrarora1 commented Jan 20, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants